public class ModifyDeviceFieldRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| ModifyDeviceFieldRequest() | 
| ModifyDeviceFieldRequest(ModifyDeviceFieldRequest 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 | 
| ModifyDeviceFieldInfo[] | getSet()Get 设备自定义字段修改信息集合 | 
| Long | getWorkspaceId()Get 工作空间id | 
| void | setApplicationToken(String ApplicationToken)Set 应用token | 
| void | setSet(ModifyDeviceFieldInfo[] Set)Set 设备自定义字段修改信息集合 | 
| 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 ModifyDeviceFieldRequest()
public ModifyDeviceFieldRequest(ModifyDeviceFieldRequest source)
public Long getWorkspaceId()
public void setWorkspaceId(Long WorkspaceId)
WorkspaceId - 工作空间idpublic ModifyDeviceFieldInfo[] getSet()
public void setSet(ModifyDeviceFieldInfo[] Set)
Set - 设备自定义字段修改信息集合public String getApplicationToken()
public void setApplicationToken(String ApplicationToken)
ApplicationToken - 应用tokenCopyright © 2025. All rights reserved.