java.lang.Object
com.softlayer.api.Type
com.softlayer.api.service.Entity
com.softlayer.api.service.software.component.password.History

@ApiType("SoftLayer_Software_Component_Password_History")
public class History
extends Entity
This object allows you to find the history of password changes for a specific SoftLayer_Software Component
See Also:
SoftLayer_Software_Component_Password_History
  • Field Details

    • softwareComponent

      @ApiProperty protected Component softwareComponent
      An installed and licensed instance of a piece of software
    • createDate

      @ApiProperty(canBeNullOrNotSet=true) protected GregorianCalendar createDate
      The date this username/password pair was created.
    • createDateSpecified

      protected boolean createDateSpecified
    • notes

      @ApiProperty(canBeNullOrNotSet=true) protected String notes
      A note string stored for this username/password pair.
    • notesSpecified

      protected boolean notesSpecified
    • password

      @ApiProperty(canBeNullOrNotSet=true) protected String password
      The password part of this specific password history instance.
    • passwordSpecified

      protected boolean passwordSpecified
    • softwareComponentId

      @ApiProperty(canBeNullOrNotSet=true) protected Long softwareComponentId
      The id number for the Software Component this username/password pair is for.
    • softwareComponentIdSpecified

      protected boolean softwareComponentIdSpecified
    • username

      @ApiProperty(canBeNullOrNotSet=true) protected String username
      The username part of this specific password history instance.
    • usernameSpecified

      protected boolean usernameSpecified
  • Constructor Details

    • History

      public History()
  • Method Details

    • getSoftwareComponent

      public Component getSoftwareComponent()
    • setSoftwareComponent

      public void setSoftwareComponent​(Component softwareComponent)
    • getCreateDate

      public GregorianCalendar getCreateDate()
    • setCreateDate

      public void setCreateDate​(GregorianCalendar createDate)
    • isCreateDateSpecified

      public boolean isCreateDateSpecified()
    • unsetCreateDate

      public void unsetCreateDate()
    • 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()
    • getSoftwareComponentId

      public Long getSoftwareComponentId()
    • setSoftwareComponentId

      public void setSoftwareComponentId​(Long softwareComponentId)
    • isSoftwareComponentIdSpecified

      public boolean isSoftwareComponentIdSpecified()
    • unsetSoftwareComponentId

      public void unsetSoftwareComponentId()
    • getUsername

      public String getUsername()
    • setUsername

      public void setUsername​(String username)
    • isUsernameSpecified

      public boolean isUsernameSpecified()
    • unsetUsername

      public void unsetUsername()