public class DescribeDeviceInfoRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeDeviceInfoRequest() |
DescribeDeviceInfoRequest(DescribeDeviceInfoRequest 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 |
getMid()
Get 终端id
|
String |
getType()
Get 查询类型 process_list network_list service_list
|
void |
setMid(String Mid)
Set 终端id
|
void |
setType(String Type)
Set 查询类型 process_list network_list service_list
|
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 DescribeDeviceInfoRequest()
public DescribeDeviceInfoRequest(DescribeDeviceInfoRequest source)
public String getMid()
public void setMid(String Mid)
Mid
- 终端idpublic String getType()
public void setType(String Type)
Type
- 查询类型 process_list network_list service_listCopyright © 2025. All rights reserved.