@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class StegadographyWidgetAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_LOCATIONX |
static String |
JSON_PROPERTY_LOCATIONY |
static String |
JSON_PROPERTY_RAW_DATA |
static String |
JSON_PROPERTY_WATERMARK |
boolean |
unparsed |
| Constructor and Description |
|---|
StegadographyWidgetAttributes() |
StegadographyWidgetAttributes(Long locationx,
Long locationy,
String rawData,
String watermark) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Return true if this StegadographyWidgetAttributes 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 |
getLocationx()
Horizontal pixel coordinate where the watermark was found in the image.
|
Long |
getLocationy()
Vertical pixel coordinate where the watermark was found in the image.
|
String |
getRawData()
JSON-encoded string representing the widget state.
|
String |
getWatermark()
Hex-encoded watermark string identifying the widget.
|
int |
hashCode() |
StegadographyWidgetAttributes |
locationx(Long locationx) |
StegadographyWidgetAttributes |
locationy(Long locationy) |
StegadographyWidgetAttributes |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
StegadographyWidgetAttributes |
rawData(String rawData) |
void |
setLocationx(Long locationx) |
void |
setLocationy(Long locationy) |
void |
setRawData(String rawData) |
void |
setWatermark(String watermark) |
String |
toString() |
StegadographyWidgetAttributes |
watermark(String watermark) |
public boolean unparsed
public static final String JSON_PROPERTY_LOCATIONX
public static final String JSON_PROPERTY_LOCATIONY
public static final String JSON_PROPERTY_RAW_DATA
public static final String JSON_PROPERTY_WATERMARK
public StegadographyWidgetAttributes locationx(Long locationx)
public Long getLocationx()
public void setLocationx(Long locationx)
public StegadographyWidgetAttributes locationy(Long locationy)
public Long getLocationy()
public void setLocationy(Long locationy)
public StegadographyWidgetAttributes rawData(String rawData)
public String getRawData()
public void setRawData(String rawData)
public StegadographyWidgetAttributes watermark(String watermark)
public String getWatermark()
public void setWatermark(String watermark)
public StegadographyWidgetAttributes 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.