@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class SLOCorrectionResponseAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_CATEGORY |
static String |
JSON_PROPERTY_CREATED_AT |
static String |
JSON_PROPERTY_CREATOR |
static String |
JSON_PROPERTY_DESCRIPTION |
static String |
JSON_PROPERTY_DURATION |
static String |
JSON_PROPERTY_END |
static String |
JSON_PROPERTY_MODIFIED_AT |
static String |
JSON_PROPERTY_MODIFIER |
static String |
JSON_PROPERTY_RRULE |
static String |
JSON_PROPERTY_SLO_ID |
static String |
JSON_PROPERTY_START |
static String |
JSON_PROPERTY_TIMEZONE |
boolean |
unparsed |
| Constructor and Description |
|---|
SLOCorrectionResponseAttributes() |
| Modifier and Type | Method and Description |
|---|---|
SLOCorrectionResponseAttributes |
category(SLOCorrectionCategory category) |
SLOCorrectionResponseAttributes |
createdAt(Long createdAt) |
SLOCorrectionResponseAttributes |
description(String description) |
SLOCorrectionResponseAttributes |
duration(Long duration) |
SLOCorrectionResponseAttributes |
end(Long end) |
boolean |
equals(Object o)
Return true if this SLOCorrectionResponseAttributes 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.
|
SLOCorrectionCategory |
getCategory()
Category the SLO correction belongs to.
|
org.openapitools.jackson.nullable.JsonNullable<Long> |
getCreatedAt_JsonNullable() |
Long |
getCreatedAt()
The epoch timestamp of when the correction was created at.
|
Creator |
getCreator()
Object describing the creator of the shared element.
|
String |
getDescription()
Description of the correction being made.
|
org.openapitools.jackson.nullable.JsonNullable<Long> |
getDuration_JsonNullable() |
Long |
getDuration()
Length of time (in seconds) for a specified
rrule recurring SLO correction. |
org.openapitools.jackson.nullable.JsonNullable<Long> |
getEnd_JsonNullable() |
Long |
getEnd()
Ending time of the correction in epoch seconds.
|
org.openapitools.jackson.nullable.JsonNullable<Long> |
getModifiedAt_JsonNullable() |
Long |
getModifiedAt()
The epoch timestamp of when the correction was modified at.
|
org.openapitools.jackson.nullable.JsonNullable<SLOCorrectionResponseAttributesModifier> |
getModifier_JsonNullable() |
SLOCorrectionResponseAttributesModifier |
getModifier()
Modifier of the object.
|
org.openapitools.jackson.nullable.JsonNullable<String> |
getRrule_JsonNullable() |
String |
getRrule()
The recurrence rules as defined in the iCalendar RFC 5545.
|
String |
getSloId()
ID of the SLO that this correction applies to.
|
Long |
getStart()
Starting time of the correction in epoch seconds.
|
String |
getTimezone()
The timezone to display in the UI for the correction times (defaults to "UTC").
|
int |
hashCode() |
SLOCorrectionResponseAttributes |
modifiedAt(Long modifiedAt) |
SLOCorrectionResponseAttributes |
modifier(SLOCorrectionResponseAttributesModifier modifier) |
SLOCorrectionResponseAttributes |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
SLOCorrectionResponseAttributes |
rrule(String rrule) |
void |
setCategory(SLOCorrectionCategory category) |
void |
setCreatedAt_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Long> createdAt) |
void |
setCreatedAt(Long createdAt) |
void |
setDescription(String description) |
void |
setDuration_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Long> duration) |
void |
setDuration(Long duration) |
void |
setEnd_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Long> end) |
void |
setEnd(Long end) |
void |
setModifiedAt_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Long> modifiedAt) |
void |
setModifiedAt(Long modifiedAt) |
void |
setModifier_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<SLOCorrectionResponseAttributesModifier> modifier) |
void |
setModifier(SLOCorrectionResponseAttributesModifier modifier) |
void |
setRrule_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> rrule) |
void |
setRrule(String rrule) |
void |
setSloId(String sloId) |
void |
setStart(Long start) |
void |
setTimezone(String timezone) |
SLOCorrectionResponseAttributes |
sloId(String sloId) |
SLOCorrectionResponseAttributes |
start(Long start) |
SLOCorrectionResponseAttributes |
timezone(String timezone) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_CATEGORY
public static final String JSON_PROPERTY_CREATED_AT
public static final String JSON_PROPERTY_CREATOR
public static final String JSON_PROPERTY_DESCRIPTION
public static final String JSON_PROPERTY_DURATION
public static final String JSON_PROPERTY_END
public static final String JSON_PROPERTY_MODIFIED_AT
public static final String JSON_PROPERTY_MODIFIER
public static final String JSON_PROPERTY_RRULE
public static final String JSON_PROPERTY_SLO_ID
public static final String JSON_PROPERTY_START
public static final String JSON_PROPERTY_TIMEZONE
public SLOCorrectionResponseAttributes category(SLOCorrectionCategory category)
@Nullable public SLOCorrectionCategory getCategory()
public void setCategory(SLOCorrectionCategory category)
public SLOCorrectionResponseAttributes createdAt(Long createdAt)
@Nullable public Long getCreatedAt()
public org.openapitools.jackson.nullable.JsonNullable<Long> getCreatedAt_JsonNullable()
public void setCreatedAt_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Long> createdAt)
public void setCreatedAt(Long createdAt)
@Nullable public Creator getCreator()
public SLOCorrectionResponseAttributes description(String description)
@Nullable public String getDescription()
public void setDescription(String description)
public SLOCorrectionResponseAttributes duration(Long duration)
@Nullable public Long getDuration()
rrule recurring SLO correction.public org.openapitools.jackson.nullable.JsonNullable<Long> getDuration_JsonNullable()
public void setDuration_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Long> duration)
public void setDuration(Long duration)
public SLOCorrectionResponseAttributes end(Long end)
@Nullable public Long getEnd()
public org.openapitools.jackson.nullable.JsonNullable<Long> getEnd_JsonNullable()
public void setEnd_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Long> end)
public void setEnd(Long end)
public SLOCorrectionResponseAttributes modifiedAt(Long modifiedAt)
@Nullable public Long getModifiedAt()
public org.openapitools.jackson.nullable.JsonNullable<Long> getModifiedAt_JsonNullable()
public void setModifiedAt_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Long> modifiedAt)
public void setModifiedAt(Long modifiedAt)
public SLOCorrectionResponseAttributes modifier(SLOCorrectionResponseAttributesModifier modifier)
@Nullable public SLOCorrectionResponseAttributesModifier getModifier()
public org.openapitools.jackson.nullable.JsonNullable<SLOCorrectionResponseAttributesModifier> getModifier_JsonNullable()
public void setModifier_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<SLOCorrectionResponseAttributesModifier> modifier)
public void setModifier(SLOCorrectionResponseAttributesModifier modifier)
public SLOCorrectionResponseAttributes rrule(String rrule)
@Nullable public String getRrule()
FREQ, INTERVAL, COUNT, UNTIL
and BYDAY.public org.openapitools.jackson.nullable.JsonNullable<String> getRrule_JsonNullable()
public void setRrule_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> rrule)
public void setRrule(String rrule)
public SLOCorrectionResponseAttributes sloId(String sloId)
@Nullable public String getSloId()
public void setSloId(String sloId)
public SLOCorrectionResponseAttributes start(Long start)
@Nullable public Long getStart()
public void setStart(Long start)
public SLOCorrectionResponseAttributes timezone(String timezone)
@Nullable public String getTimezone()
public void setTimezone(String timezone)
public SLOCorrectionResponseAttributes 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 © 2024. All rights reserved.