
com.azure.resourcemanager.billing.implementation.DocumentDownloadResultImpl Maven / Gradle / Ivy
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
// Code generated by Microsoft (R) AutoRest Code Generator.
package com.azure.resourcemanager.billing.implementation;
import com.azure.resourcemanager.billing.fluent.models.DocumentDownloadResultInner;
import com.azure.resourcemanager.billing.models.DocumentDownloadResult;
public final class DocumentDownloadResultImpl implements DocumentDownloadResult {
private DocumentDownloadResultInner innerObject;
private final com.azure.resourcemanager.billing.BillingManager serviceManager;
DocumentDownloadResultImpl(DocumentDownloadResultInner innerObject,
com.azure.resourcemanager.billing.BillingManager serviceManager) {
this.innerObject = innerObject;
this.serviceManager = serviceManager;
}
public String expiryTime() {
return this.innerModel().expiryTime();
}
public String url() {
return this.innerModel().url();
}
public DocumentDownloadResultInner innerModel() {
return this.innerObject;
}
private com.azure.resourcemanager.billing.BillingManager manager() {
return this.serviceManager;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy