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 |
getSource() |
String |
getType() |
Boolean |
hasBroker() |
Boolean |
hasDescription() |
Boolean |
hasSchema() |
Boolean |
hasSource() |
Boolean |
hasType() |
A |
withBroker(String broker) |
A |
withDescription(String description) |
A |
withNewBroker(String arg1) |
A |
withNewBroker(StringBuffer arg1) |
A |
withNewBroker(StringBuilder arg1) |
A |
withNewDescription(String arg1) |
A |
withNewDescription(StringBuffer arg1) |
A |
withNewDescription(StringBuilder arg1) |
A |
withNewSchema(String arg1) |
A |
withNewSchema(StringBuffer arg1) |
A |
withNewSchema(StringBuilder arg1) |
A |
withNewSource(String arg1) |
A |
withNewSource(StringBuffer arg1) |
A |
withNewSource(StringBuilder arg1) |
A |
withNewType(String arg1) |
A |
withNewType(StringBuffer arg1) |
A |
withNewType(StringBuilder arg1) |
A |
withSchema(String schema) |
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>>public A withNewBroker(String arg1)
withNewBroker in interface EventTypeSpecFluent<A extends EventTypeSpecFluent<A>>public A withNewBroker(StringBuilder arg1)
withNewBroker in interface EventTypeSpecFluent<A extends EventTypeSpecFluent<A>>public A withNewBroker(StringBuffer arg1)
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>>public A withNewDescription(String arg1)
withNewDescription in interface EventTypeSpecFluent<A extends EventTypeSpecFluent<A>>public A withNewDescription(StringBuilder arg1)
withNewDescription in interface EventTypeSpecFluent<A extends EventTypeSpecFluent<A>>public A withNewDescription(StringBuffer arg1)
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>>public A withNewSchema(String arg1)
withNewSchema in interface EventTypeSpecFluent<A extends EventTypeSpecFluent<A>>public A withNewSchema(StringBuilder arg1)
withNewSchema in interface EventTypeSpecFluent<A extends EventTypeSpecFluent<A>>public A withNewSchema(StringBuffer arg1)
withNewSchema 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 A withNewSource(String arg1)
withNewSource in interface EventTypeSpecFluent<A extends EventTypeSpecFluent<A>>public A withNewSource(StringBuilder arg1)
withNewSource in interface EventTypeSpecFluent<A extends EventTypeSpecFluent<A>>public A withNewSource(StringBuffer arg1)
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>>public A withNewType(String arg1)
withNewType in interface EventTypeSpecFluent<A extends EventTypeSpecFluent<A>>public A withNewType(StringBuilder arg1)
withNewType in interface EventTypeSpecFluent<A extends EventTypeSpecFluent<A>>public A withNewType(StringBuffer arg1)
withNewType in interface EventTypeSpecFluent<A extends EventTypeSpecFluent<A>>Copyright © 2015–2020 Red Hat. All rights reserved.