public class TemporaryUrl extends Object
Java class for TemporaryUrl complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TemporaryUrl">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="url" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="expiration" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
expiration |
protected String |
url |
| Constructor and Description |
|---|
TemporaryUrl() |
| Modifier and Type | Method and Description |
|---|---|
String |
getExpiration()
Gets the value of the expiration property.
|
String |
getUrl()
Gets the value of the url property.
|
void |
setExpiration(String value)
Sets the value of the expiration property.
|
void |
setUrl(String value)
Sets the value of the url property.
|
public String getUrl()
Stringpublic void setUrl(String value)
value - allowed object is
Stringpublic String getExpiration()
StringCopyright © 2023. All rights reserved.