Class FunctionResource
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.wedata.v20210820.models.FunctionResource
-
public class FunctionResource extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetId()Get 资源唯一标识StringgetMd5()Get 资源 MD5 值 注意:此字段可能返回 null,表示取不到有效值。StringgetName()Get 无 注意:此字段可能返回 null,表示取不到有效值。StringgetPath()Get 资源路径 注意:此字段可能返回 null,表示取不到有效值。StringgetType()Get 默认是 hdfs 注意:此字段可能返回 null,表示取不到有效值。voidsetId(String Id)Set 资源唯一标识voidsetMd5(String Md5)Set 资源 MD5 值 注意:此字段可能返回 null,表示取不到有效值。voidsetName(String Name)Set 无 注意:此字段可能返回 null,表示取不到有效值。voidsetPath(String Path)Set 资源路径 注意:此字段可能返回 null,表示取不到有效值。voidsetType(String Type)Set 默认是 hdfs 注意:此字段可能返回 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
-
FunctionResource
public FunctionResource()
-
FunctionResource
public 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.
-
-
Method Detail
-
getPath
public String getPath()
Get 资源路径 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Path 资源路径 注意:此字段可能返回 null,表示取不到有效值。
-
setPath
public void setPath(String Path)
Set 资源路径 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Path- 资源路径 注意:此字段可能返回 null,表示取不到有效值。
-
getName
public String getName()
Get 无 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Name 无 注意:此字段可能返回 null,表示取不到有效值。
-
setName
public void setName(String Name)
Set 无 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Name- 无 注意:此字段可能返回 null,表示取不到有效值。
-
getId
public String getId()
Get 资源唯一标识- Returns:
- Id 资源唯一标识
-
setId
public void setId(String Id)
Set 资源唯一标识- Parameters:
Id- 资源唯一标识
-
getMd5
public String getMd5()
Get 资源 MD5 值 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Md5 资源 MD5 值 注意:此字段可能返回 null,表示取不到有效值。
-
setMd5
public void setMd5(String Md5)
Set 资源 MD5 值 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Md5- 资源 MD5 值 注意:此字段可能返回 null,表示取不到有效值。
-
getType
public String getType()
Get 默认是 hdfs 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Type 默认是 hdfs 注意:此字段可能返回 null,表示取不到有效值。
-
setType
public void setType(String Type)
Set 默认是 hdfs 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Type- 默认是 hdfs 注意:此字段可能返回 null,表示取不到有效值。
-
-