public class OrderDto extends AbstractModel
header, skipSign| Constructor and Description |
|---|
OrderDto() |
OrderDto(OrderDto 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.
|
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getAsc()
Get 是否升序
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getColumn()
Get 字段
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setAsc(Boolean Asc)
Set 是否升序
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setColumn(String Column)
Set 字段
注意:此字段可能返回 null,表示取不到有效值。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic OrderDto()
public OrderDto(OrderDto source)
public String getColumn()
public void setColumn(String Column)
Column - 字段
注意:此字段可能返回 null,表示取不到有效值。public Boolean getAsc()
public void setAsc(Boolean Asc)
Asc - 是否升序
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2025. All rights reserved.