public class MetricCollectionType
extends java.lang.Object
implements java.io.Serializable
The MetricCollectionType data type.
| コンストラクタと説明 |
|---|
MetricCollectionType() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getMetric()
Constraints:
Length: 1 - 255 Pattern: [ --�𐀀-\r\n\t]* |
int |
hashCode() |
void |
setMetric(java.lang.String metric)
Constraints:
Length: 1 - 255 Pattern: [ --�𐀀-\r\n\t]* |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
MetricCollectionType |
withMetric(java.lang.String metric)
Returns a reference to this object so that method calls can be chained together.
|
public java.lang.String getMetric()
Constraints:
Length: 1 - 255
Pattern: [ --�𐀀-\r\n\t]*
public void setMetric(java.lang.String metric)
Constraints:
Length: 1 - 255
Pattern: [ --�𐀀-\r\n\t]*
metric - public MetricCollectionType withMetric(java.lang.String metric)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 255
Pattern: [ --�𐀀-\r\n\t]*
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