Class Attribute


  • @ApiType("SoftLayer_Account_Authentication_Attribute")
    public class Attribute
    extends Entity
    Account authentication has many different settings that can be set. This class allows the customer or employee to set these settigns.
    See Also:
    SoftLayer_Account_Authentication_Attribute
    • Field Detail

      • authenticationRecord

        @ApiProperty
        protected Saml authenticationRecord
        The SoftLayer account authentication that has an attribute.
      • type

        @ApiProperty
        protected Type type
        The type of attribute assigned to a SoftLayer account authentication.
      • accountId

        @ApiProperty(canBeNullOrNotSet=true)
        protected Long accountId
        The internal identifier of the SoftLayer customer account that is assigned an account authenction attribute.
      • accountIdSpecified

        protected boolean accountIdSpecified
      • idSpecified

        protected boolean idSpecified
      • typeId

        @ApiProperty(canBeNullOrNotSet=true)
        protected Long typeId
        The internal identifier of the type of attribute that a SoftLayer account authenction attribute belongs to.
      • typeIdSpecified

        protected boolean typeIdSpecified
      • valueSpecified

        protected boolean valueSpecified
    • Constructor Detail

      • Attribute

        public Attribute()
    • Method Detail

      • getAccount

        public Account getAccount()
      • setAccount

        public void setAccount​(Account account)
      • getAuthenticationRecord

        public Saml getAuthenticationRecord()
      • setAuthenticationRecord

        public void setAuthenticationRecord​(Saml authenticationRecord)
      • getType

        public Type getType()
      • setType

        public void setType​(Type type)
      • getAccountId

        public Long getAccountId()
      • setAccountId

        public void setAccountId​(Long accountId)
      • isAccountIdSpecified

        public boolean isAccountIdSpecified()
      • unsetAccountId

        public void unsetAccountId()
      • getId

        public Long getId()
      • setId

        public void setId​(Long id)
      • isIdSpecified

        public boolean isIdSpecified()
      • unsetId

        public void unsetId()
      • getTypeId

        public Long getTypeId()
      • setTypeId

        public void setTypeId​(Long typeId)
      • isTypeIdSpecified

        public boolean isTypeIdSpecified()
      • unsetTypeId

        public void unsetTypeId()
      • getValue

        public String getValue()
      • setValue

        public void setValue​(String value)
      • isValueSpecified

        public boolean isValueSpecified()
      • unsetValue

        public void unsetValue()