@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class PowerpackInnerWidgetLayout 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 |
|---|
PowerpackInnerWidgetLayout() |
PowerpackInnerWidgetLayout(Long height,
Long width,
Long x,
Long y) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Return true if this PowerpackInnerWidgetLayout 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() |
PowerpackInnerWidgetLayout |
height(Long height) |
PowerpackInnerWidgetLayout |
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() |
PowerpackInnerWidgetLayout |
width(Long width) |
PowerpackInnerWidgetLayout |
x(Long x) |
PowerpackInnerWidgetLayout |
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 PowerpackInnerWidgetLayout height(Long height)
public Long getHeight()
public void setHeight(Long height)
public PowerpackInnerWidgetLayout width(Long width)
public Long getWidth()
public void setWidth(Long width)
public PowerpackInnerWidgetLayout x(Long x)
public Long getX()
public void setX(Long x)
public PowerpackInnerWidgetLayout y(Long y)
public Long getY()
public void setY(Long y)
public PowerpackInnerWidgetLayout 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.