public class UpdateDeviceRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| UpdateDeviceRequest() | 
| UpdateDeviceRequest(UpdateDeviceRequest 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 | getDeviceName()Get 设备名称 | 
| Long | getFlowTrunc()Get 设备无流量包处理方式,0: 按量付费,1: 截断加速 | 
| String | getRemark()Get 设备备注 | 
| UpdateNetInfo[] | getUpdateNetInfo()Get 更新设备网络信息 | 
| void | setDeviceId(String DeviceId)Set 设备id | 
| void | setDeviceName(String DeviceName)Set 设备名称 | 
| void | setFlowTrunc(Long FlowTrunc)Set 设备无流量包处理方式,0: 按量付费,1: 截断加速 | 
| void | setRemark(String Remark)Set 设备备注 | 
| void | setUpdateNetInfo(UpdateNetInfo[] UpdateNetInfo)Set 更新设备网络信息 | 
| 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 UpdateDeviceRequest()
public UpdateDeviceRequest(UpdateDeviceRequest source)
public String getDeviceId()
public void setDeviceId(String DeviceId)
DeviceId - 设备idpublic String getDeviceName()
public void setDeviceName(String DeviceName)
DeviceName - 设备名称public String getRemark()
public void setRemark(String Remark)
Remark - 设备备注public UpdateNetInfo[] getUpdateNetInfo()
public void setUpdateNetInfo(UpdateNetInfo[] UpdateNetInfo)
UpdateNetInfo - 更新设备网络信息public Long getFlowTrunc()
public void setFlowTrunc(Long FlowTrunc)
FlowTrunc - 设备无流量包处理方式,0: 按量付费,1: 截断加速Copyright © 2025. All rights reserved.