Class VolumeNFS

    • Constructor Detail

      • VolumeNFS

        public VolumeNFS()
      • VolumeNFS

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

      • getServer

        public String getServer()
        Get 服务地址
        Returns:
        Server 服务地址
      • setServer

        public void setServer​(String Server)
        Set 服务地址
        Parameters:
        Server - 服务地址
      • getServerPath

        public String getServerPath()
        Get 对应服务器路径
        Returns:
        ServerPath 对应服务器路径
      • setServerPath

        public void setServerPath​(String ServerPath)
        Set 对应服务器路径
        Parameters:
        ServerPath - 对应服务器路径
      • getPath

        public String getPath()
        Get 对应本地路径
        Returns:
        Path 对应本地路径
      • setPath

        public void setPath​(String Path)
        Set 对应本地路径
        Parameters:
        Path - 对应本地路径