public class GooseFSOption extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| GooseFSOption() | 
| GooseFSOption(GooseFSOption 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 | getLocalPath()Get 文件系统本地挂载路径 | 
| String[] | getMasters()Get 文件系统master的ip和端口 | 
| String | getRemotePath()Get 文件系统远程挂载路径 | 
| void | setLocalPath(String LocalPath)Set 文件系统本地挂载路径 | 
| void | setMasters(String[] Masters)Set 文件系统master的ip和端口 | 
| void | setRemotePath(String RemotePath)Set 文件系统远程挂载路径 | 
| 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 GooseFSOption()
public GooseFSOption(GooseFSOption source)
public String getLocalPath()
public void setLocalPath(String LocalPath)
LocalPath - 文件系统本地挂载路径public String getRemotePath()
public void setRemotePath(String RemotePath)
RemotePath - 文件系统远程挂载路径public String[] getMasters()
public void setMasters(String[] Masters)
Masters - 文件系统master的ip和端口Copyright © 2025. All rights reserved.