@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class ServiceNowBasicAuth extends Object
ServiceNowBasicAuth object.| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_INSTANCE |
static String |
JSON_PROPERTY_PASSWORD |
static String |
JSON_PROPERTY_TYPE |
static String |
JSON_PROPERTY_USERNAME |
boolean |
unparsed |
| Constructor and Description |
|---|
ServiceNowBasicAuth() |
ServiceNowBasicAuth(String instance,
String password,
ServiceNowBasicAuthType type,
String username) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Return true if this ServiceNowBasicAuth 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 |
getInstance()
The
ServiceNowBasicAuth instance. |
String |
getPassword()
The
ServiceNowBasicAuth password. |
ServiceNowBasicAuthType |
getType()
The definition of the
ServiceNowBasicAuth object. |
String |
getUsername()
The
ServiceNowBasicAuth username. |
int |
hashCode() |
ServiceNowBasicAuth |
instance(String instance) |
ServiceNowBasicAuth |
password(String password) |
ServiceNowBasicAuth |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setInstance(String instance) |
void |
setPassword(String password) |
void |
setType(ServiceNowBasicAuthType type) |
void |
setUsername(String username) |
String |
toString() |
ServiceNowBasicAuth |
type(ServiceNowBasicAuthType type) |
ServiceNowBasicAuth |
username(String username) |
public boolean unparsed
public static final String JSON_PROPERTY_INSTANCE
public static final String JSON_PROPERTY_PASSWORD
public static final String JSON_PROPERTY_TYPE
public static final String JSON_PROPERTY_USERNAME
public ServiceNowBasicAuth()
public ServiceNowBasicAuth(String instance, String password, ServiceNowBasicAuthType type, String username)
public ServiceNowBasicAuth instance(String instance)
public String getInstance()
ServiceNowBasicAuth instance.public void setInstance(String instance)
public ServiceNowBasicAuth password(String password)
public String getPassword()
ServiceNowBasicAuth password.public void setPassword(String password)
public ServiceNowBasicAuth type(ServiceNowBasicAuthType type)
public ServiceNowBasicAuthType getType()
ServiceNowBasicAuth object.public void setType(ServiceNowBasicAuthType type)
public ServiceNowBasicAuth username(String username)
public String getUsername()
ServiceNowBasicAuth username.public void setUsername(String username)
public ServiceNowBasicAuth 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 © 2025. All rights reserved.