public class BatchDeleteDeviceRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| BatchDeleteDeviceRequest() | 
| BatchDeleteDeviceRequest(BatchDeleteDeviceRequest 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 | getApplicationToken()Get 应用token | 
| String[] | getWIDSet()Get 设备wid数组列表 | 
| Long | getWorkspaceId()Get 工作空间id | 
| void | setApplicationToken(String ApplicationToken)Set 应用token | 
| void | setWIDSet(String[] WIDSet)Set 设备wid数组列表 | 
| void | setWorkspaceId(Long WorkspaceId)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 BatchDeleteDeviceRequest()
public BatchDeleteDeviceRequest(BatchDeleteDeviceRequest source)
public Long getWorkspaceId()
public void setWorkspaceId(Long WorkspaceId)
WorkspaceId - 工作空间idpublic String[] getWIDSet()
public void setWIDSet(String[] WIDSet)
WIDSet - 设备wid数组列表public String getApplicationToken()
public void setApplicationToken(String ApplicationToken)
ApplicationToken - 应用tokenCopyright © 2025. All rights reserved.