public class CloudEventAttributesFluent<A extends CloudEventAttributesFluent<A>>
extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
| Constructor and Description |
|---|
CloudEventAttributesFluent() |
CloudEventAttributesFluent(CloudEventAttributes instance) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
copyInstance(CloudEventAttributes instance) |
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 CloudEventAttributesFluent()
public CloudEventAttributesFluent(CloudEventAttributes instance)
protected void copyInstance(CloudEventAttributes instance)
public String getSource()
public boolean hasSource()
public String getType()
public boolean hasType()
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–2023 Red Hat. All rights reserved.