public class CloudEventDeliveryStateFluent<A extends CloudEventDeliveryStateFluent<A>>
extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
| Constructor and Description |
|---|
CloudEventDeliveryStateFluent() |
CloudEventDeliveryStateFluent(CloudEventDeliveryState instance) |
| Modifier and Type | Method and Description |
|---|---|
A |
addToAdditionalProperties(Map<String,Object> map) |
A |
addToAdditionalProperties(String key,
Object value) |
protected void |
copyInstance(CloudEventDeliveryState instance) |
boolean |
equals(Object o) |
Map<String,Object> |
getAdditionalProperties() |
String |
getCondition() |
String |
getMessage() |
Integer |
getRetryCount() |
String |
getSentAt() |
boolean |
hasAdditionalProperties() |
boolean |
hasCondition() |
int |
hashCode() |
boolean |
hasMessage() |
boolean |
hasRetryCount() |
boolean |
hasSentAt() |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
String |
toString() |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withCondition(String condition) |
A |
withMessage(String message) |
A |
withRetryCount(Integer retryCount) |
A |
withSentAt(String sentAt) |
public CloudEventDeliveryStateFluent()
public CloudEventDeliveryStateFluent(CloudEventDeliveryState instance)
protected void copyInstance(CloudEventDeliveryState instance)
public String getCondition()
public boolean hasCondition()
public String getMessage()
public boolean hasMessage()
public Integer getRetryCount()
public boolean hasRetryCount()
public String getSentAt()
public boolean hasSentAt()
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
public boolean hasAdditionalProperties()
public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends CloudEventDeliveryStateFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends CloudEventDeliveryStateFluent<A>>Copyright © 2015–2023 Red Hat. All rights reserved.