LabCostSummaryProperties Class

  • java.lang.Object
    • com.azure.resourcemanager.devtestlabs.models.LabCostSummaryProperties

public final class LabCostSummaryProperties

The properties of the cost summary.

Constructor Summary

Constructor Description
LabCostSummaryProperties()

Creates an instance of LabCostSummaryProperties class.

Method Summary

Modifier and Type Method and Description
Double estimatedLabCost()

Get the estimatedLabCost property: The cost component of the cost item.

void validate()

Validates the instance.

LabCostSummaryProperties withEstimatedLabCost(Double estimatedLabCost)

Set the estimatedLabCost property: The cost component of the cost item.

Methods inherited from java.lang.Object

Constructor Details

LabCostSummaryProperties

public LabCostSummaryProperties()

Creates an instance of LabCostSummaryProperties class.

Method Details

estimatedLabCost

public Double estimatedLabCost()

Get the estimatedLabCost property: The cost component of the cost item.

Returns:

the estimatedLabCost value.

validate

public void validate()

Validates the instance.

withEstimatedLabCost

public LabCostSummaryProperties withEstimatedLabCost(Double estimatedLabCost)

Set the estimatedLabCost property: The cost component of the cost item.

Parameters:

estimatedLabCost - the estimatedLabCost value to set.

Returns:

the LabCostSummaryProperties object itself.

Applies to