public class GuestPosixFileAttributes extends GuestFileAttributes
Java class for GuestPosixFileAttributes complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GuestPosixFileAttributes">
<complexContent>
<extension base="{urn:vim25}GuestFileAttributes">
<sequence>
<element name="ownerId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="groupId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="permissions" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
groupId |
protected Integer |
ownerId |
protected Long |
permissions |
accessTime, modificationTime, symlinkTarget| Constructor and Description |
|---|
GuestPosixFileAttributes() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getGroupId()
Gets the value of the groupId property.
|
Integer |
getOwnerId()
Gets the value of the ownerId property.
|
Long |
getPermissions()
Gets the value of the permissions property.
|
void |
setGroupId(Integer value)
Sets the value of the groupId property.
|
void |
setOwnerId(Integer value)
Sets the value of the ownerId property.
|
void |
setPermissions(Long value)
Sets the value of the permissions property.
|
getAccessTime, getModificationTime, getSymlinkTarget, setAccessTime, setModificationTime, setSymlinkTargetprotected Integer ownerId
protected Integer groupId
protected Long permissions
public Integer getOwnerId()
Integerpublic void setOwnerId(Integer value)
value - allowed object is
Integerpublic Integer getGroupId()
Integerpublic void setGroupId(Integer value)
value - allowed object is
Integerpublic Long getPermissions()
LongCopyright © 2018. All rights reserved.