Class Note
- java.lang.Object
-
- com.softlayer.api.Type
-
- com.softlayer.api.service.Entity
-
- com.softlayer.api.service.hardware.Note
-
@ApiType("SoftLayer_Hardware_Note") public class Note extends Entity
- See Also:
- SoftLayer_Hardware_Note
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classNote.Mask
-
Field Summary
Fields Modifier and Type Field Description protected GregorianCalendarcreateDateprotected booleancreateDateSpecifiedprotected Employeeemployeeprotected Hardwarehardwareprotected LonghardwareIdprotected booleanhardwareIdSpecifiedprotected Longidprotected booleanidSpecifiedprotected GregorianCalendarmodifyDateprotected booleanmodifyDateSpecifiedprotected Stringnoteprotected booleannoteSpecifiedprotected Typetypeprotected LongtypeIdprotected booleantypeIdSpecifiedprotected Customeruserprotected LonguserRecordIdprotected booleanuserRecordIdSpecified-
Fields inherited from class com.softlayer.api.Type
unknownProperties
-
-
Constructor Summary
Constructors Constructor Description Note()
-
Method Summary
-
Methods inherited from class com.softlayer.api.Type
getUnknownProperties, setUnknownProperties
-
-
-
-
Field Detail
-
employee
@ApiProperty protected Employee employee
-
hardware
@ApiProperty protected Hardware hardware
-
type
@ApiProperty protected Type type
-
user
@ApiProperty protected Customer user
-
createDate
@ApiProperty(canBeNullOrNotSet=true) protected GregorianCalendar createDate
-
createDateSpecified
protected boolean createDateSpecified
-
hardwareId
@ApiProperty(canBeNullOrNotSet=true) protected Long hardwareId
-
hardwareIdSpecified
protected boolean hardwareIdSpecified
-
id
@ApiProperty(canBeNullOrNotSet=true) protected Long id
-
idSpecified
protected boolean idSpecified
-
modifyDate
@ApiProperty(canBeNullOrNotSet=true) protected GregorianCalendar modifyDate
-
modifyDateSpecified
protected boolean modifyDateSpecified
-
note
@ApiProperty(canBeNullOrNotSet=true) protected String note
-
noteSpecified
protected boolean noteSpecified
-
typeId
@ApiProperty(canBeNullOrNotSet=true) protected Long typeId
-
typeIdSpecified
protected boolean typeIdSpecified
-
userRecordId
@ApiProperty(canBeNullOrNotSet=true) protected Long userRecordId
-
userRecordIdSpecified
protected boolean userRecordIdSpecified
-
-
Method Detail
-
getEmployee
public Employee getEmployee()
-
setEmployee
public void setEmployee(Employee employee)
-
getHardware
public Hardware getHardware()
-
setHardware
public void setHardware(Hardware hardware)
-
getType
public Type getType()
-
setType
public void setType(Type type)
-
getUser
public Customer getUser()
-
setUser
public void setUser(Customer user)
-
getCreateDate
public GregorianCalendar getCreateDate()
-
setCreateDate
public void setCreateDate(GregorianCalendar createDate)
-
isCreateDateSpecified
public boolean isCreateDateSpecified()
-
unsetCreateDate
public void unsetCreateDate()
-
getHardwareId
public Long getHardwareId()
-
setHardwareId
public void setHardwareId(Long hardwareId)
-
isHardwareIdSpecified
public boolean isHardwareIdSpecified()
-
unsetHardwareId
public void unsetHardwareId()
-
getId
public Long getId()
-
setId
public void setId(Long id)
-
isIdSpecified
public boolean isIdSpecified()
-
unsetId
public void unsetId()
-
getModifyDate
public GregorianCalendar getModifyDate()
-
setModifyDate
public void setModifyDate(GregorianCalendar modifyDate)
-
isModifyDateSpecified
public boolean isModifyDateSpecified()
-
unsetModifyDate
public void unsetModifyDate()
-
getNote
public String getNote()
-
setNote
public void setNote(String note)
-
isNoteSpecified
public boolean isNoteSpecified()
-
unsetNote
public void unsetNote()
-
getTypeId
public Long getTypeId()
-
setTypeId
public void setTypeId(Long typeId)
-
isTypeIdSpecified
public boolean isTypeIdSpecified()
-
unsetTypeId
public void unsetTypeId()
-
getUserRecordId
public Long getUserRecordId()
-
setUserRecordId
public void setUserRecordId(Long userRecordId)
-
isUserRecordIdSpecified
public boolean isUserRecordIdSpecified()
-
unsetUserRecordId
public void unsetUserRecordId()
-
-