@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class ServiceNowBasicAuthUpdate 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 |
|---|
ServiceNowBasicAuthUpdate() |
ServiceNowBasicAuthUpdate(ServiceNowBasicAuthType type) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Return true if this ServiceNowBasicAuthUpdate 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
ServiceNowBasicAuthUpdate instance. |
String |
getPassword()
The
ServiceNowBasicAuthUpdate password. |
ServiceNowBasicAuthType |
getType()
The definition of the
ServiceNowBasicAuth object. |
String |
getUsername()
The
ServiceNowBasicAuthUpdate username. |
int |
hashCode() |
ServiceNowBasicAuthUpdate |
instance(String instance) |
ServiceNowBasicAuthUpdate |
password(String password) |
ServiceNowBasicAuthUpdate |
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() |
ServiceNowBasicAuthUpdate |
type(ServiceNowBasicAuthType type) |
ServiceNowBasicAuthUpdate |
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 ServiceNowBasicAuthUpdate()
public ServiceNowBasicAuthUpdate(ServiceNowBasicAuthType type)
public ServiceNowBasicAuthUpdate instance(String instance)
@Nullable public String getInstance()
ServiceNowBasicAuthUpdate instance.public void setInstance(String instance)
public ServiceNowBasicAuthUpdate password(String password)
@Nullable public String getPassword()
ServiceNowBasicAuthUpdate password.public void setPassword(String password)
public ServiceNowBasicAuthUpdate type(ServiceNowBasicAuthType type)
public ServiceNowBasicAuthType getType()
ServiceNowBasicAuth object.public void setType(ServiceNowBasicAuthType type)
public ServiceNowBasicAuthUpdate username(String username)
@Nullable public String getUsername()
ServiceNowBasicAuthUpdate username.public void setUsername(String username)
public ServiceNowBasicAuthUpdate 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.