Class OrderBy
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.apm.v20210622.models.OrderBy
-
public class OrderBy extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetKey()Get 需要排序的字段StringgetValue()Get 顺序排序/倒序排序voidsetKey(String Key)Set 需要排序的字段voidsetValue(String Value)Set 顺序排序/倒序排序voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
OrderBy
public OrderBy()
-
OrderBy
public OrderBy(OrderBy source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
-
-
Method Detail
-
getKey
public String getKey()
Get 需要排序的字段- Returns:
- Key 需要排序的字段
-
setKey
public void setKey(String Key)
Set 需要排序的字段- Parameters:
Key- 需要排序的字段
-
getValue
public String getValue()
Get 顺序排序/倒序排序- Returns:
- Value 顺序排序/倒序排序
-
setValue
public void setValue(String Value)
Set 顺序排序/倒序排序- Parameters:
Value- 顺序排序/倒序排序
-
-