public class MessageProfile extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| MessageProfile() | 
| MessageProfile(MessageProfile 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 | getAppType()Get 应用类型 | 
| String | getModelId()Get 模型Id | 
| String | getPoiCode()Get 设备类型 | 
| void | setAppType(String AppType)Set 应用类型 | 
| void | setModelId(String ModelId)Set 模型Id | 
| void | setPoiCode(String PoiCode)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 MessageProfile()
public MessageProfile(MessageProfile source)
public String getAppType()
public void setAppType(String AppType)
AppType - 应用类型public String getModelId()
public void setModelId(String ModelId)
ModelId - 模型Idpublic String getPoiCode()
public void setPoiCode(String PoiCode)
PoiCode - 设备类型Copyright © 2025. All rights reserved.