Class DescribeManagersRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ssl.v20191205.models.DescribeManagersRequest
-
public class DescribeManagersRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeManagersRequest()DescribeManagersRequest(DescribeManagersRequest 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 LonggetCompanyId()Get 公司IDLonggetLimit()Get 分页每页数量StringgetManagerMail()Get 模糊查询管理人邮箱(将废弃),请使用SearchKeyStringgetManagerName()Get 管理人姓名(将废弃),请使用SearchKeyLonggetOffset()Get 分页偏移量StringgetSearchKey()Get 管理人姓/管理人名/邮箱/部门精准匹配StringgetStatus()Get 根据管理人状态进行筛选,取值有 'none' 未提交审核 'audit', 亚信审核中 'CAaudit' CA审核中 'ok' 已审核 'invalid' 审核失败 'expiring' 即将过期 'expired' 已过期voidsetCompanyId(Long CompanyId)Set 公司IDvoidsetLimit(Long Limit)Set 分页每页数量voidsetManagerMail(String ManagerMail)Set 模糊查询管理人邮箱(将废弃),请使用SearchKeyvoidsetManagerName(String ManagerName)Set 管理人姓名(将废弃),请使用SearchKeyvoidsetOffset(Long Offset)Set 分页偏移量voidsetSearchKey(String SearchKey)Set 管理人姓/管理人名/邮箱/部门精准匹配voidsetStatus(String Status)Set 根据管理人状态进行筛选,取值有 'none' 未提交审核 'audit', 亚信审核中 'CAaudit' CA审核中 'ok' 已审核 'invalid' 审核失败 'expiring' 即将过期 'expired' 已过期voidtoMap(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
-
DescribeManagersRequest
public DescribeManagersRequest()
-
DescribeManagersRequest
public DescribeManagersRequest(DescribeManagersRequest 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
-
getCompanyId
public Long getCompanyId()
Get 公司ID- Returns:
- CompanyId 公司ID
-
setCompanyId
public void setCompanyId(Long CompanyId)
Set 公司ID- Parameters:
CompanyId- 公司ID
-
getOffset
public Long getOffset()
Get 分页偏移量- Returns:
- Offset 分页偏移量
-
setOffset
public void setOffset(Long Offset)
Set 分页偏移量- Parameters:
Offset- 分页偏移量
-
getLimit
public Long getLimit()
Get 分页每页数量- Returns:
- Limit 分页每页数量
-
setLimit
public void setLimit(Long Limit)
Set 分页每页数量- Parameters:
Limit- 分页每页数量
-
getManagerName
public String getManagerName()
Get 管理人姓名(将废弃),请使用SearchKey- Returns:
- ManagerName 管理人姓名(将废弃),请使用SearchKey
-
setManagerName
public void setManagerName(String ManagerName)
Set 管理人姓名(将废弃),请使用SearchKey- Parameters:
ManagerName- 管理人姓名(将废弃),请使用SearchKey
-
getManagerMail
public String getManagerMail()
Get 模糊查询管理人邮箱(将废弃),请使用SearchKey- Returns:
- ManagerMail 模糊查询管理人邮箱(将废弃),请使用SearchKey
-
setManagerMail
public void setManagerMail(String ManagerMail)
Set 模糊查询管理人邮箱(将废弃),请使用SearchKey- Parameters:
ManagerMail- 模糊查询管理人邮箱(将废弃),请使用SearchKey
-
getStatus
public String getStatus()
Get 根据管理人状态进行筛选,取值有 'none' 未提交审核 'audit', 亚信审核中 'CAaudit' CA审核中 'ok' 已审核 'invalid' 审核失败 'expiring' 即将过期 'expired' 已过期- Returns:
- Status 根据管理人状态进行筛选,取值有 'none' 未提交审核 'audit', 亚信审核中 'CAaudit' CA审核中 'ok' 已审核 'invalid' 审核失败 'expiring' 即将过期 'expired' 已过期
-
setStatus
public void setStatus(String Status)
Set 根据管理人状态进行筛选,取值有 'none' 未提交审核 'audit', 亚信审核中 'CAaudit' CA审核中 'ok' 已审核 'invalid' 审核失败 'expiring' 即将过期 'expired' 已过期- Parameters:
Status- 根据管理人状态进行筛选,取值有 'none' 未提交审核 'audit', 亚信审核中 'CAaudit' CA审核中 'ok' 已审核 'invalid' 审核失败 'expiring' 即将过期 'expired' 已过期
-
getSearchKey
public String getSearchKey()
Get 管理人姓/管理人名/邮箱/部门精准匹配- Returns:
- SearchKey 管理人姓/管理人名/邮箱/部门精准匹配
-
setSearchKey
public void setSearchKey(String SearchKey)
Set 管理人姓/管理人名/邮箱/部门精准匹配- Parameters:
SearchKey- 管理人姓/管理人名/邮箱/部门精准匹配
-
-