@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class TwilioIntegrationAccountSettingsResponse extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_ACCOUNT_SID |
static String |
JSON_PROPERTY_CENSOR_LOGS |
boolean |
unparsed |
| Constructor and Description |
|---|
TwilioIntegrationAccountSettingsResponse() |
TwilioIntegrationAccountSettingsResponse(String accountSid) |
| Modifier and Type | Method and Description |
|---|---|
TwilioIntegrationAccountSettingsResponse |
accountSid(String accountSid) |
TwilioIntegrationAccountSettingsResponse |
censorLogs(Boolean censorLogs) |
boolean |
equals(Object o)
Return true if this TwilioIntegrationAccountSettingsResponse object is equal to o.
|
String |
getAccountSid()
Twilio Account SID that uniquely identifies your Twilio account.
|
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
Boolean |
getCensorLogs()
When enabled, Twilio phone numbers in the
to field and SMS message bodies are
censored for privacy. |
int |
hashCode() |
TwilioIntegrationAccountSettingsResponse |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setAccountSid(String accountSid) |
void |
setCensorLogs(Boolean censorLogs) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_ACCOUNT_SID
public static final String JSON_PROPERTY_CENSOR_LOGS
public TwilioIntegrationAccountSettingsResponse()
public TwilioIntegrationAccountSettingsResponse(String accountSid)
public TwilioIntegrationAccountSettingsResponse accountSid(String accountSid)
public String getAccountSid()
public void setAccountSid(String accountSid)
public TwilioIntegrationAccountSettingsResponse censorLogs(Boolean censorLogs)
@Nullable public Boolean getCensorLogs()
to field and SMS message bodies are
censored for privacy.public void setCensorLogs(Boolean censorLogs)
public TwilioIntegrationAccountSettingsResponse 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.