Package com.exoscale.sdk.model
Class DbaasKafkaAcls
- java.lang.Object
-
- com.exoscale.sdk.model.DbaasKafkaAcls
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", comments="Generator version: 7.4.0") public class DbaasKafkaAcls extends Object
DbaasKafkaAcls
-
-
Field Summary
Fields Modifier and Type Field Description static String
JSON_PROPERTY_SCHEMA_REGISTRY_ACL
static String
JSON_PROPERTY_TOPIC_ACL
-
Constructor Summary
Constructors Constructor Description DbaasKafkaAcls()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DbaasKafkaAcls
addSchemaRegistryAclItem(DbaasKafkaSchemaRegistryAclEntry schemaRegistryAclItem)
DbaasKafkaAcls
addTopicAclItem(DbaasKafkaTopicAclEntry topicAclItem)
boolean
equals(Object o)
Return true if this dbaas-kafka-acls object is equal to o.List<DbaasKafkaSchemaRegistryAclEntry>
getSchemaRegistryAcl()
Get schemaRegistryAclList<DbaasKafkaTopicAclEntry>
getTopicAcl()
Get topicAclint
hashCode()
DbaasKafkaAcls
schemaRegistryAcl(List<DbaasKafkaSchemaRegistryAclEntry> schemaRegistryAcl)
void
setSchemaRegistryAcl(List<DbaasKafkaSchemaRegistryAclEntry> schemaRegistryAcl)
void
setTopicAcl(List<DbaasKafkaTopicAclEntry> topicAcl)
DbaasKafkaAcls
topicAcl(List<DbaasKafkaTopicAclEntry> topicAcl)
String
toString()
String
toUrlQueryString()
Convert the instance into URL query string.String
toUrlQueryString(String prefix)
Convert the instance into URL query string.
-
-
-
Field Detail
-
JSON_PROPERTY_TOPIC_ACL
public static final String JSON_PROPERTY_TOPIC_ACL
- See Also:
- Constant Field Values
-
JSON_PROPERTY_SCHEMA_REGISTRY_ACL
public static final String JSON_PROPERTY_SCHEMA_REGISTRY_ACL
- See Also:
- Constant Field Values
-
-
Method Detail
-
topicAcl
public DbaasKafkaAcls topicAcl(List<DbaasKafkaTopicAclEntry> topicAcl)
-
addTopicAclItem
public DbaasKafkaAcls addTopicAclItem(DbaasKafkaTopicAclEntry topicAclItem)
-
getTopicAcl
@Nullable public List<DbaasKafkaTopicAclEntry> getTopicAcl()
Get topicAcl- Returns:
- topicAcl
-
setTopicAcl
public void setTopicAcl(List<DbaasKafkaTopicAclEntry> topicAcl)
-
schemaRegistryAcl
public DbaasKafkaAcls schemaRegistryAcl(List<DbaasKafkaSchemaRegistryAclEntry> schemaRegistryAcl)
-
addSchemaRegistryAclItem
public DbaasKafkaAcls addSchemaRegistryAclItem(DbaasKafkaSchemaRegistryAclEntry schemaRegistryAclItem)
-
getSchemaRegistryAcl
@Nullable public List<DbaasKafkaSchemaRegistryAclEntry> getSchemaRegistryAcl()
Get schemaRegistryAcl- Returns:
- schemaRegistryAcl
-
setSchemaRegistryAcl
public void setSchemaRegistryAcl(List<DbaasKafkaSchemaRegistryAclEntry> schemaRegistryAcl)
-
equals
public boolean equals(Object o)
Return true if this dbaas-kafka-acls object is equal to o.
-
toUrlQueryString
public String toUrlQueryString()
Convert the instance into URL query string.- Returns:
- URL query string
-
-