@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class WidgetLayout extends Object
free or new dashboard layout
dashboard.| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_HEIGHT |
static String |
JSON_PROPERTY_IS_COLUMN_BREAK |
static String |
JSON_PROPERTY_WIDTH |
static String |
JSON_PROPERTY_X |
static String |
JSON_PROPERTY_Y |
boolean |
unparsed |
| Constructor and Description |
|---|
WidgetLayout() |
WidgetLayout(Long height,
Long width,
Long x,
Long y) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Return true if this WidgetLayout 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.
|
Long |
getHeight()
The height of the widget.
|
Boolean |
getIsColumnBreak()
Whether the widget should be the first one on the second column in high density or not.
|
Long |
getWidth()
The width of the widget.
|
Long |
getX()
The position of the widget on the x (horizontal) axis.
|
Long |
getY()
The position of the widget on the y (vertical) axis.
|
int |
hashCode() |
WidgetLayout |
height(Long height) |
WidgetLayout |
isColumnBreak(Boolean isColumnBreak) |
WidgetLayout |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setHeight(Long height) |
void |
setIsColumnBreak(Boolean isColumnBreak) |
void |
setWidth(Long width) |
void |
setX(Long x) |
void |
setY(Long y) |
String |
toString() |
WidgetLayout |
width(Long width) |
WidgetLayout |
x(Long x) |
WidgetLayout |
y(Long y) |
public boolean unparsed
public static final String JSON_PROPERTY_HEIGHT
public static final String JSON_PROPERTY_IS_COLUMN_BREAK
public static final String JSON_PROPERTY_WIDTH
public static final String JSON_PROPERTY_X
public static final String JSON_PROPERTY_Y
public WidgetLayout height(Long height)
public Long getHeight()
public void setHeight(Long height)
public WidgetLayout isColumnBreak(Boolean isColumnBreak)
@Nullable public Boolean getIsColumnBreak()
true.public void setIsColumnBreak(Boolean isColumnBreak)
public WidgetLayout width(Long width)
public Long getWidth()
public void setWidth(Long width)
public WidgetLayout x(Long x)
public Long getX()
public void setX(Long x)
public WidgetLayout y(Long y)
public Long getY()
public void setY(Long y)
public WidgetLayout 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.