public class CreateStudioProductRequest extends AbstractModel
Constructor and Description |
---|
CreateStudioProductRequest() |
CreateStudioProductRequest(CreateStudioProductRequest 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 |
getCategoryId()
Get 产品分组模板ID , ( 自定义模板填写1 , 控制台调用会使用预置的其他ID)
|
Long |
getDataProtocol()
Get 数据协议 (1 使用物模型 2 为自定义)
|
String |
getEncryptionType()
Get 加密类型 加密类型,1表示证书认证,2表示签名认证。
|
String |
getNetType()
Get 连接类型 可以填写 wifi cellular else
|
String |
getProductDesc()
Get 产品描述
|
String |
getProductName()
Get 产品名称,名称不能和已经存在的产品名称重复。命名规则:[a-zA-Z0-9:_-]{1,32}
|
Long |
getProductType()
Get 产品类型 填写 ( 0 普通产品 )
|
String |
getProjectId()
Get 产品的项目ID
|
void |
setCategoryId(Long CategoryId)
Set 产品分组模板ID , ( 自定义模板填写1 , 控制台调用会使用预置的其他ID)
|
void |
setDataProtocol(Long DataProtocol)
Set 数据协议 (1 使用物模型 2 为自定义)
|
void |
setEncryptionType(String EncryptionType)
Set 加密类型 加密类型,1表示证书认证,2表示签名认证。
|
void |
setNetType(String NetType)
Set 连接类型 可以填写 wifi cellular else
|
void |
setProductDesc(String ProductDesc)
Set 产品描述
|
void |
setProductName(String ProductName)
Set 产品名称,名称不能和已经存在的产品名称重复。命名规则:[a-zA-Z0-9:_-]{1,32}
|
void |
setProductType(Long ProductType)
Set 产品类型 填写 ( 0 普通产品 )
|
void |
setProjectId(String ProjectId)
Set 产品的项目ID
|
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 CreateStudioProductRequest()
public CreateStudioProductRequest(CreateStudioProductRequest source)
public String getProductName()
public void setProductName(String ProductName)
ProductName
- 产品名称,名称不能和已经存在的产品名称重复。命名规则:[a-zA-Z0-9:_-]{1,32}public Long getCategoryId()
public void setCategoryId(Long CategoryId)
CategoryId
- 产品分组模板ID , ( 自定义模板填写1 , 控制台调用会使用预置的其他ID)public Long getProductType()
public void setProductType(Long ProductType)
ProductType
- 产品类型 填写 ( 0 普通产品 )public String getEncryptionType()
public void setEncryptionType(String EncryptionType)
EncryptionType
- 加密类型 加密类型,1表示证书认证,2表示签名认证。public String getNetType()
public void setNetType(String NetType)
NetType
- 连接类型 可以填写 wifi cellular elsepublic Long getDataProtocol()
public void setDataProtocol(Long DataProtocol)
DataProtocol
- 数据协议 (1 使用物模型 2 为自定义)public String getProductDesc()
public void setProductDesc(String ProductDesc)
ProductDesc
- 产品描述public String getProjectId()
public void setProjectId(String ProjectId)
ProjectId
- 产品的项目IDCopyright © 2022. All rights reserved.