@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class DashboardBulkActionData extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_ID |
static String |
JSON_PROPERTY_TYPE |
boolean |
unparsed |
| Constructor and Description |
|---|
DashboardBulkActionData() |
DashboardBulkActionData(String id,
DashboardResourceType type) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Return true if this DashboardBulkActionData object is equal to o.
|
String |
getId()
Dashboard resource ID.
|
DashboardResourceType |
getType()
Dashboard resource type.
|
int |
hashCode() |
DashboardBulkActionData |
id(String id) |
void |
setId(String id) |
void |
setType(DashboardResourceType type) |
String |
toString() |
DashboardBulkActionData |
type(DashboardResourceType type) |
public boolean unparsed
public static final String JSON_PROPERTY_ID
public static final String JSON_PROPERTY_TYPE
public DashboardBulkActionData()
public DashboardBulkActionData(String id, DashboardResourceType type)
public DashboardBulkActionData id(String id)
public String getId()
public void setId(String id)
public DashboardBulkActionData type(DashboardResourceType type)
public DashboardResourceType getType()
public void setType(DashboardResourceType type)
public boolean equals(Object o)
Copyright © 2023. All rights reserved.