Class DeviceCertificate
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.iotvideo.v20191126.models.DeviceCertificate
-
public class DeviceCertificate extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DeviceCertificate()DeviceCertificate(DeviceCertificate 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCertificate()Get 设备初始证书信息,base64编码StringgetTid()Get 设备TIDStringgetWhiteBoxSoUrl()Get 设备私钥下载地址voidsetCertificate(String Certificate)Set 设备初始证书信息,base64编码voidsetTid(String Tid)Set 设备TIDvoidsetWhiteBoxSoUrl(String WhiteBoxSoUrl)Set 设备私钥下载地址voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
DeviceCertificate
public DeviceCertificate()
-
DeviceCertificate
public DeviceCertificate(DeviceCertificate 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.
-
-
Method Detail
-
getTid
public String getTid()
Get 设备TID- Returns:
- Tid 设备TID
-
setTid
public void setTid(String Tid)
Set 设备TID- Parameters:
Tid- 设备TID
-
getCertificate
public String getCertificate()
Get 设备初始证书信息,base64编码- Returns:
- Certificate 设备初始证书信息,base64编码
-
setCertificate
public void setCertificate(String Certificate)
Set 设备初始证书信息,base64编码- Parameters:
Certificate- 设备初始证书信息,base64编码
-
getWhiteBoxSoUrl
public String getWhiteBoxSoUrl()
Get 设备私钥下载地址- Returns:
- WhiteBoxSoUrl 设备私钥下载地址
-
setWhiteBoxSoUrl
public void setWhiteBoxSoUrl(String WhiteBoxSoUrl)
Set 设备私钥下载地址- Parameters:
WhiteBoxSoUrl- 设备私钥下载地址
-
-