public class DataFormat extends AbstractModel
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
Other |
getAVRO()
Get AVRO格式
注意:此字段可能返回 null,表示取不到有效值。
|
CSV |
getCSV()
Get 文本格式,CSV。
注意:此字段可能返回 null,表示取不到有效值。
|
Other |
getJson()
Get 文本格式,Json。
注意:此字段可能返回 null,表示取不到有效值。
|
Other |
getORC()
Get ORC格式
注意:此字段可能返回 null,表示取不到有效值。
|
Other |
getParquet()
Get Parquet格式
注意:此字段可能返回 null,表示取不到有效值。
|
TextFile |
getTextFile()
Get 文本格式,TextFile。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setAVRO(Other AVRO)
Set AVRO格式
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setCSV(CSV CSV)
Set 文本格式,CSV。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setJson(Other Json)
Set 文本格式,Json。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setORC(Other ORC)
Set ORC格式
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setParquet(Other Parquet)
Set Parquet格式
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setTextFile(TextFile TextFile)
Set 文本格式,TextFile。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public DataFormat()
public DataFormat(DataFormat source)
public TextFile getTextFile()
public void setTextFile(TextFile TextFile)
TextFile
- 文本格式,TextFile。
注意:此字段可能返回 null,表示取不到有效值。public CSV getCSV()
public void setCSV(CSV CSV)
CSV
- 文本格式,CSV。
注意:此字段可能返回 null,表示取不到有效值。public Other getJson()
public void setJson(Other Json)
Json
- 文本格式,Json。
注意:此字段可能返回 null,表示取不到有效值。public Other getParquet()
public void setParquet(Other Parquet)
Parquet
- Parquet格式
注意:此字段可能返回 null,表示取不到有效值。public Other getORC()
public void setORC(Other ORC)
ORC
- ORC格式
注意:此字段可能返回 null,表示取不到有效值。public Other getAVRO()
public void setAVRO(Other AVRO)
AVRO
- AVRO格式
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2021. All rights reserved.