Package com.uc4.api.objects
Class SloSelection.Beneficiary
- java.lang.Object
-
- com.uc4.api.objects.SloSelection.Beneficiary
-
- Enclosing class:
- SloSelection
public static class SloSelection.Beneficiary extends java.lang.Object
Beneficiary of a service.
-
-
Constructor Summary
Constructors Constructor Description Beneficiary(java.lang.String name, java.lang.String value)
Creates a newBeneficiary
.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object obj)
java.lang.String
getName()
Returns the name of the Beneficiary.java.lang.String
getValue()
Returns the value of the Beneficiary.int
hashCode()
-
-
-
Method Detail
-
getName
public java.lang.String getName()
Returns the name of the Beneficiary.- Returns:
- Name of the Beneficiary
-
getValue
public java.lang.String getValue()
Returns the value of the Beneficiary.- Returns:
- Value of the Beneficiary
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in classjava.lang.Object
-
-