public class OutputKolValue extends AbstractModel
Constructor and Description |
---|
OutputKolValue() |
OutputKolValue(OutputKolValue 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 |
getEvilPScore()
Get 作弊的严重性[0~100]
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getFraudPScore()
Get 作弊的可能性[0~100]
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getId()
Get KOL账号ID[比如微信公众号ID]
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getIsCheck()
Get 是否查得[0:未查得;1:查得]
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setEvilPScore(Long EvilPScore)
Set 作弊的严重性[0~100]
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setFraudPScore(Long FraudPScore)
Set 作弊的可能性[0~100]
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setId(String Id)
Set KOL账号ID[比如微信公众号ID]
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setIsCheck(Long IsCheck)
Set 是否查得[0:未查得;1:查得]
注意:此字段可能返回 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 OutputKolValue()
public OutputKolValue(OutputKolValue source)
public String getId()
public void setId(String Id)
Id
- KOL账号ID[比如微信公众号ID]
注意:此字段可能返回 null,表示取不到有效值。public Long getIsCheck()
public void setIsCheck(Long IsCheck)
IsCheck
- 是否查得[0:未查得;1:查得]
注意:此字段可能返回 null,表示取不到有效值。public Long getFraudPScore()
public void setFraudPScore(Long FraudPScore)
FraudPScore
- 作弊的可能性[0~100]
注意:此字段可能返回 null,表示取不到有效值。public Long getEvilPScore()
public void setEvilPScore(Long EvilPScore)
EvilPScore
- 作弊的严重性[0~100]
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2021. All rights reserved.