@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class PatchMaintenanceRequestDataAttributes 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_STATUS |
static String |
JSON_PROPERTY_TITLE |
boolean |
unparsed |
| Constructor and Description |
|---|
PatchMaintenanceRequestDataAttributes() |
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_STATUS
public static final String JSON_PROPERTY_TITLE
public PatchMaintenanceRequestDataAttributes()
public PatchMaintenanceRequestDataAttributes completedDate(OffsetDateTime completedDate)
@Nullable public OffsetDateTime getCompletedDate()
public void setCompletedDate(OffsetDateTime completedDate)
public PatchMaintenanceRequestDataAttributes completedDescription(String completedDescription)
@Nullable public String getCompletedDescription()
public void setCompletedDescription(String completedDescription)
public PatchMaintenanceRequestDataAttributes componentsAffected(List<PatchMaintenanceRequestDataAttributesComponentsAffectedItems> componentsAffected)
public PatchMaintenanceRequestDataAttributes addComponentsAffectedItem(PatchMaintenanceRequestDataAttributesComponentsAffectedItems componentsAffectedItem)
@Nullable public List<PatchMaintenanceRequestDataAttributesComponentsAffectedItems> getComponentsAffected()
public void setComponentsAffected(List<PatchMaintenanceRequestDataAttributesComponentsAffectedItems> componentsAffected)
public PatchMaintenanceRequestDataAttributes inProgressDescription(String inProgressDescription)
@Nullable public String getInProgressDescription()
public void setInProgressDescription(String inProgressDescription)
public PatchMaintenanceRequestDataAttributes scheduledDescription(String scheduledDescription)
@Nullable public String getScheduledDescription()
public void setScheduledDescription(String scheduledDescription)
public PatchMaintenanceRequestDataAttributes startDate(OffsetDateTime startDate)
@Nullable public OffsetDateTime getStartDate()
public void setStartDate(OffsetDateTime startDate)
public PatchMaintenanceRequestDataAttributes status(MaintenanceDataAttributesStatus status)
@Nullable public MaintenanceDataAttributesStatus getStatus()
public void setStatus(MaintenanceDataAttributesStatus status)
public PatchMaintenanceRequestDataAttributes title(String title)
@Nullable public String getTitle()
public void setTitle(String title)
public PatchMaintenanceRequestDataAttributes 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.