@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class UrlParamUpdate extends Object
UrlParamUpdate object.| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_DELETED |
static String |
JSON_PROPERTY_NAME |
static String |
JSON_PROPERTY_VALUE |
boolean |
unparsed |
| Constructor and Description |
|---|
UrlParamUpdate() |
UrlParamUpdate(String name) |
| Modifier and Type | Method and Description |
|---|---|
UrlParamUpdate |
deleted(Boolean deleted) |
boolean |
equals(Object o)
Return true if this UrlParamUpdate 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.
|
Boolean |
getDeleted()
Should the header be deleted.
|
String |
getName()
Name for tokens.
|
String |
getValue()
The
UrlParamUpdate value. |
int |
hashCode() |
UrlParamUpdate |
name(String name) |
UrlParamUpdate |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setDeleted(Boolean deleted) |
void |
setName(String name) |
void |
setValue(String value) |
String |
toString() |
UrlParamUpdate |
value(String value) |
public boolean unparsed
public static final String JSON_PROPERTY_DELETED
public static final String JSON_PROPERTY_NAME
public static final String JSON_PROPERTY_VALUE
public UrlParamUpdate()
public UrlParamUpdate(String name)
public UrlParamUpdate deleted(Boolean deleted)
@Nullable public Boolean getDeleted()
public void setDeleted(Boolean deleted)
public UrlParamUpdate name(String name)
public String getName()
public void setName(String name)
public UrlParamUpdate value(String value)
@Nullable public String getValue()
UrlParamUpdate value.public void setValue(String value)
public UrlParamUpdate 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.