public class File extends Entity
Java class for File complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="File"> <complexContent> <extension base="{http://www.vmware.com/vcloud/v1.5}EntityType"> <attribute name="size" type="{http://www.w3.org/2001/XMLSchema}long" /> <attribute name="bytesTransferred" type="{http://www.w3.org/2001/XMLSchema}long" /> <attribute name="checksum" type="{http://www.w3.org/2001/XMLSchema}normalizedString" /> <anyAttribute processContents='lax' namespace='##other'/> </extension> </complexContent> </complexType>
Modifier and Type | Class and Description |
---|---|
static class |
File.Builder<B extends File.Builder<B>> |
Modifier and Type | Field and Description |
---|---|
protected Long |
bytesTransferred |
protected String |
checksum |
protected Long |
size |
Constructor and Description |
---|
File(File.Builder<?> builder) |
Modifier and Type | Method and Description |
---|---|
static File.Builder<?> |
builder() |
boolean |
equals(Object o) |
Long |
getBytesTransferred()
Gets the value of the bytesTransferred property.
|
String |
getChecksum()
Gets the value of the checksum property.
|
Long |
getSize()
Gets the value of the size property.
|
int |
hashCode() |
com.google.common.base.Objects.ToStringHelper |
string() |
File.Builder<?> |
toBuilder() |
clone, getDescription, getId, getName, getTasks, setDescription, setName
protected Long size
protected Long bytesTransferred
protected String checksum
public File(File.Builder<?> builder)
public static File.Builder<?> builder()
public File.Builder<?> toBuilder()
public Long getBytesTransferred()
Long
public String getChecksum()
String
Copyright © 2009-2013 jclouds. All Rights Reserved.