public class RulesAlert extends Object implements io.fabric8.kubernetes.api.model.KubernetesResource
| Constructor and Description |
|---|
RulesAlert()
No args constructor for use in serialization
|
RulesAlert(String forGracePeriod,
String forOutageTolerance,
String resendDelay) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getAdditionalProperties() |
String |
getForGracePeriod() |
String |
getForOutageTolerance() |
String |
getResendDelay() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setForGracePeriod(String forGracePeriod) |
void |
setForOutageTolerance(String forOutageTolerance) |
void |
setResendDelay(String resendDelay) |
public String getForGracePeriod()
public void setForGracePeriod(String forGracePeriod)
public String getForOutageTolerance()
public void setForOutageTolerance(String forOutageTolerance)
public String getResendDelay()
public void setResendDelay(String resendDelay)
Copyright © 2015–2023 Red Hat. All rights reserved.