Class Other
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.dlc.v20210125.models.Other
-
public class Other extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetFormat()Get 枚举类型,默认值为Json,可选值为[Json, Parquet, ORC, AVRD]之一。voidsetFormat(String Format)Set 枚举类型,默认值为Json,可选值为[Json, Parquet, ORC, AVRD]之一。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
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]之一。
-
-