@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class FleetSchedulesV2Response extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_DATA |
static String |
JSON_PROPERTY_META |
boolean |
unparsed |
| Constructor and Description |
|---|
FleetSchedulesV2Response() |
FleetSchedulesV2Response(List<FleetScheduleV2> data) |
| Modifier and Type | Method and Description |
|---|---|
FleetSchedulesV2Response |
addDataItem(FleetScheduleV2 dataItem) |
FleetSchedulesV2Response |
data(List<FleetScheduleV2> data) |
boolean |
equals(Object o)
Return true if this FleetSchedulesV2Response 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.
|
List<FleetScheduleV2> |
getData()
Array of schedules for the organization.
|
FleetSchedulesV2ResponseMeta |
getMeta()
Metadata for the v2 list of schedules response.
|
int |
hashCode() |
FleetSchedulesV2Response |
meta(FleetSchedulesV2ResponseMeta meta) |
FleetSchedulesV2Response |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setData(List<FleetScheduleV2> data) |
void |
setMeta(FleetSchedulesV2ResponseMeta meta) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_DATA
public static final String JSON_PROPERTY_META
public FleetSchedulesV2Response()
public FleetSchedulesV2Response(List<FleetScheduleV2> data)
public FleetSchedulesV2Response data(List<FleetScheduleV2> data)
public FleetSchedulesV2Response addDataItem(FleetScheduleV2 dataItem)
public List<FleetScheduleV2> getData()
public void setData(List<FleetScheduleV2> data)
public FleetSchedulesV2Response meta(FleetSchedulesV2ResponseMeta meta)
@Nullable public FleetSchedulesV2ResponseMeta getMeta()
public void setMeta(FleetSchedulesV2ResponseMeta meta)
public FleetSchedulesV2Response 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.