Class DistributeAccreditQueryRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cpdp.v20190820.models.DistributeAccreditQueryRequest
-
public class DistributeAccreditQueryRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DistributeAccreditQueryRequest()
DistributeAccreditQueryRequest(DistributeAccreditQueryRequest 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getOpenId()
Get 使用门店OpenIdString
getOpenKey()
Get 使用门店OpenKeyString
getProfile()
Get 沙箱环境填sandbox,正式环境不填void
setOpenId(String OpenId)
Set 使用门店OpenIdvoid
setOpenKey(String OpenKey)
Set 使用门店OpenKeyvoid
setProfile(String Profile)
Set 沙箱环境填sandbox,正式环境不填void
toMap(HashMap<String,String> map, String prefix)
Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
DistributeAccreditQueryRequest
public DistributeAccreditQueryRequest()
-
DistributeAccreditQueryRequest
public DistributeAccreditQueryRequest(DistributeAccreditQueryRequest 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.
-
-
Method Detail
-
getOpenId
public String getOpenId()
Get 使用门店OpenId- Returns:
- OpenId 使用门店OpenId
-
setOpenId
public void setOpenId(String OpenId)
Set 使用门店OpenId- Parameters:
OpenId
- 使用门店OpenId
-
getOpenKey
public String getOpenKey()
Get 使用门店OpenKey- Returns:
- OpenKey 使用门店OpenKey
-
setOpenKey
public void setOpenKey(String OpenKey)
Set 使用门店OpenKey- Parameters:
OpenKey
- 使用门店OpenKey
-
getProfile
public String getProfile()
Get 沙箱环境填sandbox,正式环境不填- Returns:
- Profile 沙箱环境填sandbox,正式环境不填
-
setProfile
public void setProfile(String Profile)
Set 沙箱环境填sandbox,正式环境不填- Parameters:
Profile
- 沙箱环境填sandbox,正式环境不填
-
-