public class SocCheckItem extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| SocCheckItem() | 
| SocCheckItem(SocCheckItem 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 | getFailCount()Get 失败数
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getLevelId()Get 唯一id
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getName()Get 名字
注意:此字段可能返回 null,表示取不到有效值。 | 
| Long | getSuccessCount()Get 成功数
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setFailCount(Long FailCount)Set 失败数
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setLevelId(String LevelId)Set 唯一id
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setName(String Name)Set 名字
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setSuccessCount(Long SuccessCount)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 SocCheckItem()
public SocCheckItem(SocCheckItem source)
public String getName()
public void setName(String Name)
Name - 名字
注意:此字段可能返回 null,表示取不到有效值。public String getLevelId()
public void setLevelId(String LevelId)
LevelId - 唯一id
注意:此字段可能返回 null,表示取不到有效值。public Long getSuccessCount()
public void setSuccessCount(Long SuccessCount)
SuccessCount - 成功数
注意:此字段可能返回 null,表示取不到有效值。public Long getFailCount()
public void setFailCount(Long FailCount)
FailCount - 失败数
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2025. All rights reserved.