Class CloudEventAttributesFluentImpl<A extends CloudEventAttributesFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.knative.internal.pkg.apis.duck.v1.CloudEventAttributesFluentImpl<A>
-
- All Implemented Interfaces:
CloudEventAttributesFluent<A>,io.fabric8.kubernetes.api.builder.Fluent<A>,io.fabric8.kubernetes.api.builder.Visitable<A>
- Direct Known Subclasses:
ApiServerSourceStatusFluentImpl.CeAttributesNestedImpl,AwsSqsSourceStatusFluentImpl.CeAttributesNestedImpl,CloudEventAttributesBuilder,ContainerSourceStatusFluentImpl.CeAttributesNestedImpl,CouchDbSourceStatusFluentImpl.CeAttributesNestedImpl,GitHubBindingStatusFluentImpl.CeAttributesNestedImpl,GitHubSourceStatusFluentImpl.CeAttributesNestedImpl,GitLabBindingStatusFluentImpl.CeAttributesNestedImpl,GitLabSourceStatusFluentImpl.CeAttributesNestedImpl,KafkaSourceStatusFluentImpl.CeAttributesNestedImpl,PingSourceStatusFluentImpl.CeAttributesNestedImpl,PrometheusSourceStatusFluentImpl.CeAttributesNestedImpl,SinkBindingStatusFluentImpl.CeAttributesNestedImpl
public class CloudEventAttributesFluentImpl<A extends CloudEventAttributesFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements CloudEventAttributesFluent<A>
-
-
Constructor Summary
Constructors Constructor Description CloudEventAttributesFluentImpl()CloudEventAttributesFluentImpl(CloudEventAttributes instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetSource()StringgetType()inthashCode()BooleanhasSource()BooleanhasType()AwithNewSource(String arg1)AwithNewSource(StringBuffer arg1)AwithNewSource(StringBuilder arg1)AwithNewType(String arg1)AwithNewType(StringBuffer arg1)AwithNewType(StringBuilder arg1)AwithSource(String source)AwithType(String type)
-
-
-
Constructor Detail
-
CloudEventAttributesFluentImpl
public CloudEventAttributesFluentImpl()
-
CloudEventAttributesFluentImpl
public CloudEventAttributesFluentImpl(CloudEventAttributes instance)
-
-
Method Detail
-
getSource
public String getSource()
- Specified by:
getSourcein interfaceCloudEventAttributesFluent<A extends CloudEventAttributesFluent<A>>
-
withSource
public A withSource(String source)
- Specified by:
withSourcein interfaceCloudEventAttributesFluent<A extends CloudEventAttributesFluent<A>>
-
hasSource
public Boolean hasSource()
- Specified by:
hasSourcein interfaceCloudEventAttributesFluent<A extends CloudEventAttributesFluent<A>>
-
withNewSource
public A withNewSource(String arg1)
- Specified by:
withNewSourcein interfaceCloudEventAttributesFluent<A extends CloudEventAttributesFluent<A>>
-
withNewSource
public A withNewSource(StringBuilder arg1)
- Specified by:
withNewSourcein interfaceCloudEventAttributesFluent<A extends CloudEventAttributesFluent<A>>
-
withNewSource
public A withNewSource(StringBuffer arg1)
- Specified by:
withNewSourcein interfaceCloudEventAttributesFluent<A extends CloudEventAttributesFluent<A>>
-
getType
public String getType()
- Specified by:
getTypein interfaceCloudEventAttributesFluent<A extends CloudEventAttributesFluent<A>>
-
withType
public A withType(String type)
- Specified by:
withTypein interfaceCloudEventAttributesFluent<A extends CloudEventAttributesFluent<A>>
-
hasType
public Boolean hasType()
- Specified by:
hasTypein interfaceCloudEventAttributesFluent<A extends CloudEventAttributesFluent<A>>
-
withNewType
public A withNewType(String arg1)
- Specified by:
withNewTypein interfaceCloudEventAttributesFluent<A extends CloudEventAttributesFluent<A>>
-
withNewType
public A withNewType(StringBuilder arg1)
- Specified by:
withNewTypein interfaceCloudEventAttributesFluent<A extends CloudEventAttributesFluent<A>>
-
withNewType
public A withNewType(StringBuffer arg1)
- Specified by:
withNewTypein interfaceCloudEventAttributesFluent<A extends CloudEventAttributesFluent<A>>
-
-