public class DescribeOrganizationSealsRequest extends AbstractModel
Constructor and Description |
---|
DescribeOrganizationSealsRequest() |
DescribeOrganizationSealsRequest(DescribeOrganizationSealsRequest 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 |
---|---|
Long |
getInfoType()
Get 查询信息类型,为0时不返回授权用户,为1时返回
|
Long |
getLimit()
Get 返回最大数量,最大为100
|
Long |
getOffset()
Get 偏移量,默认为0,最大为20000
|
UserInfo |
getOperator()
Get 调用方用户信息,userId 必填
|
String |
getSealId()
Get 印章id(没有输入返回所有)
|
void |
setInfoType(Long InfoType)
Set 查询信息类型,为0时不返回授权用户,为1时返回
|
void |
setLimit(Long Limit)
Set 返回最大数量,最大为100
|
void |
setOffset(Long Offset)
Set 偏移量,默认为0,最大为20000
|
void |
setOperator(UserInfo Operator)
Set 调用方用户信息,userId 必填
|
void |
setSealId(String SealId)
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 DescribeOrganizationSealsRequest()
public DescribeOrganizationSealsRequest(DescribeOrganizationSealsRequest source)
public UserInfo getOperator()
public void setOperator(UserInfo Operator)
Operator
- 调用方用户信息,userId 必填public Long getLimit()
public void setLimit(Long Limit)
Limit
- 返回最大数量,最大为100public Long getOffset()
public void setOffset(Long Offset)
Offset
- 偏移量,默认为0,最大为20000public Long getInfoType()
public void setInfoType(Long InfoType)
InfoType
- 查询信息类型,为0时不返回授权用户,为1时返回public String getSealId()
public void setSealId(String SealId)
SealId
- 印章id(没有输入返回所有)Copyright © 2022. All rights reserved.