DocumentDownloadResultInner Class
- java.
lang. Object - com.
azure. resourcemanager. billing. fluent. models. DocumentDownloadResultInner
- com.
Implements
public final class DocumentDownloadResultInner
implements JsonSerializable<DocumentDownloadResultInner>
A secure URL that can be used to download a an entity until the URL expires.
Constructor Summary
| Constructor | Description |
|---|---|
| DocumentDownloadResultInner() |
Creates an instance of Document |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
expiryTime()
Get the expiry |
|
static
Document |
fromJson(JsonReader jsonReader)
Reads an instance of Document |
|
Json |
toJson(JsonWriter jsonWriter) |
| String |
url()
Get the url property: The URL to the PDF or .zip file. |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Constructor Details
DocumentDownloadResultInner
public DocumentDownloadResultInner()
Creates an instance of DocumentDownloadResultInner class.
Method Details
expiryTime
public String expiryTime()
Get the expiryTime property: The time in UTC when the download URL will expire.
Returns:
fromJson
public static DocumentDownloadResultInner fromJson(JsonReader jsonReader)
Reads an instance of DocumentDownloadResultInner from the JsonReader.
Parameters:
Returns:
Throws:
toJson
url
public String url()
Get the url property: The URL to the PDF or .zip file.
Returns:
validate
public void validate()
Validates the instance.