public class GetProfileDataFileUrlResponse extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="FileUrl" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="FileUrlExpiryTimeUtc" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="LastModifiedTimeUtc" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
fileUrl |
protected Calendar |
fileUrlExpiryTimeUtc |
protected Calendar |
lastModifiedTimeUtc |
| Constructor and Description |
|---|
GetProfileDataFileUrlResponse() |
| Modifier and Type | Method and Description |
|---|---|
String |
getFileUrl()
Gets the value of the fileUrl property.
|
Calendar |
getFileUrlExpiryTimeUtc()
Gets the value of the fileUrlExpiryTimeUtc property.
|
Calendar |
getLastModifiedTimeUtc()
Gets the value of the lastModifiedTimeUtc property.
|
void |
setFileUrl(String value)
Sets the value of the fileUrl property.
|
void |
setFileUrlExpiryTimeUtc(Calendar value)
Sets the value of the fileUrlExpiryTimeUtc property.
|
void |
setLastModifiedTimeUtc(Calendar value)
Sets the value of the lastModifiedTimeUtc property.
|
protected String fileUrl
protected Calendar fileUrlExpiryTimeUtc
protected Calendar lastModifiedTimeUtc
public String getFileUrl()
Stringpublic void setFileUrl(String value)
value - allowed object is
Stringpublic Calendar getFileUrlExpiryTimeUtc()
Stringpublic void setFileUrlExpiryTimeUtc(Calendar value)
value - allowed object is
Stringpublic Calendar getLastModifiedTimeUtc()
StringCopyright © 2024. All rights reserved.