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 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddSchemaRegistryAclItem
(DbaasKafkaSchemaRegistryAclEntry schemaRegistryAclItem) addTopicAclItem
(DbaasKafkaTopicAclEntry topicAclItem) boolean
Return true if this dbaas-kafka-acls object is equal to o.Get schemaRegistryAclGet topicAclint
hashCode()
schemaRegistryAcl
(List<DbaasKafkaSchemaRegistryAclEntry> schemaRegistryAcl) void
setSchemaRegistryAcl
(List<DbaasKafkaSchemaRegistryAclEntry> schemaRegistryAcl) void
setTopicAcl
(List<DbaasKafkaTopicAclEntry> topicAcl) topicAcl
(List<DbaasKafkaTopicAclEntry> topicAcl) toString()
Convert the instance into URL query string.toUrlQueryString
(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_TOPIC_ACL
- See Also:
-
JSON_PROPERTY_SCHEMA_REGISTRY_ACL
- See Also:
-
-
Constructor Details
-
DbaasKafkaAcls
public DbaasKafkaAcls()
-
-
Method Details
-
topicAcl
-
addTopicAclItem
-
getTopicAcl
Get topicAcl- Returns:
- topicAcl
-
setTopicAcl
-
schemaRegistryAcl
-
addSchemaRegistryAclItem
public DbaasKafkaAcls addSchemaRegistryAclItem(DbaasKafkaSchemaRegistryAclEntry schemaRegistryAclItem) -
getSchemaRegistryAcl
Get schemaRegistryAcl- Returns:
- schemaRegistryAcl
-
setSchemaRegistryAcl
-
equals
Return true if this dbaas-kafka-acls object is equal to o. -
hashCode
public int hashCode() -
toString
-
toUrlQueryString
Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
Convert the instance into URL query string.- Parameters:
prefix
- prefix of the query string- Returns:
- URL query string
-