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 SummaryConstructors Constructor Description Beneficiary(java.lang.String name, java.lang.String value)Creates a newBeneficiary.
 - 
Method SummaryAll 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- 
getNamepublic java.lang.String getName() Returns the name of the Beneficiary.- Returns:
- Name of the Beneficiary
 
 - 
getValuepublic java.lang.String getValue() Returns the value of the Beneficiary.- Returns:
- Value of the Beneficiary
 
 - 
hashCodepublic int hashCode() - Overrides:
- hashCodein class- java.lang.Object
 
 - 
equalspublic boolean equals(java.lang.Object obj) - Overrides:
- equalsin class- java.lang.Object
 
 
- 
 
-