Class EndCustomer
java.lang.Object
com.sportradar.mbs.sdk.entities.common.EndCustomer
Represents an end customer.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classA builder class for creating instances of theEndCustomerclass. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the confidence value of the end customer.getId()Gets the ID of the end customer.static EndCustomer.BuilderCreates a new instance of theEndCustomer.Builderclass.voidsetConfidence(BigDecimal value) Sets the confidence value of the end customer.voidSets the ID of the end customer.
-
Constructor Details
-
EndCustomer
public EndCustomer()
-
-
Method Details
-
newBuilder
Creates a new instance of theEndCustomer.Builderclass.- Returns:
- A new instance of the
EndCustomer.Builderclass.
-
getConfidence
Gets the confidence value of the end customer.- Returns:
- The confidence value of the end customer.
-
setConfidence
Sets the confidence value of the end customer.- Parameters:
value- The confidence value to set.
-
getId
Gets the ID of the end customer.- Returns:
- The ID of the end customer.
-
setId
Sets the ID of the end customer.- Parameters:
value- The ID to set.
-