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 Resource Unique Identifier 
 | 
String | 
getMd5()
Get Resource MD5 Value
Note: This field may return null, indicating that no valid value can be obtained. 
 | 
String | 
getName()
Get NoNote: This field may return null, indicating that no valid value can be obtained. 
 | 
String | 
getPath()
Get Resource PathNote: This field may return null, indicating that no valid value can be obtained. 
 | 
String | 
getType()
Get Default is HDFS
Note: This field may return null, indicating that no valid value can be obtained. 
 | 
void | 
setId(String Id)
Set Resource Unique Identifier 
 | 
void | 
setMd5(String Md5)
Set Resource MD5 Value
Note: This field may return null, indicating that no valid value can be obtained. 
 | 
void | 
setName(String Name)
Set NoNote: This field may return null, indicating that no valid value can be obtained. 
 | 
void | 
setPath(String Path)
Set Resource PathNote: This field may return null, indicating that no valid value can be obtained. 
 | 
void | 
setType(String Type)
Set Default is HDFS
Note: This field may return null, indicating that no valid value can be obtained. 
 | 
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 - Resource PathNote: This field may return null, indicating that no valid value can be obtained.public String getName()
public void setName(String Name)
Name - NoNote: This field may return null, indicating that no valid value can be obtained.public String getId()
public void setId(String Id)
Id - Resource Unique Identifierpublic String getMd5()
public void setMd5(String Md5)
Md5 - Resource MD5 Value
Note: This field may return null, indicating that no valid value can be obtained.public String getType()
public void setType(String Type)
Type - Default is HDFS
Note: This field may return null, indicating that no valid value can be obtained.Copyright © 2025. All rights reserved.