public class CreateFlowsByTemplatesResponse extends AbstractModel
Constructor and Description |
---|
CreateFlowsByTemplatesResponse() |
CreateFlowsByTemplatesResponse(CreateFlowsByTemplatesResponse 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[] |
getCustomerData()
Get 渠道的业务信息,限制1024字符
|
String[] |
getErrorMessages()
Get 创建消息,对应多个合同ID,
成功为“”,创建失败则对应失败消息
|
String[] |
getFlowIds()
Get 多个合同ID
|
String |
getRequestId()
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
void |
setCustomerData(String[] CustomerData)
Set 渠道的业务信息,限制1024字符
|
void |
setErrorMessages(String[] ErrorMessages)
Set 创建消息,对应多个合同ID,
成功为“”,创建失败则对应失败消息
|
void |
setFlowIds(String[] FlowIds)
Set 多个合同ID
|
void |
setRequestId(String RequestId)
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
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 CreateFlowsByTemplatesResponse()
public CreateFlowsByTemplatesResponse(CreateFlowsByTemplatesResponse source)
public String[] getFlowIds()
public void setFlowIds(String[] FlowIds)
FlowIds
- 多个合同IDpublic String[] getCustomerData()
public void setCustomerData(String[] CustomerData)
CustomerData
- 渠道的业务信息,限制1024字符public String[] getErrorMessages()
public void setErrorMessages(String[] ErrorMessages)
ErrorMessages
- 创建消息,对应多个合同ID,
成功为“”,创建失败则对应失败消息public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。Copyright © 2022. All rights reserved.