@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class SyntheticsNetworkAssertionPacketLossPercentage extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_OPERATOR |
static String |
JSON_PROPERTY_TARGET |
static String |
JSON_PROPERTY_TYPE |
boolean |
unparsed |
| Constructor and Description |
|---|
SyntheticsNetworkAssertionPacketLossPercentage() |
SyntheticsNetworkAssertionPacketLossPercentage(SyntheticsNetworkAssertionOperator operator,
Double target,
SyntheticsNetworkAssertionPacketLossPercentageType type) |
public boolean unparsed
public static final String JSON_PROPERTY_OPERATOR
public static final String JSON_PROPERTY_TARGET
public static final String JSON_PROPERTY_TYPE
public SyntheticsNetworkAssertionPacketLossPercentage()
public SyntheticsNetworkAssertionPacketLossPercentage(SyntheticsNetworkAssertionOperator operator, Double target, SyntheticsNetworkAssertionPacketLossPercentageType type)
public SyntheticsNetworkAssertionPacketLossPercentage operator(SyntheticsNetworkAssertionOperator operator)
public SyntheticsNetworkAssertionOperator getOperator()
public void setOperator(SyntheticsNetworkAssertionOperator operator)
public SyntheticsNetworkAssertionPacketLossPercentage target(Double target)
public Double getTarget()
public void setTarget(Double target)
public SyntheticsNetworkAssertionPacketLossPercentage type(SyntheticsNetworkAssertionPacketLossPercentageType type)
public SyntheticsNetworkAssertionPacketLossPercentageType getType()
public void setType(SyntheticsNetworkAssertionPacketLossPercentageType type)
public SyntheticsNetworkAssertionPacketLossPercentage 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.