public class VideoUploadTicket extends Object implements Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.ToString
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 |
---|---|
StringBuilder |
append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy) |
StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy) |
Object |
clone() |
Object |
copyTo(Object target) |
Object |
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy strategy) |
Object |
createNewInstance() |
boolean |
equals(Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy) |
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.
|
String |
toString() |
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
public void setAuth(String value)
value
- allowed object is
String
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
append
in interface org.jvnet.jaxb2_commons.lang.ToString
public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
appendFields
in interface org.jvnet.jaxb2_commons.lang.ToString
public Object copyTo(Object target)
copyTo
in interface org.jvnet.jaxb2_commons.lang.CopyTo
public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy strategy)
copyTo
in interface org.jvnet.jaxb2_commons.lang.CopyTo
public Object createNewInstance()
createNewInstance
in interface org.jvnet.jaxb2_commons.lang.CopyTo
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals
in interface org.jvnet.jaxb2_commons.lang.Equals
Copyright © 2014 OpenEstate. All rights reserved.