public class GooseFSx extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| GooseFSx() | 
| GooseFSx(GooseFSx 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 | getId()Get goosefsx实例id | 
| String | getPath()Get GooseFSx实例需要挂载的路径 | 
| void | setId(String Id)Set goosefsx实例id | 
| void | setPath(String Path)Set GooseFSx实例需要挂载的路径 | 
| 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 GooseFSx()
public GooseFSx(GooseFSx source)
public String getId()
public void setId(String Id)
Id - goosefsx实例idpublic String getPath()
public void setPath(String Path)
Path - GooseFSx实例需要挂载的路径Copyright © 2025. All rights reserved.