@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class OnDemandConcurrencyCapAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_ON_DEMAND_CONCURRENCY_CAP |
boolean |
unparsed |
| Constructor and Description |
|---|
OnDemandConcurrencyCapAttributes() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Return true if this OnDemandConcurrencyCapAttributes object is equal to o.
|
Double |
getOnDemandConcurrencyCap()
Value of the on-demand concurrency cap.
|
int |
hashCode() |
OnDemandConcurrencyCapAttributes |
onDemandConcurrencyCap(Double onDemandConcurrencyCap) |
void |
setOnDemandConcurrencyCap(Double onDemandConcurrencyCap) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_ON_DEMAND_CONCURRENCY_CAP
public OnDemandConcurrencyCapAttributes onDemandConcurrencyCap(Double onDemandConcurrencyCap)
@Nullable public Double getOnDemandConcurrencyCap()
public void setOnDemandConcurrencyCap(Double onDemandConcurrencyCap)
public boolean equals(Object o)
Copyright © 2023. All rights reserved.