public class DeviceCredential
extends java.lang.Object
Modifier | Constructor and Description |
---|---|
protected |
DeviceCredential() |
|
DeviceCredential(CuicServer cuicServer) |
Modifier and Type | Method and Description |
---|---|
DeviceCredential |
executeCreate() |
DeviceCredential |
executeDelete() |
DeviceCredential |
executeUpdate() |
static java.util.Collection<DeviceCredential> |
get(java.lang.String datacenterId,
CuicServer server) |
CuicServer |
getCuicServer() |
java.lang.String |
getDatacenter() |
java.lang.String |
getDeviceCategory() |
long |
getDeviceId() |
java.lang.String |
getDeviceIp() |
java.lang.String |
getEnablePassword() |
java.lang.String |
getLogin() |
java.lang.String |
getPassword() |
java.lang.String |
getPort() |
java.lang.String |
getProtocol() |
void |
setCuicServer(CuicServer cuicServer) |
void |
setDatacenter(java.lang.String datacenter) |
void |
setDeviceCategory(java.lang.String deviceCategory) |
void |
setDeviceId(long deviceId) |
void |
setDeviceIp(java.lang.String deviceIp) |
void |
setEnablePassword(java.lang.String enablePassword) |
void |
setLogin(java.lang.String login) |
void |
setPassword(java.lang.String password) |
void |
setPort(java.lang.String port) |
void |
setProtocol(java.lang.String protocol) |
protected DeviceCredential()
public DeviceCredential(CuicServer cuicServer)
cuicServer
- public CuicServer getCuicServer()
public void setCuicServer(CuicServer cuicServer)
cuicServer
- the cuicServer to setpublic long getDeviceId()
public void setDeviceId(long deviceId)
deviceId
- the deviceId to setpublic java.lang.String getDatacenter()
public void setDatacenter(java.lang.String datacenter)
datacenter
- the datacenter to setpublic java.lang.String getDeviceCategory()
public void setDeviceCategory(java.lang.String deviceCategory)
deviceCategory
- the deviceCategory to setpublic java.lang.String getDeviceIp()
public void setDeviceIp(java.lang.String deviceIp)
deviceIp
- the deviceIp to setpublic java.lang.String getProtocol()
public void setProtocol(java.lang.String protocol)
protocol
- the protocol to setpublic java.lang.String getPort()
public void setPort(java.lang.String port)
port
- the port to setpublic java.lang.String getLogin()
public void setLogin(java.lang.String login)
login
- the login to setpublic java.lang.String getPassword()
public void setPassword(java.lang.String password)
password
- the password to setpublic java.lang.String getEnablePassword()
public void setEnablePassword(java.lang.String enablePassword)
enablePassword
- the enablePassword to setpublic static java.util.Collection<DeviceCredential> get(java.lang.String datacenterId, CuicServer server) throws java.lang.Exception
java.lang.Exception
public DeviceCredential executeUpdate() throws java.lang.Exception
java.lang.Exception
public DeviceCredential executeCreate() throws java.lang.Exception
java.lang.Exception
public DeviceCredential executeDelete() throws java.lang.Exception
java.lang.Exception