public class CloudEventAttributesFluentImpl<A extends CloudEventAttributesFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements CloudEventAttributesFluent<A>
| Constructor and Description |
|---|
CloudEventAttributesFluentImpl() |
CloudEventAttributesFluentImpl(CloudEventAttributes instance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getSource() |
String |
getType() |
int |
hashCode() |
Boolean |
hasSource() |
Boolean |
hasType() |
String |
toString() |
A |
withSource(String source) |
A |
withType(String type) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic CloudEventAttributesFluentImpl()
public CloudEventAttributesFluentImpl(CloudEventAttributes instance)
public String getSource()
getSource in interface CloudEventAttributesFluent<A extends CloudEventAttributesFluent<A>>public A withSource(String source)
withSource in interface CloudEventAttributesFluent<A extends CloudEventAttributesFluent<A>>public Boolean hasSource()
hasSource in interface CloudEventAttributesFluent<A extends CloudEventAttributesFluent<A>>public String getType()
getType in interface CloudEventAttributesFluent<A extends CloudEventAttributesFluent<A>>public A withType(String type)
withType in interface CloudEventAttributesFluent<A extends CloudEventAttributesFluent<A>>public Boolean hasType()
hasType in interface CloudEventAttributesFluent<A extends CloudEventAttributesFluent<A>>public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends CloudEventAttributesFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends CloudEventAttributesFluent<A>>Copyright © 2015–2022 Red Hat. All rights reserved.