@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class SecurityMonitoringRuleQueryPayload extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_EXPECTED_RESULT |
static String |
JSON_PROPERTY_INDEX |
static String |
JSON_PROPERTY_PAYLOAD |
boolean |
unparsed |
| Constructor and Description |
|---|
SecurityMonitoringRuleQueryPayload() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Return true if this SecurityMonitoringRuleQueryPayload object is equal to o.
|
SecurityMonitoringRuleQueryPayload |
expectedResult(Boolean expectedResult) |
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
Boolean |
getExpectedResult()
Expected result of the test.
|
Long |
getIndex()
Index of the query under test.
|
SecurityMonitoringRuleQueryPayloadData |
getPayload()
Payload used to test the rule query.
|
int |
hashCode() |
SecurityMonitoringRuleQueryPayload |
index(Long index) |
SecurityMonitoringRuleQueryPayload |
payload(SecurityMonitoringRuleQueryPayloadData payload) |
SecurityMonitoringRuleQueryPayload |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setExpectedResult(Boolean expectedResult) |
void |
setIndex(Long index) |
void |
setPayload(SecurityMonitoringRuleQueryPayloadData payload) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_EXPECTED_RESULT
public static final String JSON_PROPERTY_INDEX
public static final String JSON_PROPERTY_PAYLOAD
public SecurityMonitoringRuleQueryPayload expectedResult(Boolean expectedResult)
@Nullable public Boolean getExpectedResult()
public void setExpectedResult(Boolean expectedResult)
public SecurityMonitoringRuleQueryPayload index(Long index)
@Nullable public Long getIndex()
public void setIndex(Long index)
public SecurityMonitoringRuleQueryPayload payload(SecurityMonitoringRuleQueryPayloadData payload)
@Nullable public SecurityMonitoringRuleQueryPayloadData getPayload()
public void setPayload(SecurityMonitoringRuleQueryPayloadData payload)
public SecurityMonitoringRuleQueryPayload 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 © 2024. All rights reserved.