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() |
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 |
withSource(String source) |
A |
withType(String type) |
public 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 A withNewSource(String arg1)
withNewSource in interface CloudEventAttributesFluent<A extends CloudEventAttributesFluent<A>>public A withNewSource(StringBuilder arg1)
withNewSource in interface CloudEventAttributesFluent<A extends CloudEventAttributesFluent<A>>public A withNewSource(StringBuffer arg1)
withNewSource 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 A withNewType(String arg1)
withNewType in interface CloudEventAttributesFluent<A extends CloudEventAttributesFluent<A>>public A withNewType(StringBuilder arg1)
withNewType in interface CloudEventAttributesFluent<A extends CloudEventAttributesFluent<A>>public A withNewType(StringBuffer arg1)
withNewType in interface CloudEventAttributesFluent<A extends CloudEventAttributesFluent<A>>Copyright © 2015–2021 Red Hat. All rights reserved.