public class DescribeExtendedServiceAuthDetailRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeExtendedServiceAuthDetailRequest() |
DescribeExtendedServiceAuthDetailRequest(DescribeExtendedServiceAuthDetailRequest 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 代理企业和员工的信息。
在集团企业代理子企业操作的场景中,需设置此参数。在此情境下,ProxyOrganizationId(子企业的组织ID)为必填项。
|
String |
getExtendServiceType()
Get 要查询的扩展服务类型。
如下所示:
OPEN_SERVER_SIGN:企业静默签署
BATCH_SIGN:批量签署
|
Long |
getLimit()
Get 指定每页返回的数据条数,和Offset参数配合使用。 注:`1.默认值为20,单页做大值为200。`
|
Long |
getOffset()
Get 查询结果分页返回,指定从第几页返回数据,和Limit参数配合使用。 注:`1.offset从0开始,即第一页为0。` `2.默认从第一页返回。`
|
UserInfo |
getOperator()
Get 执行本接口操作的员工信息。
注: `在调用此接口时,请确保指定的员工已获得所需的接口调用权限,并具备接口传入的相应资源的数据权限。`
|
void |
setAgent(Agent Agent)
Set 代理企业和员工的信息。
在集团企业代理子企业操作的场景中,需设置此参数。在此情境下,ProxyOrganizationId(子企业的组织ID)为必填项。
|
void |
setExtendServiceType(String ExtendServiceType)
Set 要查询的扩展服务类型。
如下所示:
OPEN_SERVER_SIGN:企业静默签署
BATCH_SIGN:批量签署
|
void |
setLimit(Long Limit)
Set 指定每页返回的数据条数,和Offset参数配合使用。 注:`1.默认值为20,单页做大值为200。`
|
void |
setOffset(Long Offset)
Set 查询结果分页返回,指定从第几页返回数据,和Limit参数配合使用。 注:`1.offset从0开始,即第一页为0。` `2.默认从第一页返回。`
|
void |
setOperator(UserInfo Operator)
Set 执行本接口操作的员工信息。
注: `在调用此接口时,请确保指定的员工已获得所需的接口调用权限,并具备接口传入的相应资源的数据权限。`
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DescribeExtendedServiceAuthDetailRequest()
public DescribeExtendedServiceAuthDetailRequest(DescribeExtendedServiceAuthDetailRequest source)
public UserInfo getOperator()
public void setOperator(UserInfo Operator)
Operator
- 执行本接口操作的员工信息。
注: `在调用此接口时,请确保指定的员工已获得所需的接口调用权限,并具备接口传入的相应资源的数据权限。`public String getExtendServiceType()
public void setExtendServiceType(String ExtendServiceType)
ExtendServiceType
- 要查询的扩展服务类型。
如下所示:
public Agent getAgent()
public void setAgent(Agent Agent)
Agent
- 代理企业和员工的信息。
在集团企业代理子企业操作的场景中,需设置此参数。在此情境下,ProxyOrganizationId(子企业的组织ID)为必填项。public Long getLimit()
public void setLimit(Long Limit)
Limit
- 指定每页返回的数据条数,和Offset参数配合使用。 注:`1.默认值为20,单页做大值为200。`public Long getOffset()
public void setOffset(Long Offset)
Offset
- 查询结果分页返回,指定从第几页返回数据,和Limit参数配合使用。 注:`1.offset从0开始,即第一页为0。` `2.默认从第一页返回。`Copyright © 2024. All rights reserved.