public class ChannelCancelMultiFlowSignQRCodeRequest extends AbstractModel
Constructor and Description |
---|
ChannelCancelMultiFlowSignQRCodeRequest() |
ChannelCancelMultiFlowSignQRCodeRequest(ChannelCancelMultiFlowSignQRCodeRequest 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 |
---|---|
Agent |
getAgent()
Get 渠道应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent.
|
UserInfo |
getOperator()
Get 用户信息
|
String |
getQrCodeId()
Get 二维码id
|
void |
setAgent(Agent Agent)
Set 渠道应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent.
|
void |
setOperator(UserInfo Operator)
Set 用户信息
|
void |
setQrCodeId(String QrCodeId)
Set 二维码id
|
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 ChannelCancelMultiFlowSignQRCodeRequest()
public ChannelCancelMultiFlowSignQRCodeRequest(ChannelCancelMultiFlowSignQRCodeRequest source)
public Agent getAgent()
public void setAgent(Agent Agent)
Agent
- 渠道应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填。public String getQrCodeId()
public void setQrCodeId(String QrCodeId)
QrCodeId
- 二维码idpublic UserInfo getOperator()
public void setOperator(UserInfo Operator)
Operator
- 用户信息Copyright © 2022. All rights reserved.