Class Log
java.lang.Object
com.softlayer.api.Type
com.softlayer.api.service.Entity
com.softlayer.api.service.scale.group.Log
@ApiType("SoftLayer_Scale_Group_Log") public class Log extends Entity
- See Also:
- SoftLayer_Scale_Group_Log
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Log.Mask
-
Field Summary
Fields Modifier and Type Field Description protected GregorianCalendar
createDate
When this event occurred.protected boolean
createDateSpecified
protected String
description
A textual description of what happened during this action.protected boolean
descriptionSpecified
protected Long
id
This log's internal identifier.protected boolean
idSpecified
protected Group
scaleGroup
The group this log refers to.protected Long
scaleGroupId
The identifier of the group this log refers to.protected boolean
scaleGroupIdSpecified
-
Constructor Summary
Constructors Constructor Description Log()
-
Method Summary
Modifier and Type Method Description GregorianCalendar
getCreateDate()
String
getDescription()
Long
getId()
Group
getScaleGroup()
Long
getScaleGroupId()
boolean
isCreateDateSpecified()
boolean
isDescriptionSpecified()
boolean
isIdSpecified()
boolean
isScaleGroupIdSpecified()
void
setCreateDate(GregorianCalendar createDate)
void
setDescription(String description)
void
setId(Long id)
void
setScaleGroup(Group scaleGroup)
void
setScaleGroupId(Long scaleGroupId)
void
unsetCreateDate()
void
unsetDescription()
void
unsetId()
void
unsetScaleGroupId()
-
Field Details
-
scaleGroup
The group this log refers to. -
createDate
When this event occurred. -
createDateSpecified
protected boolean createDateSpecified -
description
A textual description of what happened during this action. -
descriptionSpecified
protected boolean descriptionSpecified -
id
This log's internal identifier. -
idSpecified
protected boolean idSpecified -
scaleGroupId
The identifier of the group this log refers to. -
scaleGroupIdSpecified
protected boolean scaleGroupIdSpecified
-
-
Constructor Details
-
Log
public Log()
-
-
Method Details
-
getScaleGroup
-
setScaleGroup
-
getCreateDate
-
setCreateDate
-
isCreateDateSpecified
public boolean isCreateDateSpecified() -
unsetCreateDate
public void unsetCreateDate() -
getDescription
-
setDescription
-
isDescriptionSpecified
public boolean isDescriptionSpecified() -
unsetDescription
public void unsetDescription() -
getId
-
setId
-
isIdSpecified
public boolean isIdSpecified() -
unsetId
public void unsetId() -
getScaleGroupId
-
setScaleGroupId
-
isScaleGroupIdSpecified
public boolean isScaleGroupIdSpecified() -
unsetScaleGroupId
public void unsetScaleGroupId()
-