@Generated(value="jsonschema2pojo") public class TimeWindow extends Object implements io.fabric8.kubernetes.api.builder.Editable<TimeWindowBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
| Constructor and Description |
|---|
TimeWindow()
No args constructor for use in serialization
|
TimeWindow(List<String> daysofweek,
List<HourRange> hours,
String location,
String windowtype) |
| Modifier and Type | Method and Description |
|---|---|
TimeWindowBuilder |
edit() |
Map<String,Object> |
getAdditionalProperties() |
List<String> |
getDaysofweek() |
List<HourRange> |
getHours() |
String |
getLocation() |
String |
getWindowtype() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setDaysofweek(List<String> daysofweek) |
void |
setHours(List<HourRange> hours) |
void |
setLocation(String location) |
void |
setWindowtype(String windowtype) |
TimeWindowBuilder |
toBuilder() |
public String getLocation()
public void setLocation(String location)
public String getWindowtype()
public void setWindowtype(String windowtype)
public TimeWindowBuilder edit()
edit in interface io.fabric8.kubernetes.api.builder.Editable<TimeWindowBuilder>public TimeWindowBuilder toBuilder()
Copyright © 2015–2024 Red Hat. All rights reserved.