Class ImportExportResponseInner
- java.lang.Object
-
- com.azure.core.management.ProxyResource
-
- com.azure.resourcemanager.sql.fluent.models.ImportExportResponseInner
-
public class ImportExportResponseInner extends com.azure.core.management.ProxyResourceResponse for Import/Export Get operation.
-
-
Constructor Summary
Constructors Constructor Description ImportExportResponseInner()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringblobUri()Get the blobUri property: The blob uri.StringdatabaseName()Get the databaseName property: The name of the database.StringerrorMessage()Get the errorMessage property: The error message returned from the server.StringlastModifiedTime()Get the lastModifiedTime property: The operation status last modified time.StringqueuedTime()Get the queuedTime property: The operation queued time.UUIDrequestId()Get the requestId property: The request type of the operation.StringrequestType()Get the requestType property: The request type of the operation.StringserverName()Get the serverName property: The name of the server.Stringstatus()Get the status property: The status message returned from the server.voidvalidate()Validates the instance.
-
-
-
Method Detail
-
requestType
public String requestType()
Get the requestType property: The request type of the operation.- Returns:
- the requestType value.
-
requestId
public UUID requestId()
Get the requestId property: The request type of the operation.- Returns:
- the requestId value.
-
serverName
public String serverName()
Get the serverName property: The name of the server.- Returns:
- the serverName value.
-
databaseName
public String databaseName()
Get the databaseName property: The name of the database.- Returns:
- the databaseName value.
-
status
public String status()
Get the status property: The status message returned from the server.- Returns:
- the status value.
-
lastModifiedTime
public String lastModifiedTime()
Get the lastModifiedTime property: The operation status last modified time.- Returns:
- the lastModifiedTime value.
-
queuedTime
public String queuedTime()
Get the queuedTime property: The operation queued time.- Returns:
- the queuedTime value.
-
blobUri
public String blobUri()
Get the blobUri property: The blob uri.- Returns:
- the blobUri value.
-
errorMessage
public String errorMessage()
Get the errorMessage property: The error message returned from the server.- Returns:
- the errorMessage value.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-