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() |
A |
withBroker(String broker) |
A |
withDescription(String description) |
A |
withNewBroker(String arg0)
Deprecated.
|
A |
withNewDescription(String arg0)
Deprecated.
|
A |
withNewSchema(String arg0)
Deprecated.
|
A |
withNewSchemaData(String arg0)
Deprecated.
|
A |
withNewSource(String arg0)
Deprecated.
|
A |
withNewType(String arg0)
Deprecated.
|
A |
withSchema(String schema) |
A |
withSchemaData(String schemaData) |
A |
withSource(String source) |
A |
withType(String type) |
public 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>>@Deprecated public A withNewBroker(String arg0)
withNewBroker 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>>@Deprecated public A withNewDescription(String arg0)
withNewDescription 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>>@Deprecated public A withNewSchema(String arg0)
withNewSchema 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>>@Deprecated public A withNewSchemaData(String arg0)
withNewSchemaData 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>>@Deprecated public A withNewSource(String arg0)
withNewSource 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>>@Deprecated public A withNewType(String arg0)
withNewType in interface EventTypeSpecFluent<A extends EventTypeSpecFluent<A>>Copyright © 2015–2021 Red Hat. All rights reserved.