public class Device extends Object implements Serializable
| 构造器和说明 |
|---|
Device() |
public String getProductKey()
public void setProductKey(String productKey)
public String getProductName()
public void setProductName(String productName)
public String getDeviceKey()
public void setDeviceKey(String deviceKey)
public String getDeviceName()
public void setDeviceName(String deviceName)
public String getDeviceSecret()
public void setDeviceSecret(String deviceSecret)
public String getDeviceDesc()
public void setDeviceDesc(String deviceDesc)
public String getTimezone()
public void setTimezone(String timezone)
public boolean getIsDST()
public void setIsDST(boolean isDST)
public String getAssetId()
public void setAssetId(String assetId)
public String getTopo()
public void setTopo(String topo)
public String getOrgId()
public void setOrgId(String orgId)
public String getCreateBy()
public void setCreateBy(String createBy)
public Long getGmtCreate()
public void setGmtCreate(Long gmtCreate)
public Long getGmtModified()
public void setGmtModified(Long gmtModified)
public Long getGmtActive()
public void setGmtActive(Long gmtActive)
public Long getGmtOnline()
public void setGmtOnline(Long gmtOnline)
public Long getGmtOffline()
public void setGmtOffline(Long gmtOffline)
public String getStatus()
public void setStatus(String status)
public Integer getNodeType()
public void setNodeType(Integer nodeType)
Copyright © 2019. All rights reserved.