@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class PowerpackGroupWidgetLayout extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_HEIGHT |
static String |
JSON_PROPERTY_WIDTH |
static String |
JSON_PROPERTY_X |
static String |
JSON_PROPERTY_Y |
boolean |
unparsed |
| Constructor and Description |
|---|
PowerpackGroupWidgetLayout() |
PowerpackGroupWidgetLayout(Long height,
Long width,
Long x,
Long y) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Return true if this PowerpackGroupWidgetLayout 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.
|
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() |
PowerpackGroupWidgetLayout |
height(Long height) |
PowerpackGroupWidgetLayout |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setHeight(Long height) |
void |
setWidth(Long width) |
void |
setX(Long x) |
void |
setY(Long y) |
String |
toString() |
PowerpackGroupWidgetLayout |
width(Long width) |
PowerpackGroupWidgetLayout |
x(Long x) |
PowerpackGroupWidgetLayout |
y(Long y) |
public boolean unparsed
public static final String JSON_PROPERTY_HEIGHT
public static final String JSON_PROPERTY_WIDTH
public static final String JSON_PROPERTY_X
public static final String JSON_PROPERTY_Y
public PowerpackGroupWidgetLayout height(Long height)
public Long getHeight()
public void setHeight(Long height)
public PowerpackGroupWidgetLayout width(Long width)
public Long getWidth()
public void setWidth(Long width)
public PowerpackGroupWidgetLayout x(Long x)
public Long getX()
public void setX(Long x)
public PowerpackGroupWidgetLayout y(Long y)
public Long getY()
public void setY(Long y)
public PowerpackGroupWidgetLayout 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.