@Deprecated public class DeviceProperty extends Object
Constructor and Description |
---|
DeviceProperty()
Deprecated.
|
DeviceProperty(int deviceId,
String key,
Date ksExpiresOn,
int ksFlags,
short ksType,
byte[] binaryValue,
String reportingDetails)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
byte[] |
getBinaryValue()
Deprecated.
|
int |
getDeviceId()
Deprecated.
|
String |
getKey()
Deprecated.
|
Date |
getKsExpiresOn()
Deprecated.
|
int |
getKsFlags()
Deprecated.
|
short |
getKsType()
Deprecated.
|
String |
getReportingDetails()
Deprecated.
|
void |
setBinaryValue(byte[] binaryValue)
Deprecated.
This value is required.
|
void |
setDeviceId(int deviceId)
Deprecated.
This value is required.
|
void |
setKey(String key)
Deprecated.
This value is required.
|
void |
setKsExpiresOn(Date ksExpiresOn)
Deprecated.
This value is optional.
|
void |
setKsFlags(int ksFlags)
Deprecated.
This value is required.
|
void |
setKsType(short ksType)
Deprecated.
This value is required.
|
void |
setReportingDetails(String reportingDetails)
Deprecated.
This value is optional.
|
String |
toString()
Deprecated.
|
public int getDeviceId()
public void setDeviceId(int deviceId)
public String getKey()
public void setKey(String key)
public Date getKsExpiresOn()
public void setKsExpiresOn(Date ksExpiresOn)
public int getKsFlags()
public void setKsFlags(int ksFlags)
public short getKsType()
public void setKsType(short ksType)
public byte[] getBinaryValue()
public void setBinaryValue(byte[] binaryValue)
public String getReportingDetails()
public void setReportingDetails(String reportingDetails)
AsmServicesWs.setDeviceProperty(DeviceProperty)
and AsmServicesWs.removeDevicePropertyEx(DeviceProperty)
.reportingDetails
- A String which will be written to the reporting details of SSMS.Copyright © 2022 KOBIL Systems GmbH. All rights reserved.