public interface EventTypeSpecFluent<A extends EventTypeSpecFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Method and Description |
|---|---|
String |
getBroker() |
String |
getDescription() |
String |
getSchema() |
String |
getSchemaData() |
String |
getSource() |
String |
getType() |
Boolean |
hasBroker() |
Boolean |
hasDescription() |
Boolean |
hasSchema() |
Boolean |
hasSchemaData() |
Boolean |
hasSource() |
Boolean |
hasType() |
A |
withBroker(String broker) |
A |
withDescription(String description) |
A |
withSchema(String schema) |
A |
withSchemaData(String schemaData) |
A |
withSource(String source) |
A |
withType(String type) |
String getBroker()
Boolean hasBroker()
String getDescription()
Boolean hasDescription()
String getSchema()
Boolean hasSchema()
String getSchemaData()
Boolean hasSchemaData()
String getSource()
Boolean hasSource()
String getType()
Boolean hasType()
Copyright © 2015–2022 Red Hat. All rights reserved.