Class Attribute

  • Direct Known Subclasses:
    Attribute

    @ApiType("SoftLayer_User_External_Binding_Attribute")
    public class Attribute
    extends Entity
    The SoftLayer_User_External_Binding_Attribute data type contains the value for a single attribute associated with an external binding. External binding attributes contain additional information about an external binding. An attribute can be generic or specific to a 3rd party vendor. For example these attributes relate to Verisign:
    *Credential Type
    *Credential State
    *Credential Expiration Date
    *Credential Last Update Date
    See Also:
    SoftLayer_User_External_Binding_Attribute
    • Field Detail

      • externalBinding

        @ApiProperty
        protected Binding externalBinding
        The external authentication binding an attribute belongs to.
      • valueSpecified

        protected boolean valueSpecified
    • Constructor Detail

      • Attribute

        public Attribute()
    • Method Detail

      • getExternalBinding

        public Binding getExternalBinding()
      • setExternalBinding

        public void setExternalBinding​(Binding externalBinding)
      • getValue

        public String getValue()
      • setValue

        public void setValue​(String value)
      • isValueSpecified

        public boolean isValueSpecified()
      • unsetValue

        public void unsetValue()