public class GetMetricStatisticsResult
extends java.lang.Object
implements java.io.Serializable
The output for the GetMetricStatistics action.
| コンストラクタと説明 |
|---|
GetMetricStatisticsResult() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.util.List<Datapoint> |
getDatapoints()
The datapoints for the specified metric.
|
java.lang.String |
getLabel()
A label describing the specified metric.
|
int |
hashCode() |
void |
setDatapoints(java.util.Collection<Datapoint> datapoints)
The datapoints for the specified metric.
|
void |
setLabel(java.lang.String label)
A label describing the specified metric.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
GetMetricStatisticsResult |
withDatapoints(java.util.Collection<Datapoint> datapoints)
The datapoints for the specified metric.
|
GetMetricStatisticsResult |
withDatapoints(Datapoint... datapoints)
The datapoints for the specified metric.
|
GetMetricStatisticsResult |
withLabel(java.lang.String label)
A label describing the specified metric.
|
public java.lang.String getLabel()
public void setLabel(java.lang.String label)
label - A label describing the specified metric.public GetMetricStatisticsResult withLabel(java.lang.String label)
Returns a reference to this object so that method calls can be chained together.
label - A label describing the specified metric.public java.util.List<Datapoint> getDatapoints()
public void setDatapoints(java.util.Collection<Datapoint> datapoints)
datapoints - The datapoints for the specified metric.public GetMetricStatisticsResult withDatapoints(Datapoint... datapoints)
Returns a reference to this object so that method calls can be chained together.
datapoints - The datapoints for the specified metric.public GetMetricStatisticsResult withDatapoints(java.util.Collection<Datapoint> datapoints)
Returns a reference to this object so that method calls can be chained together.
datapoints - The datapoints for the specified metric.public java.lang.String toString()
toString クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object