public class RetentionConfigFluent<A extends RetentionConfigFluent<A>>
extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
| Constructor and Description |
|---|
RetentionConfigFluent() |
RetentionConfigFluent(RetentionConfig instance) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
copyInstance(RetentionConfig instance) |
boolean |
equals(Object o) |
String |
getBlockDuration() |
String |
getDeleteDelay() |
String |
getRetentionInLocal() |
String |
getRetentionResolution1h() |
String |
getRetentionResolution5m() |
String |
getRetentionResolutionRaw() |
boolean |
hasBlockDuration() |
boolean |
hasDeleteDelay() |
int |
hashCode() |
boolean |
hasRetentionInLocal() |
boolean |
hasRetentionResolution1h() |
boolean |
hasRetentionResolution5m() |
boolean |
hasRetentionResolutionRaw() |
String |
toString() |
A |
withBlockDuration(String blockDuration) |
A |
withDeleteDelay(String deleteDelay) |
A |
withRetentionInLocal(String retentionInLocal) |
A |
withRetentionResolution1h(String retentionResolution1h) |
A |
withRetentionResolution5m(String retentionResolution5m) |
A |
withRetentionResolutionRaw(String retentionResolutionRaw) |
public RetentionConfigFluent()
public RetentionConfigFluent(RetentionConfig instance)
protected void copyInstance(RetentionConfig instance)
public String getBlockDuration()
public boolean hasBlockDuration()
public String getDeleteDelay()
public boolean hasDeleteDelay()
public String getRetentionInLocal()
public boolean hasRetentionInLocal()
public String getRetentionResolution1h()
public boolean hasRetentionResolution1h()
public String getRetentionResolution5m()
public boolean hasRetentionResolution5m()
public String getRetentionResolutionRaw()
public boolean hasRetentionResolutionRaw()
public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends RetentionConfigFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends RetentionConfigFluent<A>>Copyright © 2015–2023 Red Hat. All rights reserved.