public static class QueryProductListResponse.Data.ProductInfo extends Object
| 构造器和说明 |
|---|
ProductInfo() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getAuthType() |
Integer |
getDataFormat() |
String |
getDescription() |
Integer |
getDeviceCount() |
Long |
getGmtCreate() |
Integer |
getNodeType() |
String |
getProductKey() |
String |
getProductName() |
void |
setAuthType(String authType) |
void |
setDataFormat(Integer dataFormat) |
void |
setDescription(String description) |
void |
setDeviceCount(Integer deviceCount) |
void |
setGmtCreate(Long gmtCreate) |
void |
setNodeType(Integer nodeType) |
void |
setProductKey(String productKey) |
void |
setProductName(String productName) |
public Long getGmtCreate()
public void setGmtCreate(Long 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)
public String getAuthType()
public void setAuthType(String authType)
Copyright © 2020. All Rights Reserved.