@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class SyntheticsBasicAuthNTLM extends Object
NTLM authentication when performing the test.| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_DOMAIN |
static String |
JSON_PROPERTY_PASSWORD |
static String |
JSON_PROPERTY_TYPE |
static String |
JSON_PROPERTY_USERNAME |
static String |
JSON_PROPERTY_WORKSTATION |
boolean |
unparsed |
| Constructor and Description |
|---|
SyntheticsBasicAuthNTLM() |
SyntheticsBasicAuthNTLM(SyntheticsBasicAuthNTLMType type) |
| Modifier and Type | Method and Description |
|---|---|
SyntheticsBasicAuthNTLM |
domain(String domain) |
boolean |
equals(Object o)
Return true if this SyntheticsBasicAuthNTLM 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.
|
String |
getDomain()
Domain for the authentication to use when performing the test.
|
String |
getPassword()
Password for the authentication to use when performing the test.
|
SyntheticsBasicAuthNTLMType |
getType()
The type of authentication to use when performing the test.
|
String |
getUsername()
Username for the authentication to use when performing the test.
|
String |
getWorkstation()
Workstation for the authentication to use when performing the test.
|
int |
hashCode() |
SyntheticsBasicAuthNTLM |
password(String password) |
SyntheticsBasicAuthNTLM |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setDomain(String domain) |
void |
setPassword(String password) |
void |
setType(SyntheticsBasicAuthNTLMType type) |
void |
setUsername(String username) |
void |
setWorkstation(String workstation) |
String |
toString() |
SyntheticsBasicAuthNTLM |
type(SyntheticsBasicAuthNTLMType type) |
SyntheticsBasicAuthNTLM |
username(String username) |
SyntheticsBasicAuthNTLM |
workstation(String workstation) |
public boolean unparsed
public static final String JSON_PROPERTY_DOMAIN
public static final String JSON_PROPERTY_PASSWORD
public static final String JSON_PROPERTY_TYPE
public static final String JSON_PROPERTY_USERNAME
public static final String JSON_PROPERTY_WORKSTATION
public SyntheticsBasicAuthNTLM()
public SyntheticsBasicAuthNTLM(SyntheticsBasicAuthNTLMType type)
public SyntheticsBasicAuthNTLM domain(String domain)
@Nullable public String getDomain()
public void setDomain(String domain)
public SyntheticsBasicAuthNTLM password(String password)
@Nullable public String getPassword()
public void setPassword(String password)
public SyntheticsBasicAuthNTLM type(SyntheticsBasicAuthNTLMType type)
public SyntheticsBasicAuthNTLMType getType()
public void setType(SyntheticsBasicAuthNTLMType type)
public SyntheticsBasicAuthNTLM username(String username)
@Nullable public String getUsername()
public void setUsername(String username)
public SyntheticsBasicAuthNTLM workstation(String workstation)
@Nullable public String getWorkstation()
public void setWorkstation(String workstation)
public SyntheticsBasicAuthNTLM 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.