public class VideoUploadTicket extends Object
Java class for VideoUploadTicket complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VideoUploadTicket"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <all> <element name="uploadUrl" type="{http://www.w3.org/2001/XMLSchema}anyURI"/> <element name="validUntil" type="{http://www.w3.org/2001/XMLSchema}dateTime"/> <element name="videoId" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="auth" type="{http://www.w3.org/2001/XMLSchema}string"/> </all> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
auth |
protected URL |
uploadUrl |
protected Calendar |
validUntil |
protected String |
videoId |
Constructor and Description |
---|
VideoUploadTicket() |
Modifier and Type | Method and Description |
---|---|
String |
getAuth()
Gets the value of the auth property.
|
URL |
getUploadUrl()
Gets the value of the uploadUrl property.
|
Calendar |
getValidUntil()
Gets the value of the validUntil property.
|
String |
getVideoId()
Gets the value of the videoId property.
|
void |
setAuth(String value)
Sets the value of the auth property.
|
void |
setUploadUrl(URL value)
Sets the value of the uploadUrl property.
|
void |
setValidUntil(Calendar value)
Sets the value of the validUntil property.
|
void |
setVideoId(String value)
Sets the value of the videoId property.
|
protected URL uploadUrl
protected Calendar validUntil
protected String videoId
protected String auth
public URL getUploadUrl()
String
public void setUploadUrl(URL value)
value
- allowed object is
String
public Calendar getValidUntil()
String
public void setValidUntil(Calendar value)
value
- allowed object is
String
public String getVideoId()
String
public void setVideoId(String value)
value
- allowed object is
String
public String getAuth()
String
Copyright © 2014 OpenEstate. All rights reserved.