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(byte[] arg1) |
A |
withNewBroker(byte[] arg1,
int arg2) |
A |
withNewBroker(byte[] arg1,
int arg2,
int arg3) |
A |
withNewBroker(byte[] arg1,
int arg2,
int arg3,
int arg4) |
A |
withNewBroker(char[] arg1) |
A |
withNewBroker(char[] arg1,
int arg2,
int arg3) |
A |
withNewBroker(int[] arg1,
int arg2,
int arg3) |
A |
withNewBroker(String arg1) |
A |
withNewBroker(StringBuffer arg1) |
A |
withNewBroker(StringBuilder arg1) |
A |
withNewDescription(byte[] arg1) |
A |
withNewDescription(byte[] arg1,
int arg2) |
A |
withNewDescription(byte[] arg1,
int arg2,
int arg3) |
A |
withNewDescription(byte[] arg1,
int arg2,
int arg3,
int arg4) |
A |
withNewDescription(char[] arg1) |
A |
withNewDescription(char[] arg1,
int arg2,
int arg3) |
A |
withNewDescription(int[] arg1,
int arg2,
int arg3) |
A |
withNewDescription(String arg1) |
A |
withNewDescription(StringBuffer arg1) |
A |
withNewDescription(StringBuilder arg1) |
A |
withNewSchema(byte[] arg1) |
A |
withNewSchema(byte[] arg1,
int arg2) |
A |
withNewSchema(byte[] arg1,
int arg2,
int arg3) |
A |
withNewSchema(byte[] arg1,
int arg2,
int arg3,
int arg4) |
A |
withNewSchema(char[] arg1) |
A |
withNewSchema(char[] arg1,
int arg2,
int arg3) |
A |
withNewSchema(int[] arg1,
int arg2,
int arg3) |
A |
withNewSchema(String arg1) |
A |
withNewSchema(StringBuffer arg1) |
A |
withNewSchema(StringBuilder arg1) |
A |
withNewSchemaData(byte[] arg1) |
A |
withNewSchemaData(byte[] arg1,
int arg2) |
A |
withNewSchemaData(byte[] arg1,
int arg2,
int arg3) |
A |
withNewSchemaData(byte[] arg1,
int arg2,
int arg3,
int arg4) |
A |
withNewSchemaData(char[] arg1) |
A |
withNewSchemaData(char[] arg1,
int arg2,
int arg3) |
A |
withNewSchemaData(int[] arg1,
int arg2,
int arg3) |
A |
withNewSchemaData(String arg1) |
A |
withNewSchemaData(StringBuffer arg1) |
A |
withNewSchemaData(StringBuilder arg1) |
A |
withNewSource(byte[] arg1) |
A |
withNewSource(byte[] arg1,
int arg2) |
A |
withNewSource(byte[] arg1,
int arg2,
int arg3) |
A |
withNewSource(byte[] arg1,
int arg2,
int arg3,
int arg4) |
A |
withNewSource(char[] arg1) |
A |
withNewSource(char[] arg1,
int arg2,
int arg3) |
A |
withNewSource(int[] arg1,
int arg2,
int arg3) |
A |
withNewSource(String arg1) |
A |
withNewSource(StringBuffer arg1) |
A |
withNewSource(StringBuilder arg1) |
A |
withNewType(byte[] arg1) |
A |
withNewType(byte[] arg1,
int arg2) |
A |
withNewType(byte[] arg1,
int arg2,
int arg3) |
A |
withNewType(byte[] arg1,
int arg2,
int arg3,
int arg4) |
A |
withNewType(char[] arg1) |
A |
withNewType(char[] arg1,
int arg2,
int arg3) |
A |
withNewType(int[] arg1,
int arg2,
int arg3) |
A |
withNewType(String arg1) |
A |
withNewType(StringBuffer arg1) |
A |
withNewType(StringBuilder arg1) |
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>>public A withNewBroker(StringBuilder arg1)
withNewBroker in interface EventTypeSpecFluent<A extends EventTypeSpecFluent<A>>public A withNewBroker(int[] arg1, int arg2, int arg3)
withNewBroker in interface EventTypeSpecFluent<A extends EventTypeSpecFluent<A>>public A withNewBroker(char[] arg1)
withNewBroker in interface EventTypeSpecFluent<A extends EventTypeSpecFluent<A>>public A withNewBroker(StringBuffer arg1)
withNewBroker in interface EventTypeSpecFluent<A extends EventTypeSpecFluent<A>>public A withNewBroker(byte[] arg1, int arg2)
withNewBroker in interface EventTypeSpecFluent<A extends EventTypeSpecFluent<A>>public A withNewBroker(byte[] arg1)
withNewBroker in interface EventTypeSpecFluent<A extends EventTypeSpecFluent<A>>public A withNewBroker(char[] arg1, int arg2, int arg3)
withNewBroker in interface EventTypeSpecFluent<A extends EventTypeSpecFluent<A>>public A withNewBroker(byte[] arg1, int arg2, int arg3)
withNewBroker in interface EventTypeSpecFluent<A extends EventTypeSpecFluent<A>>public A withNewBroker(byte[] arg1, int arg2, int arg3, int arg4)
withNewBroker in interface EventTypeSpecFluent<A extends EventTypeSpecFluent<A>>public A withNewBroker(String 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(StringBuilder arg1)
withNewDescription in interface EventTypeSpecFluent<A extends EventTypeSpecFluent<A>>public A withNewDescription(int[] arg1, int arg2, int arg3)
withNewDescription in interface EventTypeSpecFluent<A extends EventTypeSpecFluent<A>>public A withNewDescription(char[] arg1)
withNewDescription in interface EventTypeSpecFluent<A extends EventTypeSpecFluent<A>>public A withNewDescription(StringBuffer arg1)
withNewDescription in interface EventTypeSpecFluent<A extends EventTypeSpecFluent<A>>public A withNewDescription(byte[] arg1, int arg2)
withNewDescription in interface EventTypeSpecFluent<A extends EventTypeSpecFluent<A>>public A withNewDescription(byte[] arg1)
withNewDescription in interface EventTypeSpecFluent<A extends EventTypeSpecFluent<A>>public A withNewDescription(char[] arg1, int arg2, int arg3)
withNewDescription in interface EventTypeSpecFluent<A extends EventTypeSpecFluent<A>>public A withNewDescription(byte[] arg1, int arg2, int arg3)
withNewDescription in interface EventTypeSpecFluent<A extends EventTypeSpecFluent<A>>public A withNewDescription(byte[] arg1, int arg2, int arg3, int arg4)
withNewDescription in interface EventTypeSpecFluent<A extends EventTypeSpecFluent<A>>public A withNewDescription(String 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(StringBuilder arg1)
withNewSchema in interface EventTypeSpecFluent<A extends EventTypeSpecFluent<A>>public A withNewSchema(int[] arg1, int arg2, int arg3)
withNewSchema in interface EventTypeSpecFluent<A extends EventTypeSpecFluent<A>>public A withNewSchema(char[] arg1)
withNewSchema in interface EventTypeSpecFluent<A extends EventTypeSpecFluent<A>>public A withNewSchema(StringBuffer arg1)
withNewSchema in interface EventTypeSpecFluent<A extends EventTypeSpecFluent<A>>public A withNewSchema(byte[] arg1, int arg2)
withNewSchema in interface EventTypeSpecFluent<A extends EventTypeSpecFluent<A>>public A withNewSchema(byte[] arg1)
withNewSchema in interface EventTypeSpecFluent<A extends EventTypeSpecFluent<A>>public A withNewSchema(char[] arg1, int arg2, int arg3)
withNewSchema in interface EventTypeSpecFluent<A extends EventTypeSpecFluent<A>>public A withNewSchema(byte[] arg1, int arg2, int arg3)
withNewSchema in interface EventTypeSpecFluent<A extends EventTypeSpecFluent<A>>public A withNewSchema(byte[] arg1, int arg2, int arg3, int arg4)
withNewSchema in interface EventTypeSpecFluent<A extends EventTypeSpecFluent<A>>public A withNewSchema(String arg1)
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>>public A withNewSchemaData(StringBuilder arg1)
withNewSchemaData in interface EventTypeSpecFluent<A extends EventTypeSpecFluent<A>>public A withNewSchemaData(int[] arg1, int arg2, int arg3)
withNewSchemaData in interface EventTypeSpecFluent<A extends EventTypeSpecFluent<A>>public A withNewSchemaData(char[] arg1)
withNewSchemaData in interface EventTypeSpecFluent<A extends EventTypeSpecFluent<A>>public A withNewSchemaData(StringBuffer arg1)
withNewSchemaData in interface EventTypeSpecFluent<A extends EventTypeSpecFluent<A>>public A withNewSchemaData(byte[] arg1, int arg2)
withNewSchemaData in interface EventTypeSpecFluent<A extends EventTypeSpecFluent<A>>public A withNewSchemaData(byte[] arg1)
withNewSchemaData in interface EventTypeSpecFluent<A extends EventTypeSpecFluent<A>>public A withNewSchemaData(char[] arg1, int arg2, int arg3)
withNewSchemaData in interface EventTypeSpecFluent<A extends EventTypeSpecFluent<A>>public A withNewSchemaData(byte[] arg1, int arg2, int arg3)
withNewSchemaData in interface EventTypeSpecFluent<A extends EventTypeSpecFluent<A>>public A withNewSchemaData(byte[] arg1, int arg2, int arg3, int arg4)
withNewSchemaData in interface EventTypeSpecFluent<A extends EventTypeSpecFluent<A>>public A withNewSchemaData(String arg1)
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>>public A withNewSource(StringBuilder arg1)
withNewSource in interface EventTypeSpecFluent<A extends EventTypeSpecFluent<A>>public A withNewSource(int[] arg1, int arg2, int arg3)
withNewSource in interface EventTypeSpecFluent<A extends EventTypeSpecFluent<A>>public A withNewSource(char[] arg1)
withNewSource in interface EventTypeSpecFluent<A extends EventTypeSpecFluent<A>>public A withNewSource(StringBuffer arg1)
withNewSource in interface EventTypeSpecFluent<A extends EventTypeSpecFluent<A>>public A withNewSource(byte[] arg1, int arg2)
withNewSource in interface EventTypeSpecFluent<A extends EventTypeSpecFluent<A>>public A withNewSource(byte[] arg1)
withNewSource in interface EventTypeSpecFluent<A extends EventTypeSpecFluent<A>>public A withNewSource(char[] arg1, int arg2, int arg3)
withNewSource in interface EventTypeSpecFluent<A extends EventTypeSpecFluent<A>>public A withNewSource(byte[] arg1, int arg2, int arg3)
withNewSource in interface EventTypeSpecFluent<A extends EventTypeSpecFluent<A>>public A withNewSource(byte[] arg1, int arg2, int arg3, int arg4)
withNewSource in interface EventTypeSpecFluent<A extends EventTypeSpecFluent<A>>public A withNewSource(String 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(StringBuilder arg1)
withNewType in interface EventTypeSpecFluent<A extends EventTypeSpecFluent<A>>public A withNewType(int[] arg1, int arg2, int arg3)
withNewType in interface EventTypeSpecFluent<A extends EventTypeSpecFluent<A>>public A withNewType(char[] arg1)
withNewType in interface EventTypeSpecFluent<A extends EventTypeSpecFluent<A>>public A withNewType(StringBuffer arg1)
withNewType in interface EventTypeSpecFluent<A extends EventTypeSpecFluent<A>>public A withNewType(byte[] arg1, int arg2)
withNewType in interface EventTypeSpecFluent<A extends EventTypeSpecFluent<A>>public A withNewType(byte[] arg1)
withNewType in interface EventTypeSpecFluent<A extends EventTypeSpecFluent<A>>public A withNewType(char[] arg1, int arg2, int arg3)
withNewType in interface EventTypeSpecFluent<A extends EventTypeSpecFluent<A>>public A withNewType(byte[] arg1, int arg2, int arg3)
withNewType in interface EventTypeSpecFluent<A extends EventTypeSpecFluent<A>>public A withNewType(byte[] arg1, int arg2, int arg3, int arg4)
withNewType in interface EventTypeSpecFluent<A extends EventTypeSpecFluent<A>>public A withNewType(String arg1)
withNewType in interface EventTypeSpecFluent<A extends EventTypeSpecFluent<A>>Copyright © 2015–2022 Red Hat. All rights reserved.