Package io.strimzi.api.kafka.model
Class AclRuleTransactionalIdResource
- java.lang.Object
-
- io.strimzi.api.kafka.model.AclRuleResource
-
- io.strimzi.api.kafka.model.AclRuleTransactionalIdResource
-
- All Implemented Interfaces:
UnknownPropertyPreserving,Serializable
public class AclRuleTransactionalIdResource extends AclRuleResource
A representation of a transactional ID resource for ACLs- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringTYPE_TRANSACTIONAL_ID
-
Constructor Summary
Constructors Constructor Description AclRuleTransactionalIdResource()
-
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_TRANSACTIONAL_ID
public static final String TYPE_TRANSACTIONAL_ID
- See Also:
- Constant Field Values
-
-
Method Detail
-
getType
public String getType()
- Specified by:
getTypein classAclRuleResource
-
getName
public String getName()
-
setName
public void setName(String name)
-
getPatternType
public AclResourcePatternType getPatternType()
-
setPatternType
public void setPatternType(AclResourcePatternType patternType)
-
-