public class InputCreateNameListFront extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| InputCreateNameListFront() | 
| InputCreateNameListFront(InputCreateNameListFront 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 | getDataType()Get 数据类型[1 手机号 2 qqOpenId 3 2echatOpenId 4 ip 6 idfa 7 imei] | 
| Long | getEncryptionType()Get 加密类型[0 无需加密 1 MD5加密 2 SHA256加密] | 
| String | getListName()Get 名单名称 | 
| Long | getListType()Get 名单类型 [1 黑名单 2白名单] | 
| String | getRemark()Get 描述 | 
| String | getSceneCode()Get 场景Code,all_scene代表全部场景 | 
| void | setDataType(Long DataType)Set 数据类型[1 手机号 2 qqOpenId 3 2echatOpenId 4 ip 6 idfa 7 imei] | 
| void | setEncryptionType(Long EncryptionType)Set 加密类型[0 无需加密 1 MD5加密 2 SHA256加密] | 
| void | setListName(String ListName)Set 名单名称 | 
| void | setListType(Long ListType)Set 名单类型 [1 黑名单 2白名单] | 
| void | setRemark(String Remark)Set 描述 | 
| void | setSceneCode(String SceneCode)Set 场景Code,all_scene代表全部场景 | 
| 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 InputCreateNameListFront()
public InputCreateNameListFront(InputCreateNameListFront source)
public String getListName()
public void setListName(String ListName)
ListName - 名单名称public Long getListType()
public void setListType(Long ListType)
ListType - 名单类型 [1 黑名单 2白名单]public Long getDataType()
public void setDataType(Long DataType)
DataType - 数据类型[1 手机号 2 qqOpenId 3 2echatOpenId 4 ip 6 idfa 7 imei]public String getRemark()
public void setRemark(String Remark)
Remark - 描述public Long getEncryptionType()
public void setEncryptionType(Long EncryptionType)
EncryptionType - 加密类型[0 无需加密 1 MD5加密 2 SHA256加密]public String getSceneCode()
public void setSceneCode(String SceneCode)
SceneCode - 场景Code,all_scene代表全部场景Copyright © 2025. All rights reserved.