public class DescribePolicyRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribePolicyRequest() |
DescribePolicyRequest(DescribePolicyRequest 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 |
getPageNumber()
Get 当前页码,不填默认为1(首页)
|
Long |
getPageSize()
Get 每页返回的最大数量,不填默认为10
|
String |
getPolicyMode()
Get 查看的权限模式,black为黑名单,white为白名单,不填默认为当前项目生效的权限模式
|
String |
getProjectId()
Get 查看权限的项目ID
|
String |
getSearchMode()
Get 模糊匹配模式,remoteMatch为远端设备ID匹配,fieldMatch为现场ID匹配,不填默认为remoteMatch
|
String |
getSearchWords()
Get 模糊匹配关键字,不填默认不进行模糊匹配
|
void |
setPageNumber(Long PageNumber)
Set 当前页码,不填默认为1(首页)
|
void |
setPageSize(Long PageSize)
Set 每页返回的最大数量,不填默认为10
|
void |
setPolicyMode(String PolicyMode)
Set 查看的权限模式,black为黑名单,white为白名单,不填默认为当前项目生效的权限模式
|
void |
setProjectId(String ProjectId)
Set 查看权限的项目ID
|
void |
setSearchMode(String SearchMode)
Set 模糊匹配模式,remoteMatch为远端设备ID匹配,fieldMatch为现场ID匹配,不填默认为remoteMatch
|
void |
setSearchWords(String SearchWords)
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 DescribePolicyRequest()
public DescribePolicyRequest(DescribePolicyRequest source)
public String getProjectId()
public void setProjectId(String ProjectId)
ProjectId
- 查看权限的项目IDpublic String getPolicyMode()
public void setPolicyMode(String PolicyMode)
PolicyMode
- 查看的权限模式,black为黑名单,white为白名单,不填默认为当前项目生效的权限模式public String getSearchMode()
public void setSearchMode(String SearchMode)
SearchMode
- 模糊匹配模式,remoteMatch为远端设备ID匹配,fieldMatch为现场ID匹配,不填默认为remoteMatchpublic String getSearchWords()
public void setSearchWords(String SearchWords)
SearchWords
- 模糊匹配关键字,不填默认不进行模糊匹配public Long getPageSize()
public void setPageSize(Long PageSize)
PageSize
- 每页返回的最大数量,不填默认为10public Long getPageNumber()
public void setPageNumber(Long PageNumber)
PageNumber
- 当前页码,不填默认为1(首页)Copyright © 2024. All rights reserved.