public class AddProductRequest extends AbstractModel
构造器和说明 |
---|
AddProductRequest() |
限定符和类型 | 方法和说明 |
---|---|
Integer |
getAuthType()
获取鉴权模式(1:动态令牌,推荐使用动态令牌)
|
String |
getDataProtocol()
获取数据协议(native表示自定义,template表示数据模板,默认值为template)
|
String[] |
getDataTemplate()
获取数据模版(json数组)
|
String |
getDescription()
获取产品描述
|
String |
getName()
获取产品名称,同一区域产品名称需唯一,支持中文、英文字母、中划线和下划线,长度不超过31个字符,中文占两个字符
|
void |
setAuthType(Integer AuthType)
设置鉴权模式(1:动态令牌,推荐使用动态令牌)
|
void |
setDataProtocol(String DataProtocol)
设置数据协议(native表示自定义,template表示数据模板,默认值为template)
|
void |
setDataTemplate(String[] DataTemplate)
设置数据模版(json数组)
|
void |
setDescription(String Description)
设置产品描述
|
void |
setName(String Name)
设置产品名称,同一区域产品名称需唯一,支持中文、英文字母、中划线和下划线,长度不超过31个字符,中文占两个字符
|
void |
toMap(HashMap<String,String> map,
String prefix)
内部实现,用户禁止调用
|
fromJsonString, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public String getName()
public void setName(String Name)
Name
- 产品名称,同一区域产品名称需唯一,支持中文、英文字母、中划线和下划线,长度不超过31个字符,中文占两个字符public String getDescription()
public void setDescription(String Description)
Description
- 产品描述public Integer getAuthType()
public void setAuthType(Integer AuthType)
AuthType
- 鉴权模式(1:动态令牌,推荐使用动态令牌)public String[] getDataTemplate()
public void setDataTemplate(String[] DataTemplate)
DataTemplate
- 数据模版(json数组)public String getDataProtocol()
public void setDataProtocol(String DataProtocol)
DataProtocol
- 数据协议(native表示自定义,template表示数据模板,默认值为template)Copyright © 2018. All rights reserved.