Class FieldSort
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.iecp.v20210914.models.FieldSort
-
public class FieldSort 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 StringgetField()Get 字段名StringgetOrder()Get 排序(ASC:升序 DESC:降序voidsetField(String Field)Set 字段名voidsetOrder(String Order)Set 排序(ASC:升序 DESC:降序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
-
FieldSort
public FieldSort()
-
FieldSort
public FieldSort(FieldSort 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
-
getField
public String getField()
Get 字段名- Returns:
- Field 字段名
-
setField
public void setField(String Field)
Set 字段名- Parameters:
Field- 字段名
-
getOrder
public String getOrder()
Get 排序(ASC:升序 DESC:降序- Returns:
- Order 排序(ASC:升序 DESC:降序
-
setOrder
public void setOrder(String Order)
Set 排序(ASC:升序 DESC:降序- Parameters:
Order- 排序(ASC:升序 DESC:降序
-
-