@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class SyntheticsTestResultTab extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_FOCUSED |
static String |
JSON_PROPERTY_TITLE |
static String |
JSON_PROPERTY_URL |
boolean |
unparsed |
| Constructor and Description |
|---|
SyntheticsTestResultTab() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Return true if this SyntheticsTestResultTab object is equal to o.
|
SyntheticsTestResultTab |
focused(Boolean focused) |
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
Boolean |
getFocused()
Whether the tab was focused during the step.
|
String |
getTitle()
Title of the tab.
|
String |
getUrl()
URL loaded in the tab.
|
int |
hashCode() |
SyntheticsTestResultTab |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setFocused(Boolean focused) |
void |
setTitle(String title) |
void |
setUrl(String url) |
SyntheticsTestResultTab |
title(String title) |
String |
toString() |
SyntheticsTestResultTab |
url(String url) |
public boolean unparsed
public static final String JSON_PROPERTY_FOCUSED
public static final String JSON_PROPERTY_TITLE
public static final String JSON_PROPERTY_URL
public SyntheticsTestResultTab focused(Boolean focused)
@Nullable public Boolean getFocused()
public void setFocused(Boolean focused)
public SyntheticsTestResultTab title(String title)
@Nullable public String getTitle()
public void setTitle(String title)
public SyntheticsTestResultTab url(String url)
@Nullable public String getUrl()
public void setUrl(String url)
public SyntheticsTestResultTab 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.