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.ObjectBeneficiary 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 booleanequals(java.lang.Object obj)java.lang.StringgetName()Returns the name of the Beneficiary.java.lang.StringgetValue()Returns the value of the Beneficiary.inthashCode()
-
-
-
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:
hashCodein classjava.lang.Object
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equalsin classjava.lang.Object
-
-