public class ExportSoftwareInformationListRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| ExportSoftwareInformationListRequest() | 
| ExportSoftwareInformationListRequest(ExportSoftwareInformationListRequest 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 | 
|---|---|
| Condition | getCondition()Get 过滤条件、分页参数
Name - String - 过滤支持:是 - 操作符:eq,like - 排序支持:是 。 | 
| String | getMid()Get 终端唯一标识Mid | 
| Long | getOsType()Get 系统类型0:win 2:mac | 
| void | setCondition(Condition Condition)Set 过滤条件、分页参数
Name - String - 过滤支持:是 - 操作符:eq,like - 排序支持:是 。 | 
| void | setMid(String Mid)Set 终端唯一标识Mid | 
| void | setOsType(Long OsType)Set 系统类型0:win 2:mac | 
| 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 ExportSoftwareInformationListRequest()
public ExportSoftwareInformationListRequest(ExportSoftwareInformationListRequest source)
public String getMid()
public void setMid(String Mid)
Mid - 终端唯一标识Midpublic Condition getCondition()
public void setCondition(Condition Condition)
Condition - 过滤条件、分页参数
public Long getOsType()
public void setOsType(Long OsType)
OsType - 系统类型0:win 2:macCopyright © 2025. All rights reserved.