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 arg0)
Deprecated.
|
A |
withNewType(String arg0)
Deprecated.
|
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>>@Deprecated public A withNewSource(String arg0)
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>>@Deprecated public A withNewType(String arg0)
withNewType in interface CloudEventAttributesFluent<A extends CloudEventAttributesFluent<A>>Copyright © 2015–2021 Red Hat. All rights reserved.