public class CloneMediaParams extends ParamsType
Java class for CloneMediaParams complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CloneMediaParams">
<complexContent>
<extension base="{http://www.vmware.com/vcloud/v1.5}ParamsType">
<sequence>
<element name="Source" type="{http://www.vmware.com/vcloud/v1.5}ReferenceType"/>
<element name="IsSourceDelete" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
<anyAttribute processContents='lax' namespace='##other'/>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
CloneMediaParams.Builder<B extends CloneMediaParams.Builder<B>> |
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
isSourceDelete |
protected Reference |
source |
description, name| Modifier and Type | Method and Description |
|---|---|
static CloneMediaParams.Builder<?> |
builder() |
boolean |
equals(Object o) |
Reference |
getSource()
Gets the value of the source property.
|
int |
hashCode() |
Boolean |
isSourceDelete()
Gets the value of the isSourceDelete property.
|
CloneMediaParams.Builder<?> |
toBuilder() |
String |
toString() |
getDescription, getName, stringpublic static CloneMediaParams.Builder<?> builder()
public CloneMediaParams.Builder<?> toBuilder()
toBuilder in class ParamsTypepublic Reference getSource()
Referencepublic Boolean isSourceDelete()
Booleanpublic boolean equals(Object o)
equals in class ParamsTypepublic int hashCode()
hashCode in class ParamsTypepublic String toString()
toString in class ParamsTypeCopyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.