@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class SyntheticsTestRequest extends Object
| Constructor and Description |
|---|
SyntheticsTestRequest() |
public boolean unparsed
public static final String JSON_PROPERTY_ALLOW_INSECURE
public static final String JSON_PROPERTY_BASIC_AUTH
public static final String JSON_PROPERTY_BODY
public static final String JSON_PROPERTY_BODY_TYPE
public static final String JSON_PROPERTY_CALL_TYPE
public static final String JSON_PROPERTY_CERTIFICATE
public static final String JSON_PROPERTY_CERTIFICATE_DOMAINS
public static final String JSON_PROPERTY_CHECK_CERTIFICATE_REVOCATION
public static final String JSON_PROPERTY_COMPRESSED_JSON_DESCRIPTOR
public static final String JSON_PROPERTY_COMPRESSED_PROTO_FILE
public static final String JSON_PROPERTY_DISABLE_AIA_INTERMEDIATE_FETCHING
public static final String JSON_PROPERTY_DNS_SERVER
public static final String JSON_PROPERTY_DNS_SERVER_PORT
public static final String JSON_PROPERTY_FILES
public static final String JSON_PROPERTY_FOLLOW_REDIRECTS
public static final String JSON_PROPERTY_FORM
public static final String JSON_PROPERTY_HEADERS
public static final String JSON_PROPERTY_HOST
public static final String JSON_PROPERTY_HTTP_VERSION
public static final String JSON_PROPERTY_IS_MESSAGE_BASE64_ENCODED
public static final String JSON_PROPERTY_MCP_PROTOCOL_VERSION
public static final String JSON_PROPERTY_MESSAGE
public static final String JSON_PROPERTY_METADATA
public static final String JSON_PROPERTY_METHOD
public static final String JSON_PROPERTY_NO_SAVING_RESPONSE_BODY
public static final String JSON_PROPERTY_NUMBER_OF_PACKETS
public static final String JSON_PROPERTY_PERSIST_COOKIES
public static final String JSON_PROPERTY_PORT
public static final String JSON_PROPERTY_PROXY
public static final String JSON_PROPERTY_QUERY
public static final String JSON_PROPERTY_SERVERNAME
public static final String JSON_PROPERTY_SERVICE
public static final String JSON_PROPERTY_SHOULD_TRACK_HOPS
public static final String JSON_PROPERTY_TIMEOUT
public static final String JSON_PROPERTY_TOOL_ARGS
public static final String JSON_PROPERTY_TOOL_NAME
public static final String JSON_PROPERTY_URL
public SyntheticsTestRequest allowInsecure(Boolean allowInsecure)
@Nullable public Boolean getAllowInsecure()
public void setAllowInsecure(Boolean allowInsecure)
public SyntheticsTestRequest basicAuth(SyntheticsBasicAuth basicAuth)
@Nullable public SyntheticsBasicAuth getBasicAuth()
public void setBasicAuth(SyntheticsBasicAuth basicAuth)
public SyntheticsTestRequest body(String body)
@Nullable public String getBody()
public void setBody(String body)
public SyntheticsTestRequest bodyType(SyntheticsTestRequestBodyType bodyType)
@Nullable public SyntheticsTestRequestBodyType getBodyType()
public void setBodyType(SyntheticsTestRequestBodyType bodyType)
public SyntheticsTestRequest callType(SyntheticsTestCallType callType)
@Nullable public SyntheticsTestCallType getCallType()
healthcheck, unary)
and MCP steps (init, tool_list, tool_call). Valid values
depend on the parent step's subtype.public void setCallType(SyntheticsTestCallType callType)
public SyntheticsTestRequest certificate(SyntheticsTestRequestCertificate certificate)
@Nullable public SyntheticsTestRequestCertificate getCertificate()
public void setCertificate(SyntheticsTestRequestCertificate certificate)
public SyntheticsTestRequest certificateDomains(List<String> certificateDomains)
public SyntheticsTestRequest addCertificateDomainsItem(String certificateDomainsItem)
@Nullable public List<String> getCertificateDomains()
certificateDomains.public SyntheticsTestRequest checkCertificateRevocation(Boolean checkCertificateRevocation)
@Nullable public Boolean getCheckCertificateRevocation()
public void setCheckCertificateRevocation(Boolean checkCertificateRevocation)
public SyntheticsTestRequest compressedJsonDescriptor(String compressedJsonDescriptor)
@Nullable public String getCompressedJsonDescriptor()
public void setCompressedJsonDescriptor(String compressedJsonDescriptor)
public SyntheticsTestRequest compressedProtoFile(String compressedProtoFile)
@Nullable public String getCompressedProtoFile()
public void setCompressedProtoFile(String compressedProtoFile)
public SyntheticsTestRequest disableAiaIntermediateFetching(Boolean disableAiaIntermediateFetching)
@Nullable public Boolean getDisableAiaIntermediateFetching()
public void setDisableAiaIntermediateFetching(Boolean disableAiaIntermediateFetching)
public SyntheticsTestRequest dnsServer(String dnsServer)
@Nullable public String getDnsServer()
public void setDnsServer(String dnsServer)
public SyntheticsTestRequest dnsServerPort(SyntheticsTestRequestDNSServerPort dnsServerPort)
@Nullable public SyntheticsTestRequestDNSServerPort getDnsServerPort()
public void setDnsServerPort(SyntheticsTestRequestDNSServerPort dnsServerPort)
public SyntheticsTestRequest files(List<SyntheticsTestRequestBodyFile> files)
public SyntheticsTestRequest addFilesItem(SyntheticsTestRequestBodyFile filesItem)
@Nullable public List<SyntheticsTestRequestBodyFile> getFiles()
bodyType is
multipart/form-data.public void setFiles(List<SyntheticsTestRequestBodyFile> files)
public SyntheticsTestRequest followRedirects(Boolean followRedirects)
@Nullable public Boolean getFollowRedirects()
public void setFollowRedirects(Boolean followRedirects)
public SyntheticsTestRequest form(Map<String,String> form)
public SyntheticsTestRequest putFormItem(String key, String formItem)
@Nullable public Map<String,String> getForm()
bodyType is
multipart/form-data.public SyntheticsTestRequest headers(Map<String,String> headers)
public SyntheticsTestRequest putHeadersItem(String key, String headersItem)
@Nullable public Map<String,String> getHeaders()
public SyntheticsTestRequest host(String host)
@Nullable public String getHost()
public void setHost(String host)
public SyntheticsTestRequest httpVersion(SyntheticsTestOptionsHTTPVersion httpVersion)
@Nullable public SyntheticsTestOptionsHTTPVersion getHttpVersion()
public void setHttpVersion(SyntheticsTestOptionsHTTPVersion httpVersion)
public SyntheticsTestRequest isMessageBase64Encoded(Boolean isMessageBase64Encoded)
@Nullable public Boolean getIsMessageBase64Encoded()
public void setIsMessageBase64Encoded(Boolean isMessageBase64Encoded)
public SyntheticsTestRequest mcpProtocolVersion(SyntheticsMCPProtocolVersion mcpProtocolVersion)
@Nullable public SyntheticsMCPProtocolVersion getMcpProtocolVersion()
public void setMcpProtocolVersion(SyntheticsMCPProtocolVersion mcpProtocolVersion)
public SyntheticsTestRequest message(String message)
@Nullable public String getMessage()
public void setMessage(String message)
public SyntheticsTestRequest metadata(Map<String,String> metadata)
public SyntheticsTestRequest putMetadataItem(String key, String metadataItem)
@Nullable public Map<String,String> getMetadata()
public SyntheticsTestRequest method(String method)
@Nullable public String getMethod()
service field. Required if subtype is HTTP or if subtype
is grpc and callType is unary.public void setMethod(String method)
public SyntheticsTestRequest noSavingResponseBody(Boolean noSavingResponseBody)
@Nullable public Boolean getNoSavingResponseBody()
public void setNoSavingResponseBody(Boolean noSavingResponseBody)
public SyntheticsTestRequest numberOfPackets(Integer numberOfPackets)
@Nullable public Integer getNumberOfPackets()
public void setNumberOfPackets(Integer numberOfPackets)
public SyntheticsTestRequest persistCookies(Boolean persistCookies)
@Nullable public Boolean getPersistCookies()
public void setPersistCookies(Boolean persistCookies)
public SyntheticsTestRequest port(SyntheticsTestRequestPort port)
@Nullable public SyntheticsTestRequestPort getPort()
public void setPort(SyntheticsTestRequestPort port)
public SyntheticsTestRequest proxy(SyntheticsTestRequestProxy proxy)
@Nullable public SyntheticsTestRequestProxy getProxy()
public void setProxy(SyntheticsTestRequestProxy proxy)
public SyntheticsTestRequest query(Object query)
@Nullable public Object getQuery()
public void setQuery(Object query)
public SyntheticsTestRequest servername(String servername)
@Nullable public String getServername()
public void setServername(String servername)
public SyntheticsTestRequest service(String service)
@Nullable public String getService()
public void setService(String service)
public SyntheticsTestRequest shouldTrackHops(Boolean shouldTrackHops)
@Nullable public Boolean getShouldTrackHops()
public void setShouldTrackHops(Boolean shouldTrackHops)
public SyntheticsTestRequest timeout(Double timeout)
@Nullable public Double getTimeout()
public void setTimeout(Double timeout)
public SyntheticsTestRequest toolArgs(Map<String,Object> toolArgs)
public SyntheticsTestRequest putToolArgsItem(String key, Object toolArgsItem)
@Nullable public Map<String,Object> getToolArgs()
callType is tool_call.public SyntheticsTestRequest toolName(String toolName)
@Nullable public String getToolName()
callType is tool_call
.public void setToolName(String toolName)
public SyntheticsTestRequest url(String url)
@Nullable public String getUrl()
public void setUrl(String url)
public SyntheticsTestRequest 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.