public static class MonthlyCostSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
MonthlyCostSummary.Builder |
amount(Double amount)
Monthly costs for maintenance of this asset.
|
MonthlyCostSummary |
build() |
MonthlyCostSummary.Builder |
copy(MonthlyCostSummary model) |
MonthlyCostSummary.Builder |
currencyCode(String currencyCode)
Currency code as defined by ISO-4217.
|
public MonthlyCostSummary.Builder amount(Double amount)
Monthly costs for maintenance of this asset.
amount
- the value to setpublic MonthlyCostSummary.Builder currencyCode(String currencyCode)
Currency code as defined by ISO-4217.
currencyCode
- the value to setpublic MonthlyCostSummary build()
public MonthlyCostSummary.Builder copy(MonthlyCostSummary model)
Copyright © 2016–2024. All rights reserved.