public class DistributeQueryReceiverRequest extends AbstractModel
Constructor and Description |
---|
DistributeQueryReceiverRequest() |
DistributeQueryReceiverRequest(DistributeQueryReceiverRequest 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 |
getOpenId()
Get 使用门店OpenId
|
String |
getOpenKey()
Get 使用门店OpenKey
|
String |
getProfile()
Get 沙箱环境填sandbox,正式环境不填
|
void |
setOpenId(String OpenId)
Set 使用门店OpenId
|
void |
setOpenKey(String OpenKey)
Set 使用门店OpenKey
|
void |
setProfile(String Profile)
Set 沙箱环境填sandbox,正式环境不填
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public DistributeQueryReceiverRequest()
public DistributeQueryReceiverRequest(DistributeQueryReceiverRequest source)
public String getOpenId()
public void setOpenId(String OpenId)
OpenId
- 使用门店OpenIdpublic String getOpenKey()
public void setOpenKey(String OpenKey)
OpenKey
- 使用门店OpenKeypublic String getProfile()
public void setProfile(String Profile)
Profile
- 沙箱环境填sandbox,正式环境不填Copyright © 2022. All rights reserved.