Class DataFormat
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.dlc.v20210125.models.DataFormat
-
public class DataFormat extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DataFormat()DataFormat(DataFormat 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 Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OthergetAVRO()Get AVRO格式 注意:此字段可能返回 null,表示取不到有效值。CSVgetCSV()Get 文本格式,CSV。 注意:此字段可能返回 null,表示取不到有效值。OthergetJson()Get 文本格式,Json。 注意:此字段可能返回 null,表示取不到有效值。OthergetORC()Get ORC格式 注意:此字段可能返回 null,表示取不到有效值。OthergetParquet()Get Parquet格式 注意:此字段可能返回 null,表示取不到有效值。TextFilegetTextFile()Get 文本格式,TextFile。 注意:此字段可能返回 null,表示取不到有效值。voidsetAVRO(Other AVRO)Set AVRO格式 注意:此字段可能返回 null,表示取不到有效值。voidsetCSV(CSV CSV)Set 文本格式,CSV。 注意:此字段可能返回 null,表示取不到有效值。voidsetJson(Other Json)Set 文本格式,Json。 注意:此字段可能返回 null,表示取不到有效值。voidsetORC(Other ORC)Set ORC格式 注意:此字段可能返回 null,表示取不到有效值。voidsetParquet(Other Parquet)Set Parquet格式 注意:此字段可能返回 null,表示取不到有效值。voidsetTextFile(TextFile TextFile)Set 文本格式,TextFile。 注意:此字段可能返回 null,表示取不到有效值。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
-
DataFormat
public DataFormat()
-
DataFormat
public DataFormat(DataFormat 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
-
getTextFile
public TextFile getTextFile()
Get 文本格式,TextFile。 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- TextFile 文本格式,TextFile。 注意:此字段可能返回 null,表示取不到有效值。
-
setTextFile
public void setTextFile(TextFile TextFile)
Set 文本格式,TextFile。 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
TextFile- 文本格式,TextFile。 注意:此字段可能返回 null,表示取不到有效值。
-
getCSV
public CSV getCSV()
Get 文本格式,CSV。 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- CSV 文本格式,CSV。 注意:此字段可能返回 null,表示取不到有效值。
-
setCSV
public void setCSV(CSV CSV)
Set 文本格式,CSV。 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
CSV- 文本格式,CSV。 注意:此字段可能返回 null,表示取不到有效值。
-
getJson
public Other getJson()
Get 文本格式,Json。 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Json 文本格式,Json。 注意:此字段可能返回 null,表示取不到有效值。
-
setJson
public void setJson(Other Json)
Set 文本格式,Json。 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Json- 文本格式,Json。 注意:此字段可能返回 null,表示取不到有效值。
-
getParquet
public Other getParquet()
Get Parquet格式 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Parquet Parquet格式 注意:此字段可能返回 null,表示取不到有效值。
-
setParquet
public void setParquet(Other Parquet)
Set Parquet格式 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Parquet- Parquet格式 注意:此字段可能返回 null,表示取不到有效值。
-
getORC
public Other getORC()
Get ORC格式 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- ORC ORC格式 注意:此字段可能返回 null,表示取不到有效值。
-
setORC
public void setORC(Other ORC)
Set ORC格式 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
ORC- ORC格式 注意:此字段可能返回 null,表示取不到有效值。
-
getAVRO
public Other getAVRO()
Get AVRO格式 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- AVRO AVRO格式 注意:此字段可能返回 null,表示取不到有效值。
-
setAVRO
public void setAVRO(Other AVRO)
Set AVRO格式 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
AVRO- AVRO格式 注意:此字段可能返回 null,表示取不到有效值。
-
-