Class DataSetFieldType
- java.lang.Object
-
- org.opendatadiscovery.oddplatform.ingestion.contract.model.DataSetFieldType
-
@Generated(value="org.openapitools.codegen.languages.SpringCodegen", date="2022-10-13T09:13:20.105369Z[Etc/UTC]") public class DataSetFieldType extends java.lang.ObjectDataSetFieldType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDataSetFieldType.TypeEnumGets or Sets type
-
Constructor Summary
Constructors Constructor Description DataSetFieldType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)@NotNull java.lang.BooleangetIsNullable()Get isNullablejava.lang.StringgetLogicalType()Get logicalType@NotNull DataSetFieldType.TypeEnumgetType()Get typeinthashCode()DataSetFieldTypeisNullable(java.lang.Boolean isNullable)DataSetFieldTypelogicalType(java.lang.String logicalType)voidsetIsNullable(java.lang.Boolean isNullable)voidsetLogicalType(java.lang.String logicalType)voidsetType(DataSetFieldType.TypeEnum type)java.lang.StringtoString()DataSetFieldTypetype(DataSetFieldType.TypeEnum type)
-
-
-
Method Detail
-
type
public DataSetFieldType type(DataSetFieldType.TypeEnum type)
-
getType
@NotNull public @NotNull DataSetFieldType.TypeEnum getType()
Get type- Returns:
- type
-
setType
public void setType(DataSetFieldType.TypeEnum type)
-
logicalType
public DataSetFieldType logicalType(java.lang.String logicalType)
-
getLogicalType
public java.lang.String getLogicalType()
Get logicalType- Returns:
- logicalType
-
setLogicalType
public void setLogicalType(java.lang.String logicalType)
-
isNullable
public DataSetFieldType isNullable(java.lang.Boolean isNullable)
-
getIsNullable
@NotNull public @NotNull java.lang.Boolean getIsNullable()
Get isNullable- Returns:
- isNullable
-
setIsNullable
public void setIsNullable(java.lang.Boolean isNullable)
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-