public class FileTransferInformation extends DynamicData
Java class for FileTransferInformation complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FileTransferInformation">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="attributes" type="{urn:vim25}GuestFileAttributes"/>
<element name="size" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="url" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected GuestFileAttributes |
attributes |
protected long |
size |
protected String |
url |
| Constructor and Description |
|---|
FileTransferInformation() |
| Modifier and Type | Method and Description |
|---|---|
GuestFileAttributes |
getAttributes()
Gets the value of the attributes property.
|
long |
getSize()
Gets the value of the size property.
|
String |
getUrl()
Gets the value of the url property.
|
void |
setAttributes(GuestFileAttributes value)
Sets the value of the attributes property.
|
void |
setSize(long value)
Sets the value of the size property.
|
void |
setUrl(String value)
Sets the value of the url property.
|
protected GuestFileAttributes attributes
protected long size
protected String url
public GuestFileAttributes getAttributes()
GuestFileAttributespublic void setAttributes(GuestFileAttributes value)
value - allowed object is
GuestFileAttributespublic long getSize()
public void setSize(long value)
public String getUrl()
StringCopyright © 2018. All rights reserved.