public class UploadUrl
extends java.lang.Object
Java class for UploadUrl complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="UploadUrl"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="sourceUrl" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="destPath" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> </restriction> </complexContent> </complexType>
Constructor and Description |
---|
UploadUrl() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDestPath()
Gets the value of the destPath property.
|
java.lang.String |
getSourceUrl()
Gets the value of the sourceUrl property.
|
void |
setDestPath(java.lang.String value)
Sets the value of the destPath property.
|
void |
setSourceUrl(java.lang.String value)
Sets the value of the sourceUrl property.
|
public java.lang.String getSourceUrl()
String
public void setSourceUrl(java.lang.String value)
value
- allowed object is
String
public java.lang.String getDestPath()
String
public void setDestPath(java.lang.String value)
value
- allowed object is
String
"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"