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 class
GraphOutputsExtended.Mask
-
Field Summary
Fields Modifier and Type Field Description protected byte[]
graphImage
The raw PNG binary data of a bandwidth graph image.protected boolean
graphImageSpecified
protected String
graphTitle
A bandwidth graph's title.protected boolean
graphTitleSpecified
protected Long
inBoundTotalBytes
The amount of inbound traffic reported on a bandwidth graph image.protected boolean
inBoundTotalBytesSpecified
protected GregorianCalendar
maxEndDate
The ending date of the data represented in a bandwidth graph.protected boolean
maxEndDateSpecified
protected GregorianCalendar
minStartDate
The beginning date of the data represented in a bandwidth graph.protected boolean
minStartDateSpecified
protected Long
outBoundTotalBytes
The amount of outbound traffic reported on a bandwidth graph image.protected boolean
outBoundTotalBytesSpecified
-
Constructor Summary
Constructors Constructor Description GraphOutputsExtended()
-
Method Summary
Modifier and Type Method Description byte[]
getGraphImage()
String
getGraphTitle()
Long
getInBoundTotalBytes()
GregorianCalendar
getMaxEndDate()
GregorianCalendar
getMinStartDate()
Long
getOutBoundTotalBytes()
boolean
isGraphImageSpecified()
boolean
isGraphTitleSpecified()
boolean
isInBoundTotalBytesSpecified()
boolean
isMaxEndDateSpecified()
boolean
isMinStartDateSpecified()
boolean
isOutBoundTotalBytesSpecified()
void
setGraphImage(byte[] graphImage)
void
setGraphTitle(String graphTitle)
void
setInBoundTotalBytes(Long inBoundTotalBytes)
void
setMaxEndDate(GregorianCalendar maxEndDate)
void
setMinStartDate(GregorianCalendar minStartDate)
void
setOutBoundTotalBytes(Long outBoundTotalBytes)
void
unsetGraphImage()
void
unsetGraphTitle()
void
unsetInBoundTotalBytes()
void
unsetMaxEndDate()
void
unsetMinStartDate()
void
unsetOutBoundTotalBytes()
-
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()
-