public class DeleteDeviceGroupRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DeleteDeviceGroupRequest() |
DeleteDeviceGroupRequest(DeleteDeviceGroupRequest 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
|
Long |
getId()
Get 设备分组的id
|
Long |
getWorkspaceId()
Get 工作空间的id
|
void |
setApplicationToken(String ApplicationToken)
Set 应用token
|
void |
setId(Long Id)
Set 设备分组的id
|
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, toJsonString
public DeleteDeviceGroupRequest()
public DeleteDeviceGroupRequest(DeleteDeviceGroupRequest source)
public Long getId()
public void setId(Long Id)
Id
- 设备分组的idpublic Long getWorkspaceId()
public void setWorkspaceId(Long WorkspaceId)
WorkspaceId
- 工作空间的idpublic String getApplicationToken()
public void setApplicationToken(String ApplicationToken)
ApplicationToken
- 应用tokenCopyright © 2024. All rights reserved.