Package io.strimzi.api.kafka.model
Class AclRuleTopicResource
- java.lang.Object
-
- io.strimzi.api.kafka.model.AclRuleResource
-
- io.strimzi.api.kafka.model.AclRuleTopicResource
-
- All Implemented Interfaces:
UnknownPropertyPreserving,Serializable
public class AclRuleTopicResource extends AclRuleResource
A representation of a topic resource for ACLs- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringTYPE_TOPIC
-
Constructor Summary
Constructors Constructor Description AclRuleTopicResource()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetName()AclResourcePatternTypegetPatternType()StringgetType()voidsetName(String name)voidsetPatternType(AclResourcePatternType patternType)-
Methods inherited from class io.strimzi.api.kafka.model.AclRuleResource
getAdditionalProperties, setAdditionalProperty
-
-
-
-
Field Detail
-
TYPE_TOPIC
public static final String TYPE_TOPIC
- See Also:
- Constant Field Values
-
-
Method Detail
-
getType
public String getType()
- Specified by:
getTypein classAclRuleResource
-
getPatternType
public AclResourcePatternType getPatternType()
-
setPatternType
public void setPatternType(AclResourcePatternType patternType)
-
getName
public String getName()
-
setName
public void setName(String name)
-
-