@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class RoutingRuleEscalationPolicyActionSupportHours extends Object
time_restriction field on the routing rule.| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_RESTRICTIONS |
static String |
JSON_PROPERTY_TIME_ZONE |
boolean |
unparsed |
| Constructor and Description |
|---|
RoutingRuleEscalationPolicyActionSupportHours() |
RoutingRuleEscalationPolicyActionSupportHours(String timeZone) |
| Modifier and Type | Method and Description |
|---|---|
RoutingRuleEscalationPolicyActionSupportHours |
addRestrictionsItem(TimeRestriction restrictionsItem) |
boolean |
equals(Object o)
Return true if this RoutingRuleEscalationPolicyActionSupportHours object is equal to o.
|
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
List<TimeRestriction> |
getRestrictions()
The list of support hours time windows.
|
String |
getTimeZone()
The time zone in which the support hours are expressed.
|
int |
hashCode() |
RoutingRuleEscalationPolicyActionSupportHours |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
RoutingRuleEscalationPolicyActionSupportHours |
restrictions(List<TimeRestriction> restrictions) |
void |
setRestrictions(List<TimeRestriction> restrictions) |
void |
setTimeZone(String timeZone) |
RoutingRuleEscalationPolicyActionSupportHours |
timeZone(String timeZone) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_RESTRICTIONS
public static final String JSON_PROPERTY_TIME_ZONE
public RoutingRuleEscalationPolicyActionSupportHours()
public RoutingRuleEscalationPolicyActionSupportHours(String timeZone)
public RoutingRuleEscalationPolicyActionSupportHours restrictions(List<TimeRestriction> restrictions)
public RoutingRuleEscalationPolicyActionSupportHours addRestrictionsItem(TimeRestriction restrictionsItem)
@Nullable public List<TimeRestriction> getRestrictions()
public void setRestrictions(List<TimeRestriction> restrictions)
public RoutingRuleEscalationPolicyActionSupportHours timeZone(String timeZone)
public String getTimeZone()
public void setTimeZone(String timeZone)
public RoutingRuleEscalationPolicyActionSupportHours putAdditionalProperty(String key, Object value)
key - The arbitrary key to setvalue - The associated valuepublic Map<String,Object> getAdditionalProperties()
public Object getAdditionalProperty(String key)
key - The arbitrary key to getpublic boolean equals(Object o)
Copyright © 2026. All rights reserved.