Class SloSelection.Beneficiary

java.lang.Object
com.uc4.api.objects.SloSelection.Beneficiary
Enclosing class:
SloSelection

public static class SloSelection.Beneficiary extends Object
Beneficiary of a service.
  • Constructor Details

    • Beneficiary

      public Beneficiary(String name, String value)
      Creates a new Beneficiary.
      Parameters:
      name - Name (Key) of the Custom Attribute Variable defined in the Variable UC_CUSTOM_ATTRIBUTES
      value - Selected Key of the user defined custom attribute
  • Method Details

    • getName

      public String getName()
      Returns the name of the Beneficiary.
      Returns:
      Name of the Beneficiary
    • getValue

      public String getValue()
      Returns the value of the Beneficiary.
      Returns:
      Value of the Beneficiary
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object