@Generated(value="jsonschema2pojo") public class CloudEventAttributes extends Object implements io.fabric8.kubernetes.api.builder.Editable<CloudEventAttributesBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
| Constructor and Description |
|---|
CloudEventAttributes()
No args constructor for use in serialization
|
CloudEventAttributes(String source,
String type) |
| Modifier and Type | Method and Description |
|---|---|
CloudEventAttributesBuilder |
edit() |
Map<String,Object> |
getAdditionalProperties() |
String |
getSource() |
String |
getType() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setSource(String source) |
void |
setType(String type) |
CloudEventAttributesBuilder |
toBuilder() |
public CloudEventAttributes()
public String getSource()
public void setSource(String source)
public String getType()
public void setType(String type)
public CloudEventAttributesBuilder edit()
edit in interface io.fabric8.kubernetes.api.builder.Editable<CloudEventAttributesBuilder>public CloudEventAttributesBuilder toBuilder()
Copyright © 2015–2023 Red Hat. All rights reserved.