public class EventTypeSpecFluentImpl<A extends EventTypeSpecFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements EventTypeSpecFluent<A>
| Constructor and Description |
|---|
EventTypeSpecFluentImpl() |
EventTypeSpecFluentImpl(EventTypeSpec instance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getBroker() |
String |
getDescription() |
String |
getSchema() |
String |
getSchemaData() |
String |
getSource() |
String |
getType() |
Boolean |
hasBroker() |
Boolean |
hasDescription() |
int |
hashCode() |
Boolean |
hasSchema() |
Boolean |
hasSchemaData() |
Boolean |
hasSource() |
Boolean |
hasType() |
String |
toString() |
A |
withBroker(String broker) |
A |
withDescription(String description) |
A |
withSchema(String schema) |
A |
withSchemaData(String schemaData) |
A |
withSource(String source) |
A |
withType(String type) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic EventTypeSpecFluentImpl()
public EventTypeSpecFluentImpl(EventTypeSpec instance)
public String getBroker()
getBroker in interface EventTypeSpecFluent<A extends EventTypeSpecFluent<A>>public A withBroker(String broker)
withBroker in interface EventTypeSpecFluent<A extends EventTypeSpecFluent<A>>public Boolean hasBroker()
hasBroker in interface EventTypeSpecFluent<A extends EventTypeSpecFluent<A>>public String getDescription()
getDescription in interface EventTypeSpecFluent<A extends EventTypeSpecFluent<A>>public A withDescription(String description)
withDescription in interface EventTypeSpecFluent<A extends EventTypeSpecFluent<A>>public Boolean hasDescription()
hasDescription in interface EventTypeSpecFluent<A extends EventTypeSpecFluent<A>>public String getSchema()
getSchema in interface EventTypeSpecFluent<A extends EventTypeSpecFluent<A>>public A withSchema(String schema)
withSchema in interface EventTypeSpecFluent<A extends EventTypeSpecFluent<A>>public Boolean hasSchema()
hasSchema in interface EventTypeSpecFluent<A extends EventTypeSpecFluent<A>>public String getSchemaData()
getSchemaData in interface EventTypeSpecFluent<A extends EventTypeSpecFluent<A>>public A withSchemaData(String schemaData)
withSchemaData in interface EventTypeSpecFluent<A extends EventTypeSpecFluent<A>>public Boolean hasSchemaData()
hasSchemaData in interface EventTypeSpecFluent<A extends EventTypeSpecFluent<A>>public String getSource()
getSource in interface EventTypeSpecFluent<A extends EventTypeSpecFluent<A>>public A withSource(String source)
withSource in interface EventTypeSpecFluent<A extends EventTypeSpecFluent<A>>public Boolean hasSource()
hasSource in interface EventTypeSpecFluent<A extends EventTypeSpecFluent<A>>public String getType()
getType in interface EventTypeSpecFluent<A extends EventTypeSpecFluent<A>>public A withType(String type)
withType in interface EventTypeSpecFluent<A extends EventTypeSpecFluent<A>>public Boolean hasType()
hasType in interface EventTypeSpecFluent<A extends EventTypeSpecFluent<A>>public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends EventTypeSpecFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends EventTypeSpecFluent<A>>Copyright © 2015–2022 Red Hat. All rights reserved.