Class DataSetFieldType


  • @Generated(value="org.openapitools.codegen.languages.SpringCodegen",
               date="2022-10-13T09:13:20.105369Z[Etc/UTC]")
    public class DataSetFieldType
    extends java.lang.Object
    DataSetFieldType
    • Constructor Detail

      • DataSetFieldType

        public DataSetFieldType()
    • Method Detail

      • 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:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object