public class BindProductInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| BindProductInfo() | 
| BindProductInfo(BindProductInfo 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 | 
| Long | getDataProtocol()Get 物模型类型。 | 
| String | getDevStatus()Get 状态 | 
| String | getNetType()Get 连接类型 | 
| String | getProductId()Get 产品ID。 | 
| String | getProductName()Get 产品名称。 | 
| String | getProductOwnerName()Get 产品拥有者名称 | 
| Long | getProductType()Get 产品类型 | 
| String | getProjectId()Get 产品所属项目ID。 | 
| void | setCategoryId(Long CategoryId)Set 产品分组模板ID | 
| void | setDataProtocol(Long DataProtocol)Set 物模型类型。 | 
| void | setDevStatus(String DevStatus)Set 状态 | 
| void | setNetType(String NetType)Set 连接类型 | 
| void | setProductId(String ProductId)Set 产品ID。 | 
| void | setProductName(String ProductName)Set 产品名称。 | 
| void | setProductOwnerName(String ProductOwnerName)Set 产品拥有者名称 | 
| void | setProductType(Long ProductType)Set 产品类型 | 
| 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, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic BindProductInfo()
public BindProductInfo(BindProductInfo source)
public String getProductId()
public void setProductId(String ProductId)
ProductId - 产品ID。public String getProductName()
public void setProductName(String ProductName)
ProductName - 产品名称。public String getProjectId()
public void setProjectId(String ProjectId)
ProjectId - 产品所属项目ID。public Long getDataProtocol()
public void setDataProtocol(Long DataProtocol)
DataProtocol - 物模型类型。public Long getCategoryId()
public void setCategoryId(Long CategoryId)
CategoryId - 产品分组模板IDpublic Long getProductType()
public void setProductType(Long ProductType)
ProductType - 产品类型public String getNetType()
public void setNetType(String NetType)
NetType - 连接类型public String getDevStatus()
public void setDevStatus(String DevStatus)
DevStatus - 状态public String getProductOwnerName()
public void setProductOwnerName(String ProductOwnerName)
ProductOwnerName - 产品拥有者名称Copyright © 2025. All rights reserved.