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 Details

    • account

      @ApiProperty protected Account account
    • 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
    • id

      @ApiProperty(canBeNullOrNotSet=true) protected Long id
      A username/password combination's internal identifier.
    • idSpecified

      protected boolean idSpecified
    • notes

      @ApiProperty(canBeNullOrNotSet=true) protected String notes
      A simple description of a username/password combination. These notes don't affect portal functionality.
    • notesSpecified

      protected boolean notesSpecified
    • password

      @ApiProperty(canBeNullOrNotSet=true) protected String password
      The password portion of a username/password combination.
    • passwordSpecified

      protected boolean passwordSpecified
    • typeId

      @ApiProperty(canBeNullOrNotSet=true) protected Long typeId
      An identifier relating to a username/password combinations's associated service.
    • typeIdSpecified

      protected boolean typeIdSpecified
    • username

      @ApiProperty(canBeNullOrNotSet=true) protected String username
      The username portion of a username/password combination.
    • usernameSpecified

      protected boolean usernameSpecified
  • Constructor Details

    • Password

      public Password()
  • Method Details

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

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

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

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