Class Graph
java.lang.Object
com.softlayer.api.Type
com.softlayer.api.service.Entity
com.softlayer.api.service.container.Graph
@ApiType("SoftLayer_Container_Graph") public class Graph extends Entity
- See Also:
- SoftLayer_Container_Graph
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGraph.Mask -
Field Summary
Fields Modifier and Type Field Description protected StringbaseUnitbase units associated with the graph.protected booleanbaseUnitSpecifiedprotected StringendDatetimeGraph range end datetime.protected booleanendDatetimeSpecifiedprotected LongheightThe height of the graph image.protected booleanheightSpecifiedprotected byte[]imageThe graph image.protected booleanimageSpecifiedprotected LongintervalThe graph interval in seconds.protected booleanintervalSpecifiedprotected List<Type>metricsMetric types associated with the graph.protected booleanmetricsSpecifiedprotected byte[]normalizeFlagIndicator to control whether the graph data is normalized.protected booleannormalizeFlagSpecifiedprotected List<Option>optionsThe options used to control the graph appearance.protected booleanoptionsSpecifiedprotected List<Plot>plotsA collection of graph plots.protected booleanplotsSpecifiedprotected BooleanreturnImageoption to not return the image.protected booleanreturnImageSpecifiedprotected StringstartDatetimeGraph range start datetime.protected booleanstartDatetimeSpecifiedprotected StringtemplateThe name of the template to use; may be null.protected booleantemplateSpecifiedprotected StringtitleThe title of the graph image.protected booleantitleSpecifiedprotected LongwidthThe width of the graph image.protected booleanwidthSpecified -
Constructor Summary
Constructors Constructor Description Graph() -
Method Summary
-
Field Details
-
baseUnit
base units associated with the graph. -
baseUnitSpecified
protected boolean baseUnitSpecified -
endDatetime
Graph range end datetime. -
endDatetimeSpecified
protected boolean endDatetimeSpecified -
height
The height of the graph image. -
heightSpecified
protected boolean heightSpecified -
image
The graph image. -
imageSpecified
protected boolean imageSpecified -
interval
The graph interval in seconds. -
intervalSpecified
protected boolean intervalSpecified -
metrics
Metric types associated with the graph. -
metricsSpecified
protected boolean metricsSpecified -
normalizeFlag
Indicator to control whether the graph data is normalized. -
normalizeFlagSpecified
protected boolean normalizeFlagSpecified -
options
The options used to control the graph appearance. -
optionsSpecified
protected boolean optionsSpecified -
plots
A collection of graph plots. -
plotsSpecified
protected boolean plotsSpecified -
returnImage
option to not return the image. -
returnImageSpecified
protected boolean returnImageSpecified -
startDatetime
Graph range start datetime. -
startDatetimeSpecified
protected boolean startDatetimeSpecified -
template
The name of the template to use; may be null. -
templateSpecified
protected boolean templateSpecified -
title
The title of the graph image. -
titleSpecified
protected boolean titleSpecified -
width
The width of the graph image. -
widthSpecified
protected boolean widthSpecified
-
-
Constructor Details
-
Graph
public Graph()
-
-
Method Details
-
getBaseUnit
-
setBaseUnit
-
isBaseUnitSpecified
public boolean isBaseUnitSpecified() -
unsetBaseUnit
public void unsetBaseUnit() -
getEndDatetime
-
setEndDatetime
-
isEndDatetimeSpecified
public boolean isEndDatetimeSpecified() -
unsetEndDatetime
public void unsetEndDatetime() -
getHeight
-
setHeight
-
isHeightSpecified
public boolean isHeightSpecified() -
unsetHeight
public void unsetHeight() -
getImage
public byte[] getImage() -
setImage
public void setImage(byte[] image) -
isImageSpecified
public boolean isImageSpecified() -
unsetImage
public void unsetImage() -
getInterval
-
setInterval
-
isIntervalSpecified
public boolean isIntervalSpecified() -
unsetInterval
public void unsetInterval() -
getMetrics
-
isMetricsSpecified
public boolean isMetricsSpecified() -
unsetMetrics
public void unsetMetrics() -
getNormalizeFlag
public byte[] getNormalizeFlag() -
setNormalizeFlag
public void setNormalizeFlag(byte[] normalizeFlag) -
isNormalizeFlagSpecified
public boolean isNormalizeFlagSpecified() -
unsetNormalizeFlag
public void unsetNormalizeFlag() -
getOptions
-
isOptionsSpecified
public boolean isOptionsSpecified() -
unsetOptions
public void unsetOptions() -
getPlots
-
isPlotsSpecified
public boolean isPlotsSpecified() -
unsetPlots
public void unsetPlots() -
getReturnImage
-
setReturnImage
-
isReturnImageSpecified
public boolean isReturnImageSpecified() -
unsetReturnImage
public void unsetReturnImage() -
getStartDatetime
-
setStartDatetime
-
isStartDatetimeSpecified
public boolean isStartDatetimeSpecified() -
unsetStartDatetime
public void unsetStartDatetime() -
getTemplate
-
setTemplate
-
isTemplateSpecified
public boolean isTemplateSpecified() -
unsetTemplate
public void unsetTemplate() -
getTitle
-
setTitle
-
isTitleSpecified
public boolean isTitleSpecified() -
unsetTitle
public void unsetTitle() -
getWidth
-
setWidth
-
isWidthSpecified
public boolean isWidthSpecified() -
unsetWidth
public void unsetWidth()
-