@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class MaintenanceWindowCreateAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_END_AT |
static String |
JSON_PROPERTY_NAME |
static String |
JSON_PROPERTY_QUERY |
static String |
JSON_PROPERTY_START_AT |
boolean |
unparsed |
| Constructor and Description |
|---|
MaintenanceWindowCreateAttributes() |
MaintenanceWindowCreateAttributes(OffsetDateTime endAt,
String name,
String query,
OffsetDateTime startAt) |
| Modifier and Type | Method and Description |
|---|---|
MaintenanceWindowCreateAttributes |
endAt(OffsetDateTime endAt) |
boolean |
equals(Object o)
Return true if this MaintenanceWindowCreateAttributes 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.
|
OffsetDateTime |
getEndAt()
The end time of the maintenance window.
|
String |
getName()
The name of the maintenance window.
|
String |
getQuery()
The query to filter event management cases for this maintenance window.
|
OffsetDateTime |
getStartAt()
The start time of the maintenance window.
|
int |
hashCode() |
MaintenanceWindowCreateAttributes |
name(String name) |
MaintenanceWindowCreateAttributes |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
MaintenanceWindowCreateAttributes |
query(String query) |
void |
setEndAt(OffsetDateTime endAt) |
void |
setName(String name) |
void |
setQuery(String query) |
void |
setStartAt(OffsetDateTime startAt) |
MaintenanceWindowCreateAttributes |
startAt(OffsetDateTime startAt) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_END_AT
public static final String JSON_PROPERTY_NAME
public static final String JSON_PROPERTY_QUERY
public static final String JSON_PROPERTY_START_AT
public MaintenanceWindowCreateAttributes()
public MaintenanceWindowCreateAttributes(OffsetDateTime endAt, String name, String query, OffsetDateTime startAt)
public MaintenanceWindowCreateAttributes endAt(OffsetDateTime endAt)
public OffsetDateTime getEndAt()
public void setEndAt(OffsetDateTime endAt)
public MaintenanceWindowCreateAttributes name(String name)
public String getName()
public void setName(String name)
public MaintenanceWindowCreateAttributes query(String query)
public String getQuery()
public void setQuery(String query)
public MaintenanceWindowCreateAttributes startAt(OffsetDateTime startAt)
public OffsetDateTime getStartAt()
public void setStartAt(OffsetDateTime startAt)
public MaintenanceWindowCreateAttributes 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.