Class UpdateDeviceOrganizationRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.iss.v20230517.models.UpdateDeviceOrganizationRequest
-
public class UpdateDeviceOrganizationRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description UpdateDeviceOrganizationRequest()UpdateDeviceOrganizationRequest(UpdateDeviceOrganizationRequest 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 String[]getDeviceIds()Get 设备 ID 数组(从获取设备列表接口ListDevices中获取)StringgetOrganizationId()Get 组织 ID(从查询组织接口DescribeOrganization中获取)voidsetDeviceIds(String[] DeviceIds)Set 设备 ID 数组(从获取设备列表接口ListDevices中获取)voidsetOrganizationId(String OrganizationId)Set 组织 ID(从查询组织接口DescribeOrganization中获取)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
-
UpdateDeviceOrganizationRequest
public UpdateDeviceOrganizationRequest()
-
UpdateDeviceOrganizationRequest
public UpdateDeviceOrganizationRequest(UpdateDeviceOrganizationRequest 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
-
getDeviceIds
public String[] getDeviceIds()
Get 设备 ID 数组(从获取设备列表接口ListDevices中获取)- Returns:
- DeviceIds 设备 ID 数组(从获取设备列表接口ListDevices中获取)
-
setDeviceIds
public void setDeviceIds(String[] DeviceIds)
Set 设备 ID 数组(从获取设备列表接口ListDevices中获取)- Parameters:
DeviceIds- 设备 ID 数组(从获取设备列表接口ListDevices中获取)
-
getOrganizationId
public String getOrganizationId()
Get 组织 ID(从查询组织接口DescribeOrganization中获取)- Returns:
- OrganizationId 组织 ID(从查询组织接口DescribeOrganization中获取)
-
setOrganizationId
public void setOrganizationId(String OrganizationId)
Set 组织 ID(从查询组织接口DescribeOrganization中获取)- Parameters:
OrganizationId- 组织 ID(从查询组织接口DescribeOrganization中获取)
-
-