public class ChannelDescribeOrganizationSealsRequest extends AbstractModel
Constructor and Description |
---|
ChannelDescribeOrganizationSealsRequest() |
ChannelDescribeOrganizationSealsRequest(ChannelDescribeOrganizationSealsRequest 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 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent.
|
Long |
getInfoType()
Get 查询信息类型,为1时返回授权用户,为其他值时不返回
|
Long |
getLimit()
Get 返回最大数量,最大为100
|
Long |
getOffset()
Get 偏移量,默认为0,最大为20000
|
String |
getSealId()
Get 印章id(没有输入返回所有)
|
String[] |
getSealTypes()
Get 印章类型列表(都是组织机构印章)。
为空时查询所有类型的印章。
目前支持以下类型:
OFFICIAL:企业公章;
CONTRACT:合同专用章;
ORGANIZATION_SEAL:企业印章(图片上传创建);
LEGAL_PERSON_SEAL:法定代表人章
|
void |
setAgent(Agent Agent)
Set 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent.
|
void |
setInfoType(Long InfoType)
Set 查询信息类型,为1时返回授权用户,为其他值时不返回
|
void |
setLimit(Long Limit)
Set 返回最大数量,最大为100
|
void |
setOffset(Long Offset)
Set 偏移量,默认为0,最大为20000
|
void |
setSealId(String SealId)
Set 印章id(没有输入返回所有)
|
void |
setSealTypes(String[] SealTypes)
Set 印章类型列表(都是组织机构印章)。
为空时查询所有类型的印章。
目前支持以下类型:
OFFICIAL:企业公章;
CONTRACT:合同专用章;
ORGANIZATION_SEAL:企业印章(图片上传创建);
LEGAL_PERSON_SEAL:法定代表人章
|
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 ChannelDescribeOrganizationSealsRequest()
public ChannelDescribeOrganizationSealsRequest(ChannelDescribeOrganizationSealsRequest source)
public Agent getAgent()
public void setAgent(Agent Agent)
Agent
- 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填。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
- 查询信息类型,为1时返回授权用户,为其他值时不返回public String getSealId()
public void setSealId(String SealId)
SealId
- 印章id(没有输入返回所有)public String[] getSealTypes()
public void setSealTypes(String[] SealTypes)
SealTypes
- 印章类型列表(都是组织机构印章)。
为空时查询所有类型的印章。
目前支持以下类型:
OFFICIAL:企业公章;
CONTRACT:合同专用章;
ORGANIZATION_SEAL:企业印章(图片上传创建);
LEGAL_PERSON_SEAL:法定代表人章Copyright © 2023. All rights reserved.