Class TotalHeaderItem
- java.lang.Object
-
- com.gooddata.sdk.model.executeafm.response.TotalHeaderItem
-
public class TotalHeaderItem extends java.lang.ObjectHeader of total
-
-
Constructor Summary
Constructors Constructor Description TotalHeaderItem(Total total)Creates new headerTotalHeaderItem(java.lang.String name)Creates new header
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetName()java.lang.StringtoString()
-
-
-
Constructor Detail
-
TotalHeaderItem
public TotalHeaderItem(java.lang.String name)
Creates new header- Parameters:
name- total name
-
TotalHeaderItem
public TotalHeaderItem(Total total)
Creates new header- Parameters:
total- total value
-
-