Class CostResult
- java.lang.Object
-
- com.yahoo.vespa.hosted.controller.api.application.v4.model.CostResult
-
public class CostResult extends java.lang.Object- Author:
- ogronnesby
-
-
Constructor Summary
Constructors Constructor Description CostResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<CostItem>getItems()java.lang.StringgetMonth()
-
-
-
Method Detail
-
getMonth
public java.lang.String getMonth()
-
getItems
public java.util.List<CostItem> getItems()
-
-