DetailedTransferStatus Class
- java.
lang. Object - com.
azure. resourcemanager. billing. models. DetailedTransferStatus
- com.
Implements
public final class DetailedTransferStatus
implements JsonSerializable<DetailedTransferStatus>
Detailed transfer status.
Constructor Summary
| Constructor | Description |
|---|---|
| DetailedTransferStatus() |
Creates an instance of Detailed |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
Transfer |
errorDetails()
Get the error |
|
static
Detailed |
fromJson(JsonReader jsonReader)
Reads an instance of Detailed |
| String |
productId()
Get the product |
| String |
productName()
Get the product |
|
Product |
productType()
Get the product |
| String |
skuDescription()
Get the sku |
|
Json |
toJson(JsonWriter jsonWriter) |
|
Product |
transferStatus()
Get the transfer |
| void |
validate()
Validates the instance. |
|
Detailed |
withErrorDetails(TransferError errorDetails)
Set the error |
Methods inherited from java.lang.Object
Constructor Details
DetailedTransferStatus
public DetailedTransferStatus()
Creates an instance of DetailedTransferStatus class.
Method Details
errorDetails
public TransferError errorDetails()
Get the errorDetails property: Error details for transfer execution.
Returns:
fromJson
public static DetailedTransferStatus fromJson(JsonReader jsonReader)
Reads an instance of DetailedTransferStatus from the JsonReader.
Parameters:
Returns:
Throws:
productId
public String productId()
Get the productId property: The ID of the product that is transferred.
Returns:
productName
public String productName()
Get the productName property: The name of the product that is transferred.
Returns:
productType
public ProductType productType()
Get the productType property: Type of product that is transferred.
Returns:
skuDescription
public String skuDescription()
Get the skuDescription property: The SKU of the product that is transferred.
Returns:
toJson
transferStatus
public ProductTransferStatus transferStatus()
Get the transferStatus property: Transfer status.
Returns:
validate
public void validate()
Validates the instance.
withErrorDetails
public DetailedTransferStatus withErrorDetails(TransferError errorDetails)
Set the errorDetails property: Error details for transfer execution.
Parameters:
Returns: