Class GraphOutputsExtended
java.lang.Object
com.softlayer.api.Type
com.softlayer.api.service.Entity
com.softlayer.api.service.container.bandwidth.GraphOutputsExtended
@ApiType("SoftLayer_Container_Bandwidth_GraphOutputsExtended") public class GraphOutputsExtended extends Entity
SoftLayer_Container_Bandwidth_GraphOutputs models an individual bandwidth graph image and certain details about that graph image.
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGraphOutputsExtended.Mask -
Field Summary
Fields Modifier and Type Field Description protected byte[]graphImageThe raw PNG binary data of a bandwidth graph image.protected booleangraphImageSpecifiedprotected StringgraphTitleA bandwidth graph's title.protected booleangraphTitleSpecifiedprotected LonginBoundTotalBytesThe amount of inbound traffic reported on a bandwidth graph image.protected booleaninBoundTotalBytesSpecifiedprotected GregorianCalendarmaxEndDateThe ending date of the data represented in a bandwidth graph.protected booleanmaxEndDateSpecifiedprotected GregorianCalendarminStartDateThe beginning date of the data represented in a bandwidth graph.protected booleanminStartDateSpecifiedprotected LongoutBoundTotalBytesThe amount of outbound traffic reported on a bandwidth graph image.protected booleanoutBoundTotalBytesSpecified -
Constructor Summary
Constructors Constructor Description GraphOutputsExtended() -
Method Summary
Modifier and Type Method Description byte[]getGraphImage()StringgetGraphTitle()LonggetInBoundTotalBytes()GregorianCalendargetMaxEndDate()GregorianCalendargetMinStartDate()LonggetOutBoundTotalBytes()booleanisGraphImageSpecified()booleanisGraphTitleSpecified()booleanisInBoundTotalBytesSpecified()booleanisMaxEndDateSpecified()booleanisMinStartDateSpecified()booleanisOutBoundTotalBytesSpecified()voidsetGraphImage(byte[] graphImage)voidsetGraphTitle(String graphTitle)voidsetInBoundTotalBytes(Long inBoundTotalBytes)voidsetMaxEndDate(GregorianCalendar maxEndDate)voidsetMinStartDate(GregorianCalendar minStartDate)voidsetOutBoundTotalBytes(Long outBoundTotalBytes)voidunsetGraphImage()voidunsetGraphTitle()voidunsetInBoundTotalBytes()voidunsetMaxEndDate()voidunsetMinStartDate()voidunsetOutBoundTotalBytes()
-
Field Details
-
graphImage
The raw PNG binary data of a bandwidth graph image. -
graphImageSpecified
protected boolean graphImageSpecified -
graphTitle
A bandwidth graph's title. -
graphTitleSpecified
protected boolean graphTitleSpecified -
inBoundTotalBytes
The amount of inbound traffic reported on a bandwidth graph image. -
inBoundTotalBytesSpecified
protected boolean inBoundTotalBytesSpecified -
maxEndDate
The ending date of the data represented in a bandwidth graph. -
maxEndDateSpecified
protected boolean maxEndDateSpecified -
minStartDate
The beginning date of the data represented in a bandwidth graph. -
minStartDateSpecified
protected boolean minStartDateSpecified -
outBoundTotalBytes
The amount of outbound traffic reported on a bandwidth graph image. -
outBoundTotalBytesSpecified
protected boolean outBoundTotalBytesSpecified
-
-
Constructor Details
-
GraphOutputsExtended
public GraphOutputsExtended()
-
-
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() -
getInBoundTotalBytes
-
setInBoundTotalBytes
-
isInBoundTotalBytesSpecified
public boolean isInBoundTotalBytesSpecified() -
unsetInBoundTotalBytes
public void unsetInBoundTotalBytes() -
getMaxEndDate
-
setMaxEndDate
-
isMaxEndDateSpecified
public boolean isMaxEndDateSpecified() -
unsetMaxEndDate
public void unsetMaxEndDate() -
getMinStartDate
-
setMinStartDate
-
isMinStartDateSpecified
public boolean isMinStartDateSpecified() -
unsetMinStartDate
public void unsetMinStartDate() -
getOutBoundTotalBytes
-
setOutBoundTotalBytes
-
isOutBoundTotalBytesSpecified
public boolean isOutBoundTotalBytesSpecified() -
unsetOutBoundTotalBytes
public void unsetOutBoundTotalBytes()
-