Class Other

    • Constructor Detail

      • Other

        public Other()
      • Other

        public Other​(Other source)
        NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
    • Method Detail

      • getFormat

        public String getFormat()
        Get 枚举类型,默认值为Json,可选值为[Json, Parquet, ORC, AVRD]之一。
        Returns:
        Format 枚举类型,默认值为Json,可选值为[Json, Parquet, ORC, AVRD]之一。
      • setFormat

        public void setFormat​(String Format)
        Set 枚举类型,默认值为Json,可选值为[Json, Parquet, ORC, AVRD]之一。
        Parameters:
        Format - 枚举类型,默认值为Json,可选值为[Json, Parquet, ORC, AVRD]之一。