public class AssetWebLocationPath extends AbstractModel
header, skipSign
Constructor and Description |
---|
AssetWebLocationPath() |
AssetWebLocationPath(AssetWebLocationPath 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 |
getGroup()
Get File group
|
String |
getPermission()
Get File permission
|
String |
getRealPath()
Get Physical path
|
String |
getUser()
Get File owner
|
String |
getVirtualPath()
Get Virtual path
|
void |
setGroup(String Group)
Set File group
|
void |
setPermission(String Permission)
Set File permission
|
void |
setRealPath(String RealPath)
Set Physical path
|
void |
setUser(String User)
Set File owner
|
void |
setVirtualPath(String VirtualPath)
Set Virtual path
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public AssetWebLocationPath()
public AssetWebLocationPath(AssetWebLocationPath source)
public String getVirtualPath()
public void setVirtualPath(String VirtualPath)
VirtualPath
- Virtual pathpublic String getRealPath()
public void setRealPath(String RealPath)
RealPath
- Physical pathpublic String getUser()
public void setUser(String User)
User
- File ownerpublic String getGroup()
public void setGroup(String Group)
Group
- File grouppublic String getPermission()
public void setPermission(String Permission)
Permission
- File permissionCopyright © 2024. All rights reserved.