public class OutputActivityAntiRushAdvanced extends AbstractModel
Constructor and Description |
---|
OutputActivityAntiRushAdvanced() |
OutputActivityAntiRushAdvanced(OutputActivityAntiRushAdvanced 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 |
getCode()
Get 返回码。0表示成功,非0标识失败错误码。
|
String |
getMessage()
Get UTF-8编码,出错消息。
|
OutputActivityAntiRushAdvancedValue |
getValue()
Get 服务调用结果。
|
void |
setCode(Long Code)
Set 返回码。0表示成功,非0标识失败错误码。
|
void |
setMessage(String Message)
Set UTF-8编码,出错消息。
|
void |
setValue(OutputActivityAntiRushAdvancedValue Value)
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 OutputActivityAntiRushAdvanced()
public OutputActivityAntiRushAdvanced(OutputActivityAntiRushAdvanced source)
public Long getCode()
public void setCode(Long Code)
Code
- 返回码。0表示成功,非0标识失败错误码。public String getMessage()
public void setMessage(String Message)
Message
- UTF-8编码,出错消息。public OutputActivityAntiRushAdvancedValue getValue()
public void setValue(OutputActivityAntiRushAdvancedValue Value)
Value
- 服务调用结果。Copyright © 2022. All rights reserved.