public class BillingSampleSerieResponse extends Object implements Serializable
| Constructor and Description | 
|---|
| BillingSampleSerieResponse(String entityUuid,
                          String entityName,
                          long interval,
                          String summary,
                          List<BillingSampleResponse> samples,
                          String currencyCode) | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getCurrencyCode()Get currency code of Billing Sample Serie Response | 
| String | getEntityName()Get entity name of Billing Sample Serie Response | 
| String | getEntityUuid()Get entity uuid of Billing Sample Serie Response | 
| long | getInterval()Get interval of Billing Sample Serie Response | 
| List<BillingSampleResponse> | getSamples()Get list of billing sample responses of Billing Sample Serie Response | 
| String | getSummary()Get summary of Billing Sample Serie Response | 
public String getEntityUuid()
String entity uuidpublic String getEntityName()
String entity namepublic long getInterval()
public String getSummary()
String summarypublic List<BillingSampleResponse> getSamples()
List of BillingSampleResponse samplesCopyright © 2020 iland Internet Solutions, Corp. All rights reserved.