public class Configuration extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| Configuration() | 
| Configuration(Configuration 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 | 
|---|---|
| String | getClassification()Get 配置文件名,支持SPARK、HIVE、HDFS、YARN的部分配置文件自定义。 | 
| String | getProperties()Get 配置参数通过KV的形式传入,部分文件支持自定义,可以通过特殊的键"content"传入所有内容。 | 
| void | setClassification(String Classification)Set 配置文件名,支持SPARK、HIVE、HDFS、YARN的部分配置文件自定义。 | 
| void | setProperties(String Properties)Set 配置参数通过KV的形式传入,部分文件支持自定义,可以通过特殊的键"content"传入所有内容。 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic Configuration()
public Configuration(Configuration source)
public String getClassification()
public void setClassification(String Classification)
Classification - 配置文件名,支持SPARK、HIVE、HDFS、YARN的部分配置文件自定义。public String getProperties()
public void setProperties(String Properties)
Properties - 配置参数通过KV的形式传入,部分文件支持自定义,可以通过特殊的键"content"传入所有内容。Copyright © 2025. All rights reserved.