Class Summary
- java.lang.Object
-
- com.softlayer.api.Type
-
- com.softlayer.api.service.Entity
-
- com.softlayer.api.service.container.account.historical.Summary
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Summary.Mask
-
Field Summary
Fields Modifier and Type Field Description protected List<Detail>
details
Array of server uptime detail containersprotected boolean
detailsSpecified
protected GregorianCalendar
endDate
The maximum date included in the summary.protected boolean
endDateSpecified
protected GregorianCalendar
startDate
The minimum date included in the summary.protected boolean
startDateSpecified
-
Fields inherited from class com.softlayer.api.Type
unknownProperties
-
-
Constructor Summary
Constructors Constructor Description Summary()
-
Method Summary
Modifier and Type Method Description List<Detail>
getDetails()
GregorianCalendar
getEndDate()
GregorianCalendar
getStartDate()
boolean
isDetailsSpecified()
boolean
isEndDateSpecified()
boolean
isStartDateSpecified()
void
setEndDate(GregorianCalendar endDate)
void
setStartDate(GregorianCalendar startDate)
void
unsetDetails()
void
unsetEndDate()
void
unsetStartDate()
-
Methods inherited from class com.softlayer.api.Type
getUnknownProperties, setUnknownProperties
-
-
-
-
Field Detail
-
details
@ApiProperty(canBeNullOrNotSet=true) protected List<Detail> details
Array of server uptime detail containers
-
detailsSpecified
protected boolean detailsSpecified
-
endDate
@ApiProperty(canBeNullOrNotSet=true) protected GregorianCalendar endDate
The maximum date included in the summary.
-
endDateSpecified
protected boolean endDateSpecified
-
startDate
@ApiProperty(canBeNullOrNotSet=true) protected GregorianCalendar startDate
The minimum date included in the summary.
-
startDateSpecified
protected boolean startDateSpecified
-
-
Method Detail
-
isDetailsSpecified
public boolean isDetailsSpecified()
-
unsetDetails
public void unsetDetails()
-
getEndDate
public GregorianCalendar getEndDate()
-
setEndDate
public void setEndDate(GregorianCalendar endDate)
-
isEndDateSpecified
public boolean isEndDateSpecified()
-
unsetEndDate
public void unsetEndDate()
-
getStartDate
public GregorianCalendar getStartDate()
-
setStartDate
public void setStartDate(GregorianCalendar startDate)
-
isStartDateSpecified
public boolean isStartDateSpecified()
-
unsetStartDate
public void unsetStartDate()
-
-