Package io.vertx.kafka.admin
Class DescribeTopicsOptions
- java.lang.Object
-
- io.vertx.kafka.admin.DescribeTopicsOptions
-
public class DescribeTopicsOptions extends Object
-
-
Constructor Summary
Constructors Constructor Description DescribeTopicsOptions()
ConstructorDescribeTopicsOptions(JsonObject json)
Constructor (from JSON representation)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
includeAuthorizedOperations()
DescribeTopicsOptions
includeAuthorizedOperations(boolean includeAuthorizedOperations)
JsonObject
toJson()
Convert object to JSON representationString
toString()
-
-
-
Constructor Detail
-
DescribeTopicsOptions
public DescribeTopicsOptions()
Constructor
-
DescribeTopicsOptions
public DescribeTopicsOptions(JsonObject json)
Constructor (from JSON representation)- Parameters:
json
- JSON representation
-
-
Method Detail
-
includeAuthorizedOperations
public DescribeTopicsOptions includeAuthorizedOperations(boolean includeAuthorizedOperations)
-
includeAuthorizedOperations
public boolean includeAuthorizedOperations()
-
toJson
public JsonObject toJson()
Convert object to JSON representation- Returns:
- JSON representation
-
-