public class GenSingleDeviceSignatureOfPublicRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| GenSingleDeviceSignatureOfPublicRequest() | 
| GenSingleDeviceSignatureOfPublicRequest(GenSingleDeviceSignatureOfPublicRequest source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
       and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getDeviceName()Get 需要绑定的设备 | 
| Long | getExpire()Get 设备绑定签名的有效时间,以秒为单位。取值范围:0 < Expire <= 86400,Expire == -1(十年) | 
| String | getProductId()Get 设备所属的产品ID | 
| void | setDeviceName(String DeviceName)Set 需要绑定的设备 | 
| void | setExpire(Long Expire)Set 设备绑定签名的有效时间,以秒为单位。取值范围:0 < Expire <= 86400,Expire == -1(十年) | 
| void | setProductId(String ProductId)Set 设备所属的产品ID | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic GenSingleDeviceSignatureOfPublicRequest()
public GenSingleDeviceSignatureOfPublicRequest(GenSingleDeviceSignatureOfPublicRequest source)
public String getProductId()
public void setProductId(String ProductId)
ProductId - 设备所属的产品IDpublic String getDeviceName()
public void setDeviceName(String DeviceName)
DeviceName - 需要绑定的设备public Long getExpire()
public void setExpire(Long Expire)
Expire - 设备绑定签名的有效时间,以秒为单位。取值范围:0 < Expire <= 86400,Expire == -1(十年)Copyright © 2025. All rights reserved.