Class Password


  • @ApiType("SoftLayer_Account_Password")
    public class Password
    extends Entity
    The SoftLayer_Account_Password contains username, passwords and notes for services that may require for external applications such the Webcc interface for the EVault Storage service.
    See Also:
    SoftLayer_Account_Password
    • Field Detail

      • type

        @ApiProperty
        protected Type type
        The service that an account/password combination is tied to.
      • accountId

        @ApiProperty(canBeNullOrNotSet=true)
        protected Long accountId
        The SoftLayer customer account id that a username/password combination is associated with.
      • accountIdSpecified

        protected boolean accountIdSpecified
      • idSpecified

        protected boolean idSpecified
      • notesSpecified

        protected boolean notesSpecified
      • passwordSpecified

        protected boolean passwordSpecified
      • typeIdSpecified

        protected boolean typeIdSpecified
      • usernameSpecified

        protected boolean usernameSpecified
    • Constructor Detail

      • Password

        public Password()
    • Method Detail

      • getAccount

        public Account getAccount()
      • setAccount

        public void setAccount​(Account account)
      • 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()
      • getNotes

        public String getNotes()
      • setNotes

        public void setNotes​(String notes)
      • isNotesSpecified

        public boolean isNotesSpecified()
      • unsetNotes

        public void unsetNotes()
      • getPassword

        public String getPassword()
      • setPassword

        public void setPassword​(String password)
      • isPasswordSpecified

        public boolean isPasswordSpecified()
      • unsetPassword

        public void unsetPassword()
      • getTypeId

        public Long getTypeId()
      • setTypeId

        public void setTypeId​(Long typeId)
      • isTypeIdSpecified

        public boolean isTypeIdSpecified()
      • unsetTypeId

        public void unsetTypeId()
      • getUsername

        public String getUsername()
      • setUsername

        public void setUsername​(String username)
      • isUsernameSpecified

        public boolean isUsernameSpecified()
      • unsetUsername

        public void unsetUsername()