@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.
|
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) |
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 boolean equals(Object o)
Copyright © 2023. All rights reserved.