@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class WidgetCustomLink extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_IS_HIDDEN |
static String |
JSON_PROPERTY_LABEL |
static String |
JSON_PROPERTY_LINK |
static String |
JSON_PROPERTY_OVERRIDE_LABEL |
boolean |
unparsed |
| Constructor and Description |
|---|
WidgetCustomLink() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Return true if this WidgetCustomLink 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 |
getIsHidden()
The flag for toggling context menu link visibility.
|
String |
getLabel()
The label for the custom link URL.
|
String |
getLink()
The URL of the custom link.
|
String |
getOverrideLabel()
The label ID that refers to a context menu link.
|
int |
hashCode() |
WidgetCustomLink |
isHidden(Boolean isHidden) |
WidgetCustomLink |
label(String label) |
WidgetCustomLink |
link(String link) |
WidgetCustomLink |
overrideLabel(String overrideLabel) |
WidgetCustomLink |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setIsHidden(Boolean isHidden) |
void |
setLabel(String label) |
void |
setLink(String link) |
void |
setOverrideLabel(String overrideLabel) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_IS_HIDDEN
public static final String JSON_PROPERTY_LABEL
public static final String JSON_PROPERTY_LINK
public static final String JSON_PROPERTY_OVERRIDE_LABEL
public WidgetCustomLink isHidden(Boolean isHidden)
@Nullable public Boolean getIsHidden()
public void setIsHidden(Boolean isHidden)
public WidgetCustomLink label(String label)
@Nullable public String getLabel()
public void setLabel(String label)
public WidgetCustomLink link(String link)
@Nullable public String getLink()
http or https. A
relative URL must start with /.public void setLink(String link)
public WidgetCustomLink overrideLabel(String overrideLabel)
@Nullable public String getOverrideLabel()
logs, hosts,
traces, profiles, processes, containers, or
rum.public void setOverrideLabel(String overrideLabel)
public WidgetCustomLink 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.