public class DimensionFilter
extends java.lang.Object
implements java.io.Serializable
The DimensionFilter data type is used to filter ListMetrics results.
| コンストラクタと説明 |
|---|
DimensionFilter() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getName()
The dimension name to be matched.
|
java.lang.String |
getValue()
The value of the dimension to be matched.
|
int |
hashCode() |
void |
setName(java.lang.String name)
The dimension name to be matched.
|
void |
setValue(java.lang.String value)
The value of the dimension to be matched.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DimensionFilter |
withName(java.lang.String name)
The dimension name to be matched.
|
DimensionFilter |
withValue(java.lang.String value)
The value of the dimension to be matched.
|
public java.lang.String getName()
Constraints:
Length: 1 - 255
public void setName(java.lang.String name)
Constraints:
Length: 1 - 255
name - The dimension name to be matched.public DimensionFilter withName(java.lang.String name)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 255
name - The dimension name to be matched.public java.lang.String getValue()
Name without specifying a Value returns all
values associated with that Name.
Constraints:
Length: 1 - 255
Name without specifying a Value returns all
values associated with that Name. public void setValue(java.lang.String value)
Name without specifying a Value returns all
values associated with that Name.
Constraints:
Length: 1 - 255
value - The value of the dimension to be matched. Name without specifying a Value returns all
values associated with that Name. public DimensionFilter withValue(java.lang.String value)
Name without specifying a Value returns all
values associated with that Name. Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 255
value - The value of the dimension to be matched. Name without specifying a Value returns all
values associated with that Name. 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