Class EventTypeSpecFluentImpl<A extends EventTypeSpecFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.knative.eventing.v1beta1.EventTypeSpecFluentImpl<A>
-
- All Implemented Interfaces:
EventTypeSpecFluent<A>,io.fabric8.kubernetes.api.builder.Fluent<A>,io.fabric8.kubernetes.api.builder.Visitable<A>
- Direct Known Subclasses:
EventTypeFluentImpl.SpecNestedImpl,EventTypeSpecBuilder
public class EventTypeSpecFluentImpl<A extends EventTypeSpecFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements EventTypeSpecFluent<A>
-
-
Constructor Summary
Constructors Constructor Description EventTypeSpecFluentImpl()EventTypeSpecFluentImpl(EventTypeSpec instance)
-
Method Summary
-
-
-
Constructor Detail
-
EventTypeSpecFluentImpl
public EventTypeSpecFluentImpl()
-
EventTypeSpecFluentImpl
public EventTypeSpecFluentImpl(EventTypeSpec instance)
-
-
Method Detail
-
getBroker
public String getBroker()
- Specified by:
getBrokerin interfaceEventTypeSpecFluent<A extends EventTypeSpecFluent<A>>
-
withBroker
public A withBroker(String broker)
- Specified by:
withBrokerin interfaceEventTypeSpecFluent<A extends EventTypeSpecFluent<A>>
-
hasBroker
public Boolean hasBroker()
- Specified by:
hasBrokerin interfaceEventTypeSpecFluent<A extends EventTypeSpecFluent<A>>
-
withNewBroker
public A withNewBroker(String arg1)
- Specified by:
withNewBrokerin interfaceEventTypeSpecFluent<A extends EventTypeSpecFluent<A>>
-
withNewBroker
public A withNewBroker(StringBuilder arg1)
- Specified by:
withNewBrokerin interfaceEventTypeSpecFluent<A extends EventTypeSpecFluent<A>>
-
withNewBroker
public A withNewBroker(StringBuffer arg1)
- Specified by:
withNewBrokerin interfaceEventTypeSpecFluent<A extends EventTypeSpecFluent<A>>
-
getDescription
public String getDescription()
- Specified by:
getDescriptionin interfaceEventTypeSpecFluent<A extends EventTypeSpecFluent<A>>
-
withDescription
public A withDescription(String description)
- Specified by:
withDescriptionin interfaceEventTypeSpecFluent<A extends EventTypeSpecFluent<A>>
-
hasDescription
public Boolean hasDescription()
- Specified by:
hasDescriptionin interfaceEventTypeSpecFluent<A extends EventTypeSpecFluent<A>>
-
withNewDescription
public A withNewDescription(String arg1)
- Specified by:
withNewDescriptionin interfaceEventTypeSpecFluent<A extends EventTypeSpecFluent<A>>
-
withNewDescription
public A withNewDescription(StringBuilder arg1)
- Specified by:
withNewDescriptionin interfaceEventTypeSpecFluent<A extends EventTypeSpecFluent<A>>
-
withNewDescription
public A withNewDescription(StringBuffer arg1)
- Specified by:
withNewDescriptionin interfaceEventTypeSpecFluent<A extends EventTypeSpecFluent<A>>
-
getSchema
public String getSchema()
- Specified by:
getSchemain interfaceEventTypeSpecFluent<A extends EventTypeSpecFluent<A>>
-
withSchema
public A withSchema(String schema)
- Specified by:
withSchemain interfaceEventTypeSpecFluent<A extends EventTypeSpecFluent<A>>
-
hasSchema
public Boolean hasSchema()
- Specified by:
hasSchemain interfaceEventTypeSpecFluent<A extends EventTypeSpecFluent<A>>
-
withNewSchema
public A withNewSchema(String arg1)
- Specified by:
withNewSchemain interfaceEventTypeSpecFluent<A extends EventTypeSpecFluent<A>>
-
withNewSchema
public A withNewSchema(StringBuilder arg1)
- Specified by:
withNewSchemain interfaceEventTypeSpecFluent<A extends EventTypeSpecFluent<A>>
-
withNewSchema
public A withNewSchema(StringBuffer arg1)
- Specified by:
withNewSchemain interfaceEventTypeSpecFluent<A extends EventTypeSpecFluent<A>>
-
getSchemaData
public String getSchemaData()
- Specified by:
getSchemaDatain interfaceEventTypeSpecFluent<A extends EventTypeSpecFluent<A>>
-
withSchemaData
public A withSchemaData(String schemaData)
- Specified by:
withSchemaDatain interfaceEventTypeSpecFluent<A extends EventTypeSpecFluent<A>>
-
hasSchemaData
public Boolean hasSchemaData()
- Specified by:
hasSchemaDatain interfaceEventTypeSpecFluent<A extends EventTypeSpecFluent<A>>
-
withNewSchemaData
public A withNewSchemaData(String arg1)
- Specified by:
withNewSchemaDatain interfaceEventTypeSpecFluent<A extends EventTypeSpecFluent<A>>
-
withNewSchemaData
public A withNewSchemaData(StringBuilder arg1)
- Specified by:
withNewSchemaDatain interfaceEventTypeSpecFluent<A extends EventTypeSpecFluent<A>>
-
withNewSchemaData
public A withNewSchemaData(StringBuffer arg1)
- Specified by:
withNewSchemaDatain interfaceEventTypeSpecFluent<A extends EventTypeSpecFluent<A>>
-
getSource
public String getSource()
- Specified by:
getSourcein interfaceEventTypeSpecFluent<A extends EventTypeSpecFluent<A>>
-
withSource
public A withSource(String source)
- Specified by:
withSourcein interfaceEventTypeSpecFluent<A extends EventTypeSpecFluent<A>>
-
hasSource
public Boolean hasSource()
- Specified by:
hasSourcein interfaceEventTypeSpecFluent<A extends EventTypeSpecFluent<A>>
-
withNewSource
public A withNewSource(String arg1)
- Specified by:
withNewSourcein interfaceEventTypeSpecFluent<A extends EventTypeSpecFluent<A>>
-
withNewSource
public A withNewSource(StringBuilder arg1)
- Specified by:
withNewSourcein interfaceEventTypeSpecFluent<A extends EventTypeSpecFluent<A>>
-
withNewSource
public A withNewSource(StringBuffer arg1)
- Specified by:
withNewSourcein interfaceEventTypeSpecFluent<A extends EventTypeSpecFluent<A>>
-
getType
public String getType()
- Specified by:
getTypein interfaceEventTypeSpecFluent<A extends EventTypeSpecFluent<A>>
-
withType
public A withType(String type)
- Specified by:
withTypein interfaceEventTypeSpecFluent<A extends EventTypeSpecFluent<A>>
-
hasType
public Boolean hasType()
- Specified by:
hasTypein interfaceEventTypeSpecFluent<A extends EventTypeSpecFluent<A>>
-
withNewType
public A withNewType(String arg1)
- Specified by:
withNewTypein interfaceEventTypeSpecFluent<A extends EventTypeSpecFluent<A>>
-
withNewType
public A withNewType(StringBuilder arg1)
- Specified by:
withNewTypein interfaceEventTypeSpecFluent<A extends EventTypeSpecFluent<A>>
-
withNewType
public A withNewType(StringBuffer arg1)
- Specified by:
withNewTypein interfaceEventTypeSpecFluent<A extends EventTypeSpecFluent<A>>
-
-