Class DescribeFlowApproversRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.essbasic.v20201222.models.DescribeFlowApproversRequest
-
public class DescribeFlowApproversRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeFlowApproversRequest()
DescribeFlowApproversRequest(DescribeFlowApproversRequest 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 Caller
getCaller()
Get 调用方信息String
getFlowId()
Get 需要查询的流程IDString
getSignId()
Get 需要查询的签署ID,为空则不按签署ID过滤String
getUserId()
Get 需要查询的用户ID,为空则默认查询所有用户信息void
setCaller(Caller Caller)
Set 调用方信息void
setFlowId(String FlowId)
Set 需要查询的流程IDvoid
setSignId(String SignId)
Set 需要查询的签署ID,为空则不按签署ID过滤void
setUserId(String UserId)
Set 需要查询的用户ID,为空则默认查询所有用户信息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
-
DescribeFlowApproversRequest
public DescribeFlowApproversRequest()
-
DescribeFlowApproversRequest
public DescribeFlowApproversRequest(DescribeFlowApproversRequest 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
-
getCaller
public Caller getCaller()
Get 调用方信息- Returns:
- Caller 调用方信息
-
setCaller
public void setCaller(Caller Caller)
Set 调用方信息- Parameters:
Caller
- 调用方信息
-
getFlowId
public String getFlowId()
Get 需要查询的流程ID- Returns:
- FlowId 需要查询的流程ID
-
setFlowId
public void setFlowId(String FlowId)
Set 需要查询的流程ID- Parameters:
FlowId
- 需要查询的流程ID
-
getUserId
public String getUserId()
Get 需要查询的用户ID,为空则默认查询所有用户信息- Returns:
- UserId 需要查询的用户ID,为空则默认查询所有用户信息
-
setUserId
public void setUserId(String UserId)
Set 需要查询的用户ID,为空则默认查询所有用户信息- Parameters:
UserId
- 需要查询的用户ID,为空则默认查询所有用户信息
-
getSignId
public String getSignId()
Get 需要查询的签署ID,为空则不按签署ID过滤- Returns:
- SignId 需要查询的签署ID,为空则不按签署ID过滤
-
setSignId
public void setSignId(String SignId)
Set 需要查询的签署ID,为空则不按签署ID过滤- Parameters:
SignId
- 需要查询的签署ID,为空则不按签署ID过滤
-
-