Record Class KafkaClusterResponse.KsqlDbOverview
java.lang.Object
java.lang.Record
io.micronaut.controlpanel.panels.kafka.KafkaClusterResponse.KsqlDbOverview
- Enclosing class:
KafkaClusterResponse
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturns the value of theconfiguredrecord component.final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.queries()Returns the value of thequeriesrecord component.streams()Returns the value of thestreamsrecord component.tables()Returns the value of thetablesrecord component.final StringtoString()Returns a string representation of this record class.@Nullable Stringurl()Returns the value of theurlrecord component.
-
Constructor Details
-
KsqlDbOverview
public KsqlDbOverview(boolean configured, @Nullable String url, List<Map<String, String>> streams, List<Map<String, String>> tables, List<Map<String, String>> queries) Creates an instance of aKsqlDbOverviewrecord class.- Parameters:
configured- the value for theconfiguredrecord componenturl- the value for theurlrecord componentstreams- the value for thestreamsrecord componenttables- the value for thetablesrecord componentqueries- the value for thequeriesrecord component
-
-
Method Details
-
toString
-
hashCode
-
equals
Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. Reference components are compared withObjects::equals(Object,Object); primitive components are compared with thecomparemethod from their corresponding wrapper classes. -
configured
public boolean configured()Returns the value of theconfiguredrecord component.- Returns:
- the value of the
configuredrecord component
-
url
Returns the value of theurlrecord component.- Returns:
- the value of the
urlrecord component
-
streams
-
tables
-
queries
-