@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class CreateSnapshotDataAttributesRequest extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_ADDITIONAL_CONFIG |
static String |
JSON_PROPERTY_END |
static String |
JSON_PROPERTY_HEIGHT |
static String |
JSON_PROPERTY_IS_AUTHENTICATED |
static String |
JSON_PROPERTY_START |
static String |
JSON_PROPERTY_TTL |
static String |
JSON_PROPERTY_WIDGET_DEFINITION |
static String |
JSON_PROPERTY_WIDTH |
boolean |
unparsed |
| Constructor and Description |
|---|
CreateSnapshotDataAttributesRequest() |
CreateSnapshotDataAttributesRequest(Long end,
Long start,
Map<String,Object> widgetDefinition) |
| Modifier and Type | Method and Description |
|---|---|
CreateSnapshotDataAttributesRequest |
additionalConfig(CreateSnapshotAdditionalConfig additionalConfig) |
CreateSnapshotDataAttributesRequest |
end(Long end) |
boolean |
equals(Object o)
Return true if this CreateSnapshotDataAttributesRequest object is equal to o.
|
CreateSnapshotAdditionalConfig |
getAdditionalConfig()
Additional configuration options for snapshot creation.
|
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
Long |
getEnd()
End of the time window for the snapshot, in milliseconds since Unix epoch.
|
Long |
getHeight()
The height of the rendered snapshot in pixels.
|
Boolean |
getIsAuthenticated()
Whether the snapshot requires authentication to view.
|
Long |
getStart()
Start of the time window for the snapshot, in milliseconds since Unix epoch.
|
CreateSnapshotTTL |
getTtl()
The time-to-live for the snapshot.
|
Map<String,Object> |
getWidgetDefinition()
The widget definition to render as a snapshot.
|
Long |
getWidth()
The width of the rendered snapshot in pixels.
|
int |
hashCode() |
CreateSnapshotDataAttributesRequest |
height(Long height) |
CreateSnapshotDataAttributesRequest |
isAuthenticated(Boolean isAuthenticated) |
CreateSnapshotDataAttributesRequest |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
CreateSnapshotDataAttributesRequest |
putWidgetDefinitionItem(String key,
Object widgetDefinitionItem) |
void |
setAdditionalConfig(CreateSnapshotAdditionalConfig additionalConfig) |
void |
setEnd(Long end) |
void |
setHeight(Long height) |
void |
setIsAuthenticated(Boolean isAuthenticated) |
void |
setStart(Long start) |
void |
setTtl(CreateSnapshotTTL ttl) |
void |
setWidgetDefinition(Map<String,Object> widgetDefinition) |
void |
setWidth(Long width) |
CreateSnapshotDataAttributesRequest |
start(Long start) |
String |
toString() |
CreateSnapshotDataAttributesRequest |
ttl(CreateSnapshotTTL ttl) |
CreateSnapshotDataAttributesRequest |
widgetDefinition(Map<String,Object> widgetDefinition) |
CreateSnapshotDataAttributesRequest |
width(Long width) |
public boolean unparsed
public static final String JSON_PROPERTY_ADDITIONAL_CONFIG
public static final String JSON_PROPERTY_END
public static final String JSON_PROPERTY_HEIGHT
public static final String JSON_PROPERTY_IS_AUTHENTICATED
public static final String JSON_PROPERTY_START
public static final String JSON_PROPERTY_TTL
public static final String JSON_PROPERTY_WIDGET_DEFINITION
public static final String JSON_PROPERTY_WIDTH
public CreateSnapshotDataAttributesRequest additionalConfig(CreateSnapshotAdditionalConfig additionalConfig)
@Nullable public CreateSnapshotAdditionalConfig getAdditionalConfig()
public void setAdditionalConfig(CreateSnapshotAdditionalConfig additionalConfig)
public CreateSnapshotDataAttributesRequest end(Long end)
public Long getEnd()
public void setEnd(Long end)
public CreateSnapshotDataAttributesRequest height(Long height)
@Nullable public Long getHeight()
public void setHeight(Long height)
public CreateSnapshotDataAttributesRequest isAuthenticated(Boolean isAuthenticated)
@Nullable public Boolean getIsAuthenticated()
public void setIsAuthenticated(Boolean isAuthenticated)
public CreateSnapshotDataAttributesRequest start(Long start)
public Long getStart()
public void setStart(Long start)
public CreateSnapshotDataAttributesRequest ttl(CreateSnapshotTTL ttl)
@Nullable public CreateSnapshotTTL getTtl()
public void setTtl(CreateSnapshotTTL ttl)
public CreateSnapshotDataAttributesRequest widgetDefinition(Map<String,Object> widgetDefinition)
public CreateSnapshotDataAttributesRequest putWidgetDefinitionItem(String key, Object widgetDefinitionItem)
public Map<String,Object> getWidgetDefinition()
type field and
non-empty requests array.public CreateSnapshotDataAttributesRequest width(Long width)
@Nullable public Long getWidth()
public void setWidth(Long width)
public CreateSnapshotDataAttributesRequest 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.