public class DeviceResultInfo extends AlipayObject
Constructor and Description |
---|
DeviceResultInfo() |
Modifier and Type | Method and Description |
---|---|
String |
getDeviceId()
Gets device id.
|
String |
getDeviceLabel()
Gets device label.
|
void |
setDeviceId(String deviceId)
Sets device id.
|
void |
setDeviceLabel(String deviceLabel)
Sets device label.
|
public String getDeviceId()
public void setDeviceId(String deviceId)
deviceId
- the device idpublic String getDeviceLabel()
public void setDeviceLabel(String deviceLabel)
deviceLabel
- the device labelCopyright © 2018. All rights reserved.