public static class QueryProductListResponse.Data.ProductInfo extends Object
| Constructor and Description |
|---|
QueryProductListResponse.Data.ProductInfo() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getDataFormat() |
String |
getDescription() |
Integer |
getDeviceCount() |
String |
getGmtCreate() |
Integer |
getNodeType() |
String |
getProductKey() |
String |
getProductName() |
void |
setDataFormat(Integer dataFormat) |
void |
setDescription(String description) |
void |
setDeviceCount(Integer deviceCount) |
void |
setGmtCreate(String gmtCreate) |
void |
setNodeType(Integer nodeType) |
void |
setProductKey(String productKey) |
void |
setProductName(String productName) |
public QueryProductListResponse.Data.ProductInfo()
public String getGmtCreate()
public void setGmtCreate(String gmtCreate)
public Integer getDataFormat()
public void setDataFormat(Integer dataFormat)
public String getDescription()
public void setDescription(String description)
public Integer getDeviceCount()
public void setDeviceCount(Integer deviceCount)
public Integer getNodeType()
public void setNodeType(Integer nodeType)
public String getProductKey()
public void setProductKey(String productKey)
public String getProductName()
public void setProductName(String productName)
Copyright © 2018. All Rights Reserved.