@Generated(value="org.openapitools.codegen.languages.JavaSmartxClientCodegen") public class NestedThresholds extends ConditionalNullable.ConditionalNullablePojo
| 限定符和类型 | 字段和说明 |
|---|---|
static String |
SERIALIZED_NAME_QUANTILE |
static String |
SERIALIZED_NAME_SEVERITY |
static String |
SERIALIZED_NAME_VALUE |
_isPresent_| 构造器和说明 |
|---|
NestedThresholds() |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
equals(Object o) |
boolean |
getQuantile_IsExplictlyNull() |
Integer |
getQuantile()
Get quantile
|
boolean |
getSeverity_IsExplictlyNull() |
SeverityEnum |
getSeverity()
Get severity
|
boolean |
getValue_IsExplictlyNull() |
Double |
getValue()
Get value
|
int |
hashCode() |
NestedThresholds |
quantile_ExplictlyNonNull() |
NestedThresholds |
quantile_ExplictlyNull() |
NestedThresholds |
quantile(Integer quantile) |
void |
setQuantile_IsExplictlyNull(boolean isExplictlyNull) |
void |
setQuantile(Integer quantile) |
void |
setSeverity_IsExplictlyNull(boolean isExplictlyNull) |
void |
setSeverity(SeverityEnum severity) |
void |
setValue_IsExplictlyNull(boolean isExplictlyNull) |
void |
setValue(Double value) |
NestedThresholds |
severity_ExplictlyNonNull() |
NestedThresholds |
severity_ExplictlyNull() |
NestedThresholds |
severity(SeverityEnum severity) |
String |
toString() |
NestedThresholds |
value_ExplictlyNonNull() |
NestedThresholds |
value_ExplictlyNull() |
NestedThresholds |
value(Double value) |
public NestedThresholds quantile(Integer quantile)
public void setQuantile(Integer quantile)
public NestedThresholds quantile_ExplictlyNull()
public NestedThresholds quantile_ExplictlyNonNull()
public void setQuantile_IsExplictlyNull(boolean isExplictlyNull)
public boolean getQuantile_IsExplictlyNull()
public NestedThresholds severity(SeverityEnum severity)
@Nullable public SeverityEnum getSeverity()
public void setSeverity(SeverityEnum severity)
public NestedThresholds severity_ExplictlyNull()
public NestedThresholds severity_ExplictlyNonNull()
public void setSeverity_IsExplictlyNull(boolean isExplictlyNull)
public boolean getSeverity_IsExplictlyNull()
public NestedThresholds value(Double value)
public void setValue(Double value)
public NestedThresholds value_ExplictlyNull()
public NestedThresholds value_ExplictlyNonNull()
public void setValue_IsExplictlyNull(boolean isExplictlyNull)
public boolean getValue_IsExplictlyNull()
Copyright © 2025. All rights reserved.