Class DescribeFlowDetailInfoResponse
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.essbasic.v20210526.models.DescribeFlowDetailInfoResponse
-
public class DescribeFlowDetailInfoResponse extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeFlowDetailInfoResponse()
DescribeFlowDetailInfoResponse(DescribeFlowDetailInfoResponse 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
getApplicationId()
Get 第三方平台应用号IdString
getFlowGroupId()
Get 合同组编号 注意:此字段可能返回 null,表示取不到有效值。String
getFlowGroupName()
Get 合同组名称 注意:此字段可能返回 null,表示取不到有效值。FlowDetailInfo[]
getFlowInfo()
Get 合同(签署流程)的具体详细描述信息 注意:此字段可能返回 null,表示取不到有效值。String
getProxyOrganizationOpenId()
Get 第三方平台子客企业OpenIdString
getRequestId()
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。void
setApplicationId(String ApplicationId)
Set 第三方平台应用号Idvoid
setFlowGroupId(String FlowGroupId)
Set 合同组编号 注意:此字段可能返回 null,表示取不到有效值。void
setFlowGroupName(String FlowGroupName)
Set 合同组名称 注意:此字段可能返回 null,表示取不到有效值。void
setFlowInfo(FlowDetailInfo[] FlowInfo)
Set 合同(签署流程)的具体详细描述信息 注意:此字段可能返回 null,表示取不到有效值。void
setProxyOrganizationOpenId(String ProxyOrganizationOpenId)
Set 第三方平台子客企业OpenIdvoid
setRequestId(String RequestId)
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。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
-
DescribeFlowDetailInfoResponse
public DescribeFlowDetailInfoResponse()
-
DescribeFlowDetailInfoResponse
public DescribeFlowDetailInfoResponse(DescribeFlowDetailInfoResponse 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
-
getApplicationId
public String getApplicationId()
Get 第三方平台应用号Id- Returns:
- ApplicationId 第三方平台应用号Id
-
setApplicationId
public void setApplicationId(String ApplicationId)
Set 第三方平台应用号Id- Parameters:
ApplicationId
- 第三方平台应用号Id
-
getProxyOrganizationOpenId
public String getProxyOrganizationOpenId()
Get 第三方平台子客企业OpenId- Returns:
- ProxyOrganizationOpenId 第三方平台子客企业OpenId
-
setProxyOrganizationOpenId
public void setProxyOrganizationOpenId(String ProxyOrganizationOpenId)
Set 第三方平台子客企业OpenId- Parameters:
ProxyOrganizationOpenId
- 第三方平台子客企业OpenId
-
getFlowInfo
public FlowDetailInfo[] getFlowInfo()
Get 合同(签署流程)的具体详细描述信息 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- FlowInfo 合同(签署流程)的具体详细描述信息 注意:此字段可能返回 null,表示取不到有效值。
-
setFlowInfo
public void setFlowInfo(FlowDetailInfo[] FlowInfo)
Set 合同(签署流程)的具体详细描述信息 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
FlowInfo
- 合同(签署流程)的具体详细描述信息 注意:此字段可能返回 null,表示取不到有效值。
-
getFlowGroupId
public String getFlowGroupId()
Get 合同组编号 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- FlowGroupId 合同组编号 注意:此字段可能返回 null,表示取不到有效值。
-
setFlowGroupId
public void setFlowGroupId(String FlowGroupId)
Set 合同组编号 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
FlowGroupId
- 合同组编号 注意:此字段可能返回 null,表示取不到有效值。
-
getFlowGroupName
public String getFlowGroupName()
Get 合同组名称 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- FlowGroupName 合同组名称 注意:此字段可能返回 null,表示取不到有效值。
-
setFlowGroupName
public void setFlowGroupName(String FlowGroupName)
Set 合同组名称 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
FlowGroupName
- 合同组名称 注意:此字段可能返回 null,表示取不到有效值。
-
getRequestId
public String getRequestId()
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。- Returns:
- RequestId 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
-
setRequestId
public void setRequestId(String RequestId)
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。- Parameters:
RequestId
- 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
-
-