java.lang.Object
com.softlayer.api.Type
com.softlayer.api.service.Entity
com.softlayer.api.service.account.authentication.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 Details

    • account

      @ApiProperty protected Account account
      The SoftLayer customer account.
    • 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
    • id

      @ApiProperty(canBeNullOrNotSet=true) protected Long id
      A SoftLayer account authenction attribute's internal identifier.
    • 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
    • value

      @ApiProperty(canBeNullOrNotSet=true) protected String value
      A SoftLayer account authenction attribute's value.
    • valueSpecified

      protected boolean valueSpecified
  • Constructor Details

    • Attribute

      public Attribute()
  • Method Details

    • 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()
    • asService

      public Attribute.Service asService​(ApiClient client)
    • service

      public static Attribute.Service service​(ApiClient client)
    • service

      public static Attribute.Service service​(ApiClient client, Long id)