@Generated(value="org.openapitools.codegen.languages.JavaSmartxClientCodegen") public class MetricSample extends ConditionalNullable.ConditionalNullablePojo
| 限定符和类型 | 类和说明 |
|---|---|
static class |
MetricSample.TypenameEnum
Gets or Sets typename
|
| 限定符和类型 | 字段和说明 |
|---|---|
static String |
SERIALIZED_NAME_LABELS |
static String |
SERIALIZED_NAME_POINT |
static String |
SERIALIZED_NAME_TYPENAME |
_isPresent_| 构造器和说明 |
|---|
MetricSample() |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
equals(Object o) |
boolean |
getLabels_IsExplictlyNull() |
MetricLabel |
getLabels()
Get labels
|
boolean |
getPoint_IsExplictlyNull() |
DataPoint |
getPoint()
Get point
|
boolean |
getTypename_IsExplictlyNull() |
MetricSample.TypenameEnum |
getTypename()
Get typename
|
int |
hashCode() |
MetricSample |
labels_ExplictlyNonNull() |
MetricSample |
labels_ExplictlyNull() |
MetricSample |
labels(MetricLabel labels) |
MetricSample |
point_ExplictlyNonNull() |
MetricSample |
point_ExplictlyNull() |
MetricSample |
point(DataPoint point) |
void |
setLabels_IsExplictlyNull(boolean isExplictlyNull) |
void |
setLabels(MetricLabel labels) |
void |
setPoint_IsExplictlyNull(boolean isExplictlyNull) |
void |
setPoint(DataPoint point) |
void |
setTypename_IsExplictlyNull(boolean isExplictlyNull) |
void |
setTypename(MetricSample.TypenameEnum typename) |
String |
toString() |
MetricSample |
typename_ExplictlyNonNull() |
MetricSample |
typename_ExplictlyNull() |
MetricSample |
typename(MetricSample.TypenameEnum typename) |
public MetricSample point(DataPoint point)
public void setPoint(DataPoint point)
public MetricSample point_ExplictlyNull()
public MetricSample point_ExplictlyNonNull()
public void setPoint_IsExplictlyNull(boolean isExplictlyNull)
public boolean getPoint_IsExplictlyNull()
public MetricSample labels(MetricLabel labels)
@Nonnull public MetricLabel getLabels()
public void setLabels(MetricLabel labels)
public MetricSample labels_ExplictlyNull()
public MetricSample labels_ExplictlyNonNull()
public void setLabels_IsExplictlyNull(boolean isExplictlyNull)
public boolean getLabels_IsExplictlyNull()
public MetricSample typename(MetricSample.TypenameEnum typename)
@Nullable public MetricSample.TypenameEnum getTypename()
public void setTypename(MetricSample.TypenameEnum typename)
public MetricSample typename_ExplictlyNull()
public MetricSample typename_ExplictlyNonNull()
public void setTypename_IsExplictlyNull(boolean isExplictlyNull)
public boolean getTypename_IsExplictlyNull()
Copyright © 2025. All rights reserved.