Class GraphOutputs
java.lang.Object
com.softlayer.api.Type
com.softlayer.api.service.Entity
com.softlayer.api.service.container.ticket.GraphOutputs
@ApiType("SoftLayer_Container_Ticket_GraphOutputs") public class GraphOutputs extends Entity
SoftLayer_Container_Ticket_GraphOutputs models a single outbound object for a given bandwidth graph.
- See Also:
- SoftLayer_Container_Ticket_GraphOutputs
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGraphOutputs.Mask -
Field Summary
Fields Modifier and Type Field Description protected byte[]graphImageThe raw PNG binary data to be displayed once the graph is drawn.protected booleangraphImageSpecifiedprotected StringgraphTitleThe title that ended up being displayed as part of the graph image.protected booleangraphTitleSpecifiedprotected GregorianCalendarmaxEndDateThe maximum date included in this graph.protected booleanmaxEndDateSpecifiedprotected GregorianCalendarminStartDateThe minimum date included in this graph.protected booleanminStartDateSpecifiedFields inherited from class com.softlayer.api.Type
unknownProperties -
Constructor Summary
Constructors Constructor Description GraphOutputs() -
Method Summary
Modifier and Type Method Description byte[]getGraphImage()StringgetGraphTitle()GregorianCalendargetMaxEndDate()GregorianCalendargetMinStartDate()booleanisGraphImageSpecified()booleanisGraphTitleSpecified()booleanisMaxEndDateSpecified()booleanisMinStartDateSpecified()voidsetGraphImage(byte[] graphImage)voidsetGraphTitle(String graphTitle)voidsetMaxEndDate(GregorianCalendar maxEndDate)voidsetMinStartDate(GregorianCalendar minStartDate)voidunsetGraphImage()voidunsetGraphTitle()voidunsetMaxEndDate()voidunsetMinStartDate()Methods inherited from class com.softlayer.api.Type
getUnknownProperties, setUnknownProperties
-
Field Details
-
graphImage
The raw PNG binary data to be displayed once the graph is drawn. -
graphImageSpecified
protected boolean graphImageSpecified -
graphTitle
The title that ended up being displayed as part of the graph image. -
graphTitleSpecified
protected boolean graphTitleSpecified -
maxEndDate
The maximum date included in this graph. -
maxEndDateSpecified
protected boolean maxEndDateSpecified -
minStartDate
The minimum date included in this graph. -
minStartDateSpecified
protected boolean minStartDateSpecified
-
-
Constructor Details
-
GraphOutputs
public GraphOutputs()
-
-
Method Details
-
getGraphImage
public byte[] getGraphImage() -
setGraphImage
public void setGraphImage(byte[] graphImage) -
isGraphImageSpecified
public boolean isGraphImageSpecified() -
unsetGraphImage
public void unsetGraphImage() -
getGraphTitle
-
setGraphTitle
-
isGraphTitleSpecified
public boolean isGraphTitleSpecified() -
unsetGraphTitle
public void unsetGraphTitle() -
getMaxEndDate
-
setMaxEndDate
-
isMaxEndDateSpecified
public boolean isMaxEndDateSpecified() -
unsetMaxEndDate
public void unsetMaxEndDate() -
getMinStartDate
-
setMinStartDate
-
isMinStartDateSpecified
public boolean isMinStartDateSpecified() -
unsetMinStartDate
public void unsetMinStartDate()
-