public class PredictRatingRequest extends AbstractModel
Constructor and Description |
---|
PredictRatingRequest() |
PredictRatingRequest(PredictRatingRequest 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 |
---|---|
String |
getId()
Get 请求唯一标志ID
|
Long |
getType()
Get ID标志的类型,0:IMEI 7:IDFA 8:MD5(imei) 100: 手机号明文 101: 手机号md5加密
|
void |
setId(String Id)
Set 请求唯一标志ID
|
void |
setType(Long Type)
Set ID标志的类型,0:IMEI 7:IDFA 8:MD5(imei) 100: 手机号明文 101: 手机号md5加密
|
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 PredictRatingRequest()
public PredictRatingRequest(PredictRatingRequest source)
public Long getType()
public void setType(Long Type)
Type
- ID标志的类型,0:IMEI 7:IDFA 8:MD5(imei) 100: 手机号明文 101: 手机号md5加密public String getId()
public void setId(String Id)
Id
- 请求唯一标志IDCopyright © 2023. All rights reserved.