@Generated(value="jsonschema2pojo") public class Route extends Object implements io.fabric8.kubernetes.api.builder.Editable<RouteBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
| Constructor and Description |
|---|
Route()
No args constructor for use in serialization
|
Route(List<String> activeTimeIntervals,
Boolean _continue,
List<String> groupBy,
String groupInterval,
String groupWait,
List<Matcher> matchers,
List<String> muteTimeIntervals,
String receiver,
String repeatInterval,
List<com.fasterxml.jackson.databind.JsonNode> routes) |
| Modifier and Type | Method and Description |
|---|---|
RouteBuilder |
edit() |
List<String> |
getActiveTimeIntervals() |
Map<String,Object> |
getAdditionalProperties() |
Boolean |
getContinue() |
List<String> |
getGroupBy() |
String |
getGroupInterval() |
String |
getGroupWait() |
List<Matcher> |
getMatchers() |
List<String> |
getMuteTimeIntervals() |
String |
getReceiver() |
String |
getRepeatInterval() |
List<com.fasterxml.jackson.databind.JsonNode> |
getRoutes() |
void |
setActiveTimeIntervals(List<String> activeTimeIntervals) |
void |
setAdditionalProperty(String name,
Object value) |
void |
setContinue(Boolean _continue) |
void |
setGroupBy(List<String> groupBy) |
void |
setGroupInterval(String groupInterval) |
void |
setGroupWait(String groupWait) |
void |
setMatchers(List<Matcher> matchers) |
void |
setMuteTimeIntervals(List<String> muteTimeIntervals) |
void |
setReceiver(String receiver) |
void |
setRepeatInterval(String repeatInterval) |
void |
setRoutes(List<com.fasterxml.jackson.databind.JsonNode> routes) |
RouteBuilder |
toBuilder() |
public Boolean getContinue()
public void setContinue(Boolean _continue)
public String getGroupInterval()
public void setGroupInterval(String groupInterval)
public String getGroupWait()
public void setGroupWait(String groupWait)
public String getReceiver()
public void setReceiver(String receiver)
public String getRepeatInterval()
public void setRepeatInterval(String repeatInterval)
public List<com.fasterxml.jackson.databind.JsonNode> getRoutes()
public void setRoutes(List<com.fasterxml.jackson.databind.JsonNode> routes)
public RouteBuilder edit()
edit in interface io.fabric8.kubernetes.api.builder.Editable<RouteBuilder>public RouteBuilder toBuilder()
Copyright © 2015–2024 Red Hat. All rights reserved.