public class DescribeACLRequest extends AbstractModel
Constructor and Description |
---|
DescribeACLRequest() |
Modifier and Type | Method and Description |
---|---|
String |
getInstanceId()
Get Instance ID
|
Long |
getLimit()
Get Quantity limit
|
Long |
getOffset()
Get Offset position
|
String |
getResourceName()
Get Resource name, which is related to `resourceType`.
|
Long |
getResourceType()
Get ACL resource type.
|
String |
getSearchWord()
Get Keyword match
|
void |
setInstanceId(String InstanceId)
Set Instance ID
|
void |
setLimit(Long Limit)
Set Quantity limit
|
void |
setOffset(Long Offset)
Set Offset position
|
void |
setResourceName(String ResourceName)
Set Resource name, which is related to `resourceType`.
|
void |
setResourceType(Long ResourceType)
Set ACL resource type.
|
void |
setSearchWord(String SearchWord)
Set Keyword match
|
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 String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- Instance IDpublic Long getResourceType()
public void setResourceType(Long ResourceType)
ResourceType
- ACL resource type. 0: UNKNOWN, 1: ANY, 2: TOPIC, 3: GROUP, 4: CLUSTER, 5: TRANSACTIONAL_ID. Currently, only `TOPIC` is available, and other fields will be used for future ACLs compatible with open-source Kafkapublic String getResourceName()
public void setResourceName(String ResourceName)
ResourceName
- Resource name, which is related to `resourceType`. For example, if `resourceType` is `TOPIC`, this field indicates the topic name; if `resourceType` is `GROUP`, this field indicates the group namepublic Long getOffset()
public void setOffset(Long Offset)
Offset
- Offset positionpublic Long getLimit()
public void setLimit(Long Limit)
Limit
- Quantity limitpublic String getSearchWord()
public void setSearchWord(String SearchWord)
SearchWord
- Keyword matchCopyright © 2020. All rights reserved.