public class FunctionResource extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| FunctionResource() | 
| FunctionResource(FunctionResource 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 | getId()Get 资源唯一标识 | 
| String | getMd5()Get 资源 MD5 值
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getName()Get 无
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getPath()Get 资源路径
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getType()Get 默认是 hdfs
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setId(String Id)Set 资源唯一标识 | 
| void | setMd5(String Md5)Set 资源 MD5 值
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setName(String Name)Set 无
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setPath(String Path)Set 资源路径
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setType(String Type)Set 默认是 hdfs
注意:此字段可能返回 null,表示取不到有效值。 | 
| 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 FunctionResource()
public FunctionResource(FunctionResource source)
public String getPath()
public void setPath(String Path)
Path - 资源路径
注意:此字段可能返回 null,表示取不到有效值。public String getName()
public void setName(String Name)
Name - 无
注意:此字段可能返回 null,表示取不到有效值。public String getId()
public void setId(String Id)
Id - 资源唯一标识public String getMd5()
public void setMd5(String Md5)
Md5 - 资源 MD5 值
注意:此字段可能返回 null,表示取不到有效值。public String getType()
public void setType(String Type)
Type - 默认是 hdfs
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2025. All rights reserved.