@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class CreateMaintenanceRequestDataAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_COMPLETED_DATE |
static String |
JSON_PROPERTY_COMPLETED_DESCRIPTION |
static String |
JSON_PROPERTY_COMPONENTS_AFFECTED |
static String |
JSON_PROPERTY_IN_PROGRESS_DESCRIPTION |
static String |
JSON_PROPERTY_SCHEDULED_DESCRIPTION |
static String |
JSON_PROPERTY_START_DATE |
static String |
JSON_PROPERTY_TITLE |
boolean |
unparsed |
| Constructor and Description |
|---|
CreateMaintenanceRequestDataAttributes() |
CreateMaintenanceRequestDataAttributes(OffsetDateTime completedDate,
String completedDescription,
List<CreateMaintenanceRequestDataAttributesComponentsAffectedItems> componentsAffected,
String inProgressDescription,
String scheduledDescription,
OffsetDateTime startDate,
String title) |
public boolean unparsed
public static final String JSON_PROPERTY_COMPLETED_DATE
public static final String JSON_PROPERTY_COMPLETED_DESCRIPTION
public static final String JSON_PROPERTY_COMPONENTS_AFFECTED
public static final String JSON_PROPERTY_IN_PROGRESS_DESCRIPTION
public static final String JSON_PROPERTY_SCHEDULED_DESCRIPTION
public static final String JSON_PROPERTY_START_DATE
public static final String JSON_PROPERTY_TITLE
public CreateMaintenanceRequestDataAttributes()
public CreateMaintenanceRequestDataAttributes(OffsetDateTime completedDate, String completedDescription, List<CreateMaintenanceRequestDataAttributesComponentsAffectedItems> componentsAffected, String inProgressDescription, String scheduledDescription, OffsetDateTime startDate, String title)
public CreateMaintenanceRequestDataAttributes completedDate(OffsetDateTime completedDate)
public OffsetDateTime getCompletedDate()
public void setCompletedDate(OffsetDateTime completedDate)
public CreateMaintenanceRequestDataAttributes completedDescription(String completedDescription)
public String getCompletedDescription()
public void setCompletedDescription(String completedDescription)
public CreateMaintenanceRequestDataAttributes componentsAffected(List<CreateMaintenanceRequestDataAttributesComponentsAffectedItems> componentsAffected)
public CreateMaintenanceRequestDataAttributes addComponentsAffectedItem(CreateMaintenanceRequestDataAttributesComponentsAffectedItems componentsAffectedItem)
public List<CreateMaintenanceRequestDataAttributesComponentsAffectedItems> getComponentsAffected()
public void setComponentsAffected(List<CreateMaintenanceRequestDataAttributesComponentsAffectedItems> componentsAffected)
public CreateMaintenanceRequestDataAttributes inProgressDescription(String inProgressDescription)
public String getInProgressDescription()
public void setInProgressDescription(String inProgressDescription)
public CreateMaintenanceRequestDataAttributes scheduledDescription(String scheduledDescription)
public String getScheduledDescription()
public void setScheduledDescription(String scheduledDescription)
public CreateMaintenanceRequestDataAttributes startDate(OffsetDateTime startDate)
public OffsetDateTime getStartDate()
public void setStartDate(OffsetDateTime startDate)
public CreateMaintenanceRequestDataAttributes title(String title)
public String getTitle()
public void setTitle(String title)
public CreateMaintenanceRequestDataAttributes 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.