Class FunctionResource

    • 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,表示取不到有效值。