@Generated(value="org.openapitools.codegen.languages.JavaSmartxClientCodegen") public class DataPoint extends ConditionalNullable.ConditionalNullablePojo
| 限定符和类型 | 类和说明 |
|---|---|
static class |
DataPoint.TypenameEnum
Gets or Sets typename
|
| 限定符和类型 | 字段和说明 |
|---|---|
static String |
SERIALIZED_NAME_T |
static String |
SERIALIZED_NAME_TYPENAME |
static String |
SERIALIZED_NAME_V |
_isPresent_| 构造器和说明 |
|---|
DataPoint() |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
equals(Object o) |
boolean |
getT_IsExplictlyNull() |
Long |
getT()
Get t
|
boolean |
getTypename_IsExplictlyNull() |
DataPoint.TypenameEnum |
getTypename()
Get typename
|
boolean |
getV_IsExplictlyNull() |
Double |
getV()
Get v
|
int |
hashCode() |
void |
setT_IsExplictlyNull(boolean isExplictlyNull) |
void |
setT(Long t) |
void |
setTypename_IsExplictlyNull(boolean isExplictlyNull) |
void |
setTypename(DataPoint.TypenameEnum typename) |
void |
setV_IsExplictlyNull(boolean isExplictlyNull) |
void |
setV(Double v) |
DataPoint |
t_ExplictlyNonNull() |
DataPoint |
t_ExplictlyNull() |
DataPoint |
t(Long t) |
String |
toString() |
DataPoint |
typename_ExplictlyNonNull() |
DataPoint |
typename_ExplictlyNull() |
DataPoint |
typename(DataPoint.TypenameEnum typename) |
DataPoint |
v_ExplictlyNonNull() |
DataPoint |
v_ExplictlyNull() |
DataPoint |
v(Double v) |
public void setV(Double v)
public DataPoint v_ExplictlyNull()
public DataPoint v_ExplictlyNonNull()
public void setV_IsExplictlyNull(boolean isExplictlyNull)
public boolean getV_IsExplictlyNull()
public void setT(Long t)
public DataPoint t_ExplictlyNull()
public DataPoint t_ExplictlyNonNull()
public void setT_IsExplictlyNull(boolean isExplictlyNull)
public boolean getT_IsExplictlyNull()
public DataPoint typename(DataPoint.TypenameEnum typename)
@Nullable public DataPoint.TypenameEnum getTypename()
public void setTypename(DataPoint.TypenameEnum typename)
public DataPoint typename_ExplictlyNull()
public DataPoint typename_ExplictlyNonNull()
public void setTypename_IsExplictlyNull(boolean isExplictlyNull)
public boolean getTypename_IsExplictlyNull()
Copyright © 2025. All rights reserved.