public class GetWechatDeviceTicketRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
GetWechatDeviceTicketRequest() |
GetWechatDeviceTicketRequest(GetWechatDeviceTicketRequest 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 |
getDeviceName()
Get 产品名称
|
Long |
getIsThirdApp()
Get 是否第三方小程序
|
String |
getMiniProgramAppId()
Get 小程序APPID
|
String |
getModelId()
Get 模板ID
|
String |
getProductId()
Get 产品ID
|
void |
setDeviceName(String DeviceName)
Set 产品名称
|
void |
setIsThirdApp(Long IsThirdApp)
Set 是否第三方小程序
|
void |
setMiniProgramAppId(String MiniProgramAppId)
Set 小程序APPID
|
void |
setModelId(String ModelId)
Set 模板ID
|
void |
setProductId(String ProductId)
Set 产品ID
|
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 GetWechatDeviceTicketRequest()
public GetWechatDeviceTicketRequest(GetWechatDeviceTicketRequest source)
public String getProductId()
public void setProductId(String ProductId)
ProductId
- 产品IDpublic String getDeviceName()
public void setDeviceName(String DeviceName)
DeviceName
- 产品名称public Long getIsThirdApp()
public void setIsThirdApp(Long IsThirdApp)
IsThirdApp
- 是否第三方小程序public String getModelId()
public void setModelId(String ModelId)
ModelId
- 模板IDpublic String getMiniProgramAppId()
public void setMiniProgramAppId(String MiniProgramAppId)
MiniProgramAppId
- 小程序APPIDCopyright © 2024. All rights reserved.