@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class SyntheticsTestResultRequestInfo extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_ALLOW_INSECURE |
static String |
JSON_PROPERTY_BODY |
static String |
JSON_PROPERTY_CALL_TYPE |
static String |
JSON_PROPERTY_DESTINATION_SERVICE |
static String |
JSON_PROPERTY_DNS_SERVER |
static String |
JSON_PROPERTY_DNS_SERVER_PORT |
static String |
JSON_PROPERTY_E2E_QUERIES |
static String |
JSON_PROPERTY_FILES |
static String |
JSON_PROPERTY_HEADERS |
static String |
JSON_PROPERTY_HOST |
static String |
JSON_PROPERTY_MAX_TTL |
static String |
JSON_PROPERTY_MESSAGE |
static String |
JSON_PROPERTY_METHOD |
static String |
JSON_PROPERTY_NO_SAVING_RESPONSE_BODY |
static String |
JSON_PROPERTY_PORT |
static String |
JSON_PROPERTY_SERVICE |
static String |
JSON_PROPERTY_SOURCE_SERVICE |
static String |
JSON_PROPERTY_TIMEOUT |
static String |
JSON_PROPERTY_TOOL_NAME |
static String |
JSON_PROPERTY_TRACEROUTE_QUERIES |
static String |
JSON_PROPERTY_URL |
boolean |
unparsed |
| Constructor and Description |
|---|
SyntheticsTestResultRequestInfo() |
public boolean unparsed
public static final String JSON_PROPERTY_ALLOW_INSECURE
public static final String JSON_PROPERTY_BODY
public static final String JSON_PROPERTY_CALL_TYPE
public static final String JSON_PROPERTY_DESTINATION_SERVICE
public static final String JSON_PROPERTY_DNS_SERVER
public static final String JSON_PROPERTY_DNS_SERVER_PORT
public static final String JSON_PROPERTY_E2E_QUERIES
public static final String JSON_PROPERTY_FILES
public static final String JSON_PROPERTY_HEADERS
public static final String JSON_PROPERTY_HOST
public static final String JSON_PROPERTY_MAX_TTL
public static final String JSON_PROPERTY_MESSAGE
public static final String JSON_PROPERTY_METHOD
public static final String JSON_PROPERTY_NO_SAVING_RESPONSE_BODY
public static final String JSON_PROPERTY_PORT
public static final String JSON_PROPERTY_SERVICE
public static final String JSON_PROPERTY_SOURCE_SERVICE
public static final String JSON_PROPERTY_TIMEOUT
public static final String JSON_PROPERTY_TOOL_NAME
public static final String JSON_PROPERTY_TRACEROUTE_QUERIES
public static final String JSON_PROPERTY_URL
public SyntheticsTestResultRequestInfo allowInsecure(Boolean allowInsecure)
@Nullable public Boolean getAllowInsecure()
public void setAllowInsecure(Boolean allowInsecure)
public SyntheticsTestResultRequestInfo body(String body)
@Nullable public String getBody()
public void setBody(String body)
public SyntheticsTestResultRequestInfo callType(String callType)
@Nullable public String getCallType()
unary, healthCheck, or reflection
).public void setCallType(String callType)
public SyntheticsTestResultRequestInfo destinationService(String destinationService)
@Nullable public String getDestinationService()
public void setDestinationService(String destinationService)
public SyntheticsTestResultRequestInfo dnsServer(String dnsServer)
@Nullable public String getDnsServer()
public void setDnsServer(String dnsServer)
public SyntheticsTestResultRequestInfo dnsServerPort(Long dnsServerPort)
@Nullable public Long getDnsServerPort()
public void setDnsServerPort(Long dnsServerPort)
public SyntheticsTestResultRequestInfo e2eQueries(Long e2eQueries)
@Nullable public Long getE2eQueries()
public void setE2eQueries(Long e2eQueries)
public SyntheticsTestResultRequestInfo files(List<SyntheticsTestResultFileRef> files)
public SyntheticsTestResultRequestInfo addFilesItem(SyntheticsTestResultFileRef filesItem)
@Nullable public List<SyntheticsTestResultFileRef> getFiles()
public void setFiles(List<SyntheticsTestResultFileRef> files)
public SyntheticsTestResultRequestInfo headers(Map<String,Object> headers)
public SyntheticsTestResultRequestInfo putHeadersItem(String key, Object headersItem)
@Nullable public Map<String,Object> getHeaders()
public SyntheticsTestResultRequestInfo host(String host)
@Nullable public String getHost()
public void setHost(String host)
public SyntheticsTestResultRequestInfo maxTtl(Long maxTtl)
@Nullable public Long getMaxTtl()
public void setMaxTtl(Long maxTtl)
public SyntheticsTestResultRequestInfo message(String message)
@Nullable public String getMessage()
public void setMessage(String message)
public SyntheticsTestResultRequestInfo method(String method)
@Nullable public String getMethod()
public void setMethod(String method)
public SyntheticsTestResultRequestInfo noSavingResponseBody(Boolean noSavingResponseBody)
@Nullable public Boolean getNoSavingResponseBody()
public void setNoSavingResponseBody(Boolean noSavingResponseBody)
public SyntheticsTestResultRequestInfo port(Object port)
@Nullable public Object getPort()
public void setPort(Object port)
public SyntheticsTestResultRequestInfo service(String service)
@Nullable public String getService()
public void setService(String service)
public SyntheticsTestResultRequestInfo sourceService(String sourceService)
@Nullable public String getSourceService()
public void setSourceService(String sourceService)
public SyntheticsTestResultRequestInfo timeout(Long timeout)
@Nullable public Long getTimeout()
public void setTimeout(Long timeout)
public SyntheticsTestResultRequestInfo toolName(String toolName)
@Nullable public String getToolName()
public void setToolName(String toolName)
public SyntheticsTestResultRequestInfo tracerouteQueries(Long tracerouteQueries)
@Nullable public Long getTracerouteQueries()
public void setTracerouteQueries(Long tracerouteQueries)
public SyntheticsTestResultRequestInfo url(String url)
@Nullable public String getUrl()
public void setUrl(String url)
public SyntheticsTestResultRequestInfo 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.