Class InputMapping

    • Constructor Detail

      • InputMapping

        public InputMapping()
      • InputMapping

        public InputMapping​(InputMapping 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

      • getSourcePath

        public String getSourcePath()
        Get 源端路径
        Returns:
        SourcePath 源端路径
      • setSourcePath

        public void setSourcePath​(String SourcePath)
        Set 源端路径
        Parameters:
        SourcePath - 源端路径
      • getDestinationPath

        public String getDestinationPath()
        Get 目的端路径
        Returns:
        DestinationPath 目的端路径
      • setDestinationPath

        public void setDestinationPath​(String DestinationPath)
        Set 目的端路径
        Parameters:
        DestinationPath - 目的端路径
      • getMountOptionParameter

        public String getMountOptionParameter()
        Get 挂载配置项参数
        Returns:
        MountOptionParameter 挂载配置项参数
      • setMountOptionParameter

        public void setMountOptionParameter​(String MountOptionParameter)
        Set 挂载配置项参数
        Parameters:
        MountOptionParameter - 挂载配置项参数