public class TimeWindow extends Object implements 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 |
|---|---|
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) |
Copyright © 2015–2022 Red Hat. All rights reserved.