@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class ServiceNowBusinessServiceAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_INSTANCE_ID |
static String |
JSON_PROPERTY_SERVICE_NAME |
static String |
JSON_PROPERTY_SERVICE_SYS_ID |
boolean |
unparsed |
| Constructor and Description |
|---|
ServiceNowBusinessServiceAttributes() |
ServiceNowBusinessServiceAttributes(UUID instanceId,
String serviceName,
String serviceSysId) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Return true if this ServiceNowBusinessServiceAttributes 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.
|
UUID |
getInstanceId()
The ID of the ServiceNow instance
|
String |
getServiceName()
The name of the business service
|
String |
getServiceSysId()
The system ID of the business service in ServiceNow
|
int |
hashCode() |
ServiceNowBusinessServiceAttributes |
instanceId(UUID instanceId) |
ServiceNowBusinessServiceAttributes |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
ServiceNowBusinessServiceAttributes |
serviceName(String serviceName) |
ServiceNowBusinessServiceAttributes |
serviceSysId(String serviceSysId) |
void |
setInstanceId(UUID instanceId) |
void |
setServiceName(String serviceName) |
void |
setServiceSysId(String serviceSysId) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_INSTANCE_ID
public static final String JSON_PROPERTY_SERVICE_NAME
public static final String JSON_PROPERTY_SERVICE_SYS_ID
public ServiceNowBusinessServiceAttributes instanceId(UUID instanceId)
public UUID getInstanceId()
public void setInstanceId(UUID instanceId)
public ServiceNowBusinessServiceAttributes serviceName(String serviceName)
public String getServiceName()
public void setServiceName(String serviceName)
public ServiceNowBusinessServiceAttributes serviceSysId(String serviceSysId)
public String getServiceSysId()
public void setServiceSysId(String serviceSysId)
public ServiceNowBusinessServiceAttributes 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.