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-
Fields inherited from class com.softlayer.api.Type
unknownProperties
-
-
Constructor Summary
Constructors Constructor Description Graph()
-
Method Summary
-
Methods inherited from class com.softlayer.api.Type
getUnknownProperties, setUnknownProperties
-
-
-
-
Field Detail
-
baseUnit
@ApiProperty(canBeNullOrNotSet=true) protected String baseUnit
base units associated with the graph.
-
baseUnitSpecified
protected boolean baseUnitSpecified
-
endDatetime
@ApiProperty(canBeNullOrNotSet=true) protected String endDatetime
Graph range end datetime.
-
endDatetimeSpecified
protected boolean endDatetimeSpecified
-
height
@ApiProperty(canBeNullOrNotSet=true) protected Long height
The height of the graph image.
-
heightSpecified
protected boolean heightSpecified
-
image
@ApiProperty(canBeNullOrNotSet=true) protected byte[] image
The graph image.
-
imageSpecified
protected boolean imageSpecified
-
interval
@ApiProperty(canBeNullOrNotSet=true) protected Long interval
The graph interval in seconds.
-
intervalSpecified
protected boolean intervalSpecified
-
metrics
@ApiProperty(canBeNullOrNotSet=true) protected List<Type> metrics
Metric types associated with the graph.
-
metricsSpecified
protected boolean metricsSpecified
-
normalizeFlag
@ApiProperty(canBeNullOrNotSet=true) protected byte[] normalizeFlag
Indicator to control whether the graph data is normalized.
-
normalizeFlagSpecified
protected boolean normalizeFlagSpecified
-
options
@ApiProperty(canBeNullOrNotSet=true) protected List<Option> options
The options used to control the graph appearance.
-
optionsSpecified
protected boolean optionsSpecified
-
plots
@ApiProperty(canBeNullOrNotSet=true) protected List<Plot> plots
A collection of graph plots.
-
plotsSpecified
protected boolean plotsSpecified
-
returnImage
@ApiProperty(canBeNullOrNotSet=true) protected Boolean returnImage
option to not return the image.
-
returnImageSpecified
protected boolean returnImageSpecified
-
startDatetime
@ApiProperty(canBeNullOrNotSet=true) protected String startDatetime
Graph range start datetime.
-
startDatetimeSpecified
protected boolean startDatetimeSpecified
-
template
@ApiProperty(canBeNullOrNotSet=true) protected String template
The name of the template to use; may be null.
-
templateSpecified
protected boolean templateSpecified
-
title
@ApiProperty(canBeNullOrNotSet=true) protected String title
The title of the graph image.
-
titleSpecified
protected boolean titleSpecified
-
width
@ApiProperty(canBeNullOrNotSet=true) protected Long width
The width of the graph image.
-
widthSpecified
protected boolean widthSpecified
-
-
Method Detail
-
getBaseUnit
public String getBaseUnit()
-
setBaseUnit
public void setBaseUnit(String baseUnit)
-
isBaseUnitSpecified
public boolean isBaseUnitSpecified()
-
unsetBaseUnit
public void unsetBaseUnit()
-
getEndDatetime
public String getEndDatetime()
-
setEndDatetime
public void setEndDatetime(String endDatetime)
-
isEndDatetimeSpecified
public boolean isEndDatetimeSpecified()
-
unsetEndDatetime
public void unsetEndDatetime()
-
getHeight
public Long getHeight()
-
setHeight
public void setHeight(Long height)
-
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
public Long getInterval()
-
setInterval
public void setInterval(Long interval)
-
isIntervalSpecified
public boolean isIntervalSpecified()
-
unsetInterval
public void unsetInterval()
-
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()
-
isOptionsSpecified
public boolean isOptionsSpecified()
-
unsetOptions
public void unsetOptions()
-
isPlotsSpecified
public boolean isPlotsSpecified()
-
unsetPlots
public void unsetPlots()
-
getReturnImage
public Boolean getReturnImage()
-
setReturnImage
public void setReturnImage(Boolean returnImage)
-
isReturnImageSpecified
public boolean isReturnImageSpecified()
-
unsetReturnImage
public void unsetReturnImage()
-
getStartDatetime
public String getStartDatetime()
-
setStartDatetime
public void setStartDatetime(String startDatetime)
-
isStartDatetimeSpecified
public boolean isStartDatetimeSpecified()
-
unsetStartDatetime
public void unsetStartDatetime()
-
getTemplate
public String getTemplate()
-
setTemplate
public void setTemplate(String template)
-
isTemplateSpecified
public boolean isTemplateSpecified()
-
unsetTemplate
public void unsetTemplate()
-
getTitle
public String getTitle()
-
setTitle
public void setTitle(String title)
-
isTitleSpecified
public boolean isTitleSpecified()
-
unsetTitle
public void unsetTitle()
-
getWidth
public Long getWidth()
-
setWidth
public void setWidth(Long width)
-
isWidthSpecified
public boolean isWidthSpecified()
-
unsetWidth
public void unsetWidth()
-
-