Class EndCustomer
java.lang.Object
com.sportradar.mbs.sdk.entities.common.EndCustomer
Represents an end customer.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
A builder class for creating instances of theEndCustomer
class. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the confidence value of the end customer.getId()
Gets the ID of the end customer.static EndCustomer.Builder
Creates a new instance of theEndCustomer.Builder
class.void
setConfidence
(BigDecimal value) Sets the confidence value of the end customer.void
Sets the ID of the end customer.
-
Constructor Details
-
EndCustomer
public EndCustomer()
-
-
Method Details
-
newBuilder
Creates a new instance of theEndCustomer.Builder
class.- Returns:
- A new instance of the
EndCustomer.Builder
class.
-
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.
-