@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class SalesforceIncidentsOrganizationResponseAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_INSTANCE_URL |
static String |
JSON_PROPERTY_NAME |
static String |
JSON_PROPERTY_SFDC_ORG_ID |
static String |
JSON_PROPERTY_SFDC_ORG_TYPE |
boolean |
unparsed |
| Constructor and Description |
|---|
SalesforceIncidentsOrganizationResponseAttributes() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Return true if this SalesforceIncidentsOrganizationResponseAttributes 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 |
getInstanceUrl()
The Salesforce instance URL used to call this organization's APIs.
|
String |
getName()
Human-readable name of the Salesforce organization.
|
String |
getSfdcOrgId()
The Salesforce organization identifier (15- or 18-character Salesforce org ID).
|
String |
getSfdcOrgType()
The Salesforce organization type (for example,
Production or Sandbox
). |
int |
hashCode() |
SalesforceIncidentsOrganizationResponseAttributes |
instanceUrl(String instanceUrl) |
SalesforceIncidentsOrganizationResponseAttributes |
name(String name) |
SalesforceIncidentsOrganizationResponseAttributes |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setInstanceUrl(String instanceUrl) |
void |
setName(String name) |
void |
setSfdcOrgId(String sfdcOrgId) |
void |
setSfdcOrgType(String sfdcOrgType) |
SalesforceIncidentsOrganizationResponseAttributes |
sfdcOrgId(String sfdcOrgId) |
SalesforceIncidentsOrganizationResponseAttributes |
sfdcOrgType(String sfdcOrgType) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_INSTANCE_URL
public static final String JSON_PROPERTY_NAME
public static final String JSON_PROPERTY_SFDC_ORG_ID
public static final String JSON_PROPERTY_SFDC_ORG_TYPE
public SalesforceIncidentsOrganizationResponseAttributes()
public SalesforceIncidentsOrganizationResponseAttributes instanceUrl(String instanceUrl)
@Nullable public String getInstanceUrl()
public void setInstanceUrl(String instanceUrl)
public SalesforceIncidentsOrganizationResponseAttributes name(String name)
@Nullable public String getName()
public void setName(String name)
public SalesforceIncidentsOrganizationResponseAttributes sfdcOrgId(String sfdcOrgId)
@Nullable public String getSfdcOrgId()
public void setSfdcOrgId(String sfdcOrgId)
public SalesforceIncidentsOrganizationResponseAttributes sfdcOrgType(String sfdcOrgType)
@Nullable public String getSfdcOrgType()
Production or Sandbox
).public void setSfdcOrgType(String sfdcOrgType)
public SalesforceIncidentsOrganizationResponseAttributes 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.