public class GooseFS extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| GooseFS() | 
| GooseFS(GooseFS 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 goosefs实例id
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getNameSpace()Get GooseFS命名空间
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getPath()Get GooseFSx实例需要挂载的路径
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getType()Get GooseFS类型,包括GooseFS和GooseFSx
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setId(String Id)Set goosefs实例id
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setNameSpace(String NameSpace)Set GooseFS命名空间
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setPath(String Path)Set GooseFSx实例需要挂载的路径
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setType(String Type)Set GooseFS类型,包括GooseFS和GooseFSx
注意:此字段可能返回 null,表示取不到有效值。 | 
| 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 GooseFS()
public GooseFS(GooseFS source)
public String getId()
public void setId(String Id)
Id - goosefs实例id
注意:此字段可能返回 null,表示取不到有效值。public String getType()
public void setType(String Type)
Type - GooseFS类型,包括GooseFS和GooseFSx
注意:此字段可能返回 null,表示取不到有效值。public String getPath()
public void setPath(String Path)
Path - GooseFSx实例需要挂载的路径
注意:此字段可能返回 null,表示取不到有效值。public String getNameSpace()
public void setNameSpace(String NameSpace)
NameSpace - GooseFS命名空间
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2025. All rights reserved.