@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class ScheduleUpdateRequestDataAttributesLayersItems extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_EFFECTIVE_DATE |
static String |
JSON_PROPERTY_END_DATE |
static String |
JSON_PROPERTY_ID |
static String |
JSON_PROPERTY_INTERVAL |
static String |
JSON_PROPERTY_MEMBERS |
static String |
JSON_PROPERTY_NAME |
static String |
JSON_PROPERTY_RESTRICTIONS |
static String |
JSON_PROPERTY_ROTATION_START |
static String |
JSON_PROPERTY_TIME_ZONE |
boolean |
unparsed |
| Constructor and Description |
|---|
ScheduleUpdateRequestDataAttributesLayersItems() |
ScheduleUpdateRequestDataAttributesLayersItems(OffsetDateTime effectiveDate,
LayerAttributesInterval interval,
List<ScheduleRequestDataAttributesLayersItemsMembersItems> members,
String name,
OffsetDateTime rotationStart) |
public boolean unparsed
public static final String JSON_PROPERTY_EFFECTIVE_DATE
public static final String JSON_PROPERTY_END_DATE
public static final String JSON_PROPERTY_ID
public static final String JSON_PROPERTY_INTERVAL
public static final String JSON_PROPERTY_MEMBERS
public static final String JSON_PROPERTY_NAME
public static final String JSON_PROPERTY_RESTRICTIONS
public static final String JSON_PROPERTY_ROTATION_START
public static final String JSON_PROPERTY_TIME_ZONE
public ScheduleUpdateRequestDataAttributesLayersItems()
public ScheduleUpdateRequestDataAttributesLayersItems(OffsetDateTime effectiveDate, LayerAttributesInterval interval, List<ScheduleRequestDataAttributesLayersItemsMembersItems> members, String name, OffsetDateTime rotationStart)
public ScheduleUpdateRequestDataAttributesLayersItems effectiveDate(OffsetDateTime effectiveDate)
public OffsetDateTime getEffectiveDate()
public void setEffectiveDate(OffsetDateTime effectiveDate)
public ScheduleUpdateRequestDataAttributesLayersItems endDate(OffsetDateTime endDate)
@Nullable public OffsetDateTime getEndDate()
public void setEndDate(OffsetDateTime endDate)
public ScheduleUpdateRequestDataAttributesLayersItems id(String id)
@Nullable public String getId()
public void setId(String id)
public ScheduleUpdateRequestDataAttributesLayersItems interval(LayerAttributesInterval interval)
public LayerAttributesInterval getInterval()
public void setInterval(LayerAttributesInterval interval)
public ScheduleUpdateRequestDataAttributesLayersItems members(List<ScheduleRequestDataAttributesLayersItemsMembersItems> members)
public ScheduleUpdateRequestDataAttributesLayersItems addMembersItem(ScheduleRequestDataAttributesLayersItemsMembersItems membersItem)
public List<ScheduleRequestDataAttributesLayersItemsMembersItems> getMembers()
public void setMembers(List<ScheduleRequestDataAttributesLayersItemsMembersItems> members)
public ScheduleUpdateRequestDataAttributesLayersItems name(String name)
public String getName()
public void setName(String name)
public ScheduleUpdateRequestDataAttributesLayersItems restrictions(List<TimeRestriction> restrictions)
public ScheduleUpdateRequestDataAttributesLayersItems addRestrictionsItem(TimeRestriction restrictionsItem)
@Nullable public List<TimeRestriction> getRestrictions()
public void setRestrictions(List<TimeRestriction> restrictions)
public ScheduleUpdateRequestDataAttributesLayersItems rotationStart(OffsetDateTime rotationStart)
public OffsetDateTime getRotationStart()
public void setRotationStart(OffsetDateTime rotationStart)
public ScheduleUpdateRequestDataAttributesLayersItems timeZone(String timeZone)
@Nullable public String getTimeZone()
public void setTimeZone(String timeZone)
public ScheduleUpdateRequestDataAttributesLayersItems 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.