Class GraphOutputsExtended
- java.lang.Object
-
- com.softlayer.api.Type
-
- com.softlayer.api.service.Entity
-
- com.softlayer.api.service.container.bandwidth.GraphOutputsExtended
-
-
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-
Fields inherited from class com.softlayer.api.Type
unknownProperties
-
-
Constructor Summary
Constructors Constructor Description GraphOutputsExtended()
-
Method Summary
All Methods Instance Methods Concrete Methods 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()-
Methods inherited from class com.softlayer.api.Type
getUnknownProperties, setUnknownProperties
-
-
-
-
Field Detail
-
graphImage
@ApiProperty(canBeNullOrNotSet=true) protected byte[] graphImage
The raw PNG binary data of a bandwidth graph image.
-
graphImageSpecified
protected boolean graphImageSpecified
-
graphTitle
@ApiProperty(canBeNullOrNotSet=true) protected String graphTitle
A bandwidth graph's title.
-
graphTitleSpecified
protected boolean graphTitleSpecified
-
inBoundTotalBytes
@ApiProperty(canBeNullOrNotSet=true) protected Long inBoundTotalBytes
The amount of inbound traffic reported on a bandwidth graph image.
-
inBoundTotalBytesSpecified
protected boolean inBoundTotalBytesSpecified
-
maxEndDate
@ApiProperty(canBeNullOrNotSet=true) protected GregorianCalendar maxEndDate
The ending date of the data represented in a bandwidth graph.
-
maxEndDateSpecified
protected boolean maxEndDateSpecified
-
minStartDate
@ApiProperty(canBeNullOrNotSet=true) protected GregorianCalendar minStartDate
The beginning date of the data represented in a bandwidth graph.
-
minStartDateSpecified
protected boolean minStartDateSpecified
-
outBoundTotalBytes
@ApiProperty(canBeNullOrNotSet=true) protected Long outBoundTotalBytes
The amount of outbound traffic reported on a bandwidth graph image.
-
outBoundTotalBytesSpecified
protected boolean outBoundTotalBytesSpecified
-
-
Method Detail
-
getGraphImage
public byte[] getGraphImage()
-
setGraphImage
public void setGraphImage(byte[] graphImage)
-
isGraphImageSpecified
public boolean isGraphImageSpecified()
-
unsetGraphImage
public void unsetGraphImage()
-
getGraphTitle
public String getGraphTitle()
-
setGraphTitle
public void setGraphTitle(String graphTitle)
-
isGraphTitleSpecified
public boolean isGraphTitleSpecified()
-
unsetGraphTitle
public void unsetGraphTitle()
-
getInBoundTotalBytes
public Long getInBoundTotalBytes()
-
setInBoundTotalBytes
public void setInBoundTotalBytes(Long inBoundTotalBytes)
-
isInBoundTotalBytesSpecified
public boolean isInBoundTotalBytesSpecified()
-
unsetInBoundTotalBytes
public void unsetInBoundTotalBytes()
-
getMaxEndDate
public GregorianCalendar getMaxEndDate()
-
setMaxEndDate
public void setMaxEndDate(GregorianCalendar maxEndDate)
-
isMaxEndDateSpecified
public boolean isMaxEndDateSpecified()
-
unsetMaxEndDate
public void unsetMaxEndDate()
-
getMinStartDate
public GregorianCalendar getMinStartDate()
-
setMinStartDate
public void setMinStartDate(GregorianCalendar minStartDate)
-
isMinStartDateSpecified
public boolean isMinStartDateSpecified()
-
unsetMinStartDate
public void unsetMinStartDate()
-
getOutBoundTotalBytes
public Long getOutBoundTotalBytes()
-
setOutBoundTotalBytes
public void setOutBoundTotalBytes(Long outBoundTotalBytes)
-
isOutBoundTotalBytesSpecified
public boolean isOutBoundTotalBytesSpecified()
-
unsetOutBoundTotalBytes
public void unsetOutBoundTotalBytes()
-
-