public class GetDeviceLicenseRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| GetDeviceLicenseRequest() | 
| GetDeviceLicenseRequest(GetDeviceLicenseRequest 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 | getDeviceId()Get 目标设备ID | 
| String | getProjectId()Get 目标设备所属项目ID | 
| void | setDeviceId(String DeviceId)Set 目标设备ID | 
| void | setProjectId(String ProjectId)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 GetDeviceLicenseRequest()
public GetDeviceLicenseRequest(GetDeviceLicenseRequest source)
public String getProjectId()
public void setProjectId(String ProjectId)
ProjectId - 目标设备所属项目IDpublic String getDeviceId()
public void setDeviceId(String DeviceId)
DeviceId - 目标设备IDCopyright © 2025. All rights reserved.