public class IotDeviceModel extends AlipayObject
Constructor and Description |
---|
IotDeviceModel() |
Modifier and Type | Method and Description |
---|---|
String |
getCategoryId()
Gets category id.
|
List<String> |
getConnectionTypes()
Gets connection types.
|
String |
getConnectionUrl()
Gets connection url.
|
String |
getDecription()
Gets decription.
|
String |
getIcon()
Gets icon.
|
String |
getManufacturer()
Gets manufacturer.
|
String |
getModelId()
Gets model id.
|
String |
getModelName()
Gets model name.
|
void |
setCategoryId(String categoryId)
Sets category id.
|
void |
setConnectionTypes(List<String> connectionTypes)
Sets connection types.
|
void |
setConnectionUrl(String connectionUrl)
Sets connection url.
|
void |
setDecription(String decription)
Sets decription.
|
void |
setIcon(String icon)
Sets icon.
|
void |
setManufacturer(String manufacturer)
Sets manufacturer.
|
void |
setModelId(String modelId)
Sets model id.
|
void |
setModelName(String modelName)
Sets model name.
|
public String getCategoryId()
public void setCategoryId(String categoryId)
categoryId
- the category idpublic List<String> getConnectionTypes()
public void setConnectionTypes(List<String> connectionTypes)
connectionTypes
- the connection typespublic String getConnectionUrl()
public void setConnectionUrl(String connectionUrl)
connectionUrl
- the connection urlpublic String getDecription()
public void setDecription(String decription)
decription
- the decriptionpublic String getIcon()
public void setIcon(String icon)
icon
- the iconpublic String getManufacturer()
public void setManufacturer(String manufacturer)
manufacturer
- the manufacturerpublic String getModelId()
public void setModelId(String modelId)
modelId
- the model idpublic String getModelName()
public void setModelName(String modelName)
modelName
- the model nameCopyright © 2018. All rights reserved.