public class LoyaltyProgramTerminology extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
LoyaltyProgramTerminology.Builder
Class to build instances of
LoyaltyProgramTerminology. |
| Constructor and Description |
|---|
LoyaltyProgramTerminology(String one,
String other)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getOne()
Getter for One.
|
String |
getOther()
Getter for Other.
|
int |
hashCode() |
LoyaltyProgramTerminology.Builder |
toBuilder()
Builds a new
LoyaltyProgramTerminology.Builder object. |
String |
toString()
Converts this LoyaltyProgramTerminology into string format.
|
public String getOne()
public String getOther()
public String toString()
public LoyaltyProgramTerminology.Builder toBuilder()
LoyaltyProgramTerminology.Builder object.
Creates the instance with the state of the current model.LoyaltyProgramTerminology.Builder objectCopyright © 2022. All rights reserved.