@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class IntegrationServiceNowSyncConfigPriority extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_IMPACT_MAPPING |
static String |
JSON_PROPERTY_SYNC_TYPE |
static String |
JSON_PROPERTY_URGENCY_MAPPING |
boolean |
unparsed |
| Constructor and Description |
|---|
IntegrationServiceNowSyncConfigPriority() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Return true if this IntegrationServiceNowSyncConfigPriority 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.
|
Map<String,String> |
getImpactMapping()
Mapping of case priority values to ServiceNow impact values.
|
String |
getSyncType()
The type of synchronization to apply for priority.
|
Map<String,String> |
getUrgencyMapping()
Mapping of case priority values to ServiceNow urgency values.
|
int |
hashCode() |
IntegrationServiceNowSyncConfigPriority |
impactMapping(Map<String,String> impactMapping) |
IntegrationServiceNowSyncConfigPriority |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
IntegrationServiceNowSyncConfigPriority |
putImpactMappingItem(String key,
String impactMappingItem) |
IntegrationServiceNowSyncConfigPriority |
putUrgencyMappingItem(String key,
String urgencyMappingItem) |
void |
setImpactMapping(Map<String,String> impactMapping) |
void |
setSyncType(String syncType) |
void |
setUrgencyMapping(Map<String,String> urgencyMapping) |
IntegrationServiceNowSyncConfigPriority |
syncType(String syncType) |
String |
toString() |
IntegrationServiceNowSyncConfigPriority |
urgencyMapping(Map<String,String> urgencyMapping) |
public boolean unparsed
public static final String JSON_PROPERTY_IMPACT_MAPPING
public static final String JSON_PROPERTY_SYNC_TYPE
public static final String JSON_PROPERTY_URGENCY_MAPPING
public IntegrationServiceNowSyncConfigPriority()
public IntegrationServiceNowSyncConfigPriority impactMapping(Map<String,String> impactMapping)
public IntegrationServiceNowSyncConfigPriority putImpactMappingItem(String key, String impactMappingItem)
@Nullable public Map<String,String> getImpactMapping()
public IntegrationServiceNowSyncConfigPriority syncType(String syncType)
@Nullable public String getSyncType()
public void setSyncType(String syncType)
public IntegrationServiceNowSyncConfigPriority urgencyMapping(Map<String,String> urgencyMapping)
public IntegrationServiceNowSyncConfigPriority putUrgencyMappingItem(String key, String urgencyMappingItem)
@Nullable public Map<String,String> getUrgencyMapping()
public IntegrationServiceNowSyncConfigPriority 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.