public class CtpDeviceSecretAccessScope
extends com.seeyon.ctp.common.po.BasePO
| 构造器和说明 |
|---|
CtpDeviceSecretAccessScope() |
CtpDeviceSecretAccessScope(java.lang.Long deviceSecId,
java.lang.String deviceAddress,
java.lang.String deviceInfo) |
| 限定符和类型 | 方法和说明 |
|---|---|
java.lang.String |
getDeviceAddress() |
java.lang.String |
getDeviceInfo() |
java.lang.Long |
getDeviceSecId() |
void |
setDeviceAddress(java.lang.String deviceAddress) |
void |
setDeviceInfo(java.lang.String deviceInfo) |
void |
setDeviceSecId(java.lang.Long deviceSecId) |
java.lang.String |
toString() |
clone, equals, getExtraAttr, getExtraMap, getId, hashCode, isNew, putExtraAttr, putExtraAttr, putExtraAttr, putExtraAttr, putExtraAttr, putExtraAttr, putExtraAttr, putExtraAttr, putExtraAttr, putExtraAttr, putExtraAttr, putExtraAttr, putExtraAttr, putExtraAttr, putExtraAttr, setId, setIdIfNew, setNewId, toJSON, toJSON, toJSONnoAttrpublic CtpDeviceSecretAccessScope(java.lang.Long deviceSecId,
java.lang.String deviceAddress,
java.lang.String deviceInfo)
public CtpDeviceSecretAccessScope()
public java.lang.String getDeviceInfo()
public void setDeviceInfo(java.lang.String deviceInfo)
public java.lang.String toString()
toString 在类中 com.seeyon.ctp.common.po.BasePOpublic java.lang.Long getDeviceSecId()
public void setDeviceSecId(java.lang.Long deviceSecId)
public java.lang.String getDeviceAddress()
public void setDeviceAddress(java.lang.String deviceAddress)