Class History
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
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classHistory.Mask -
Field Summary
Fields Modifier and Type Field Description protected GregorianCalendarcreateDateThe date this username/password pair was created.protected booleancreateDateSpecifiedprotected StringnotesA note string stored for this username/password pair.protected booleannotesSpecifiedprotected StringpasswordThe password part of this specific password history instance.protected booleanpasswordSpecifiedprotected ComponentsoftwareComponentAn installed and licensed instance of a piece of softwareprotected LongsoftwareComponentIdThe id number for the Software Component this username/password pair is for.protected booleansoftwareComponentIdSpecifiedprotected StringusernameThe username part of this specific password history instance.protected booleanusernameSpecified -
Constructor Summary
Constructors Constructor Description History() -
Method Summary
Modifier and Type Method Description GregorianCalendargetCreateDate()StringgetNotes()StringgetPassword()ComponentgetSoftwareComponent()LonggetSoftwareComponentId()StringgetUsername()booleanisCreateDateSpecified()booleanisNotesSpecified()booleanisPasswordSpecified()booleanisSoftwareComponentIdSpecified()booleanisUsernameSpecified()voidsetCreateDate(GregorianCalendar createDate)voidsetNotes(String notes)voidsetPassword(String password)voidsetSoftwareComponent(Component softwareComponent)voidsetSoftwareComponentId(Long softwareComponentId)voidsetUsername(String username)voidunsetCreateDate()voidunsetNotes()voidunsetPassword()voidunsetSoftwareComponentId()voidunsetUsername()
-
Field Details
-
softwareComponent
An installed and licensed instance of a piece of software -
createDate
The date this username/password pair was created. -
createDateSpecified
protected boolean createDateSpecified -
notes
A note string stored for this username/password pair. -
notesSpecified
protected boolean notesSpecified -
password
The password part of this specific password history instance. -
passwordSpecified
protected boolean passwordSpecified -
softwareComponentId
The id number for the Software Component this username/password pair is for. -
softwareComponentIdSpecified
protected boolean softwareComponentIdSpecified -
username
The username part of this specific password history instance. -
usernameSpecified
protected boolean usernameSpecified
-
-
Constructor Details
-
History
public History()
-
-
Method Details
-
getSoftwareComponent
-
setSoftwareComponent
-
getCreateDate
-
setCreateDate
-
isCreateDateSpecified
public boolean isCreateDateSpecified() -
unsetCreateDate
public void unsetCreateDate() -
getNotes
-
setNotes
-
isNotesSpecified
public boolean isNotesSpecified() -
unsetNotes
public void unsetNotes() -
getPassword
-
setPassword
-
isPasswordSpecified
public boolean isPasswordSpecified() -
unsetPassword
public void unsetPassword() -
getSoftwareComponentId
-
setSoftwareComponentId
-
isSoftwareComponentIdSpecified
public boolean isSoftwareComponentIdSpecified() -
unsetSoftwareComponentId
public void unsetSoftwareComponentId() -
getUsername
-
setUsername
-
isUsernameSpecified
public boolean isUsernameSpecified() -
unsetUsername
public void unsetUsername()
-