public class Conditions extends AbstractModel
Constructor and Description |
---|
Conditions() |
Conditions(Conditions 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 |
---|---|
Long |
getCount()
Get 具有相同原因的副本个数
|
String |
getReason()
Get 原因
|
void |
setCount(Long Count)
Set 具有相同原因的副本个数
|
void |
setReason(String Reason)
Set 原因
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public Conditions()
public Conditions(Conditions source)
public String getReason()
public void setReason(String Reason)
Reason
- 原因public Long getCount()
public void setCount(Long Count)
Count
- 具有相同原因的副本个数Copyright © 2023. All rights reserved.