public class PutWxAppIdToWeAppRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| PutWxAppIdToWeAppRequest() | 
| PutWxAppIdToWeAppRequest(PutWxAppIdToWeAppRequest 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 | getWeAppId()Get 应用ID | 
| String | getWxAppId()Get 微信AppId | 
| void | setWeAppId(String WeAppId)Set 应用ID | 
| void | setWxAppId(String WxAppId)Set 微信AppId | 
| 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 PutWxAppIdToWeAppRequest()
public PutWxAppIdToWeAppRequest(PutWxAppIdToWeAppRequest source)
public String getWeAppId()
public void setWeAppId(String WeAppId)
WeAppId - 应用IDpublic String getWxAppId()
public void setWxAppId(String WxAppId)
WxAppId - 微信AppIdCopyright © 2025. All rights reserved.