@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class CustomDestinationResponseForwardDestinationMicrosoftSentinel extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_CLIENT_ID |
static String |
JSON_PROPERTY_DATA_COLLECTION_ENDPOINT |
static String |
JSON_PROPERTY_DATA_COLLECTION_RULE_ID |
static String |
JSON_PROPERTY_STREAM_NAME |
static String |
JSON_PROPERTY_TENANT_ID |
static String |
JSON_PROPERTY_TYPE |
boolean |
unparsed |
| Constructor and Description |
|---|
CustomDestinationResponseForwardDestinationMicrosoftSentinel() |
CustomDestinationResponseForwardDestinationMicrosoftSentinel(String clientId,
String dataCollectionEndpoint,
String dataCollectionRuleId,
String streamName,
String tenantId,
CustomDestinationResponseForwardDestinationMicrosoftSentinelType type) |
public boolean unparsed
public static final String JSON_PROPERTY_CLIENT_ID
public static final String JSON_PROPERTY_DATA_COLLECTION_ENDPOINT
public static final String JSON_PROPERTY_DATA_COLLECTION_RULE_ID
public static final String JSON_PROPERTY_STREAM_NAME
public static final String JSON_PROPERTY_TENANT_ID
public static final String JSON_PROPERTY_TYPE
public CustomDestinationResponseForwardDestinationMicrosoftSentinel()
public CustomDestinationResponseForwardDestinationMicrosoftSentinel(String clientId, String dataCollectionEndpoint, String dataCollectionRuleId, String streamName, String tenantId, CustomDestinationResponseForwardDestinationMicrosoftSentinelType type)
public CustomDestinationResponseForwardDestinationMicrosoftSentinel clientId(String clientId)
public String getClientId()
public void setClientId(String clientId)
public CustomDestinationResponseForwardDestinationMicrosoftSentinel dataCollectionEndpoint(String dataCollectionEndpoint)
public String getDataCollectionEndpoint()
public void setDataCollectionEndpoint(String dataCollectionEndpoint)
public CustomDestinationResponseForwardDestinationMicrosoftSentinel dataCollectionRuleId(String dataCollectionRuleId)
public String getDataCollectionRuleId()
public void setDataCollectionRuleId(String dataCollectionRuleId)
public CustomDestinationResponseForwardDestinationMicrosoftSentinel streamName(String streamName)
public String getStreamName()
public void setStreamName(String streamName)
public CustomDestinationResponseForwardDestinationMicrosoftSentinel tenantId(String tenantId)
public String getTenantId()
public void setTenantId(String tenantId)
public CustomDestinationResponseForwardDestinationMicrosoftSentinel type(CustomDestinationResponseForwardDestinationMicrosoftSentinelType type)
public CustomDestinationResponseForwardDestinationMicrosoftSentinelType getType()
public void setType(CustomDestinationResponseForwardDestinationMicrosoftSentinelType type)
public CustomDestinationResponseForwardDestinationMicrosoftSentinel 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.