public class OutputDetectAccountActivity extends AbstractModel
Constructor and Description |
---|
OutputDetectAccountActivity() |
Modifier and Type | Method and Description |
---|---|
Long |
getCode()
Get 返回码(0,成功,其他失败)
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getMessage()
Get 返回码对应的信息
注意:此字段可能返回 null,表示取不到有效值。
|
OutputDetectAccountActivityValue |
getValue()
Get 返回活跃度信息
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setCode(Long Code)
Set 返回码(0,成功,其他失败)
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setMessage(String Message)
Set 返回码对应的信息
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setValue(OutputDetectAccountActivityValue Value)
Set 返回活跃度信息
注意:此字段可能返回 null,表示取不到有效值。
|
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 Long getCode()
public void setCode(Long Code)
Code
- 返回码(0,成功,其他失败)
注意:此字段可能返回 null,表示取不到有效值。public String getMessage()
public void setMessage(String Message)
Message
- 返回码对应的信息
注意:此字段可能返回 null,表示取不到有效值。public OutputDetectAccountActivityValue getValue()
public void setValue(OutputDetectAccountActivityValue Value)
Value
- 返回活跃度信息
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2020. All rights reserved.