public class ModifyDeviceInfoResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
beginDay
If the Duration in the request parameters is not empty, this field represents the start time of the authorization after the device validity period has been extended.
|
String |
bizType
Corresponds to the BizType in the request parameters.
|
String |
deviceId
Corresponds to the DeviceId in the request parameters.
|
String |
expiredDay
If the Duration in the request parameters is not empty, this field represents the expiration time of the authorization after the device validity period has been extended.
|
String |
requestId
The ID of this request.
|
String |
userDeviceId
Corresponds to the UserDeviceId in the request parameters.
|
| 构造器和说明 |
|---|
ModifyDeviceInfoResponseBody() |
| 限定符和类型 | 方法和说明 |
|---|---|
static ModifyDeviceInfoResponseBody |
build(Map<String,?> map) |
String |
getBeginDay() |
String |
getBizType() |
String |
getDeviceId() |
String |
getExpiredDay() |
String |
getRequestId() |
String |
getUserDeviceId() |
ModifyDeviceInfoResponseBody |
setBeginDay(String beginDay) |
ModifyDeviceInfoResponseBody |
setBizType(String bizType) |
ModifyDeviceInfoResponseBody |
setDeviceId(String deviceId) |
ModifyDeviceInfoResponseBody |
setExpiredDay(String expiredDay) |
ModifyDeviceInfoResponseBody |
setRequestId(String requestId) |
ModifyDeviceInfoResponseBody |
setUserDeviceId(String userDeviceId) |
@NameInMap(value="BeginDay") public String beginDay
If the Duration in the request parameters is not empty, this field represents the start time of the authorization after the device validity period has been extended. One year of Duration is calculated as 365 days. Example: 20180101.
example:20190401
@NameInMap(value="BizType") public String bizType
Corresponds to the BizType in the request parameters.
example:FACE_TEST
@NameInMap(value="DeviceId") public String deviceId
Corresponds to the DeviceId in the request parameters.
example:wd.6ziUffspAeW5FVYbaqmexR-1qwNjM
@NameInMap(value="ExpiredDay") public String expiredDay
If the Duration in the request parameters is not empty, this field represents the expiration time of the authorization after the device validity period has been extended. One year of Duration is calculated as 365 days. Example: 20180101.
example:20200330
@NameInMap(value="RequestId") public String requestId
The ID of this request.
example:473469C7-AA6F-4DC5-B3DB-A3DC0DE3C83E
@NameInMap(value="UserDeviceId") public String userDeviceId
Corresponds to the UserDeviceId in the request parameters.
example:3iJ1AY$oHcu7mC69
public static ModifyDeviceInfoResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic ModifyDeviceInfoResponseBody setBeginDay(String beginDay)
public String getBeginDay()
public ModifyDeviceInfoResponseBody setBizType(String bizType)
public String getBizType()
public ModifyDeviceInfoResponseBody setDeviceId(String deviceId)
public String getDeviceId()
public ModifyDeviceInfoResponseBody setExpiredDay(String expiredDay)
public String getExpiredDay()
public ModifyDeviceInfoResponseBody setRequestId(String requestId)
public String getRequestId()
public ModifyDeviceInfoResponseBody setUserDeviceId(String userDeviceId)
public String getUserDeviceId()
Copyright © 2025. All rights reserved.