Class ResultTotalHeaderItem
java.lang.Object
com.gooddata.sdk.model.executeafm.result.ResultHeaderItem
com.gooddata.sdk.model.executeafm.result.ResultTotalHeaderItem
public class ResultTotalHeaderItem extends ResultHeaderItem
Header item for total.
-
Constructor Summary
Constructors Constructor Description ResultTotalHeaderItem(Total type)Creates new instance of given total type, type is used for the name as wellResultTotalHeaderItem(java.lang.String type)Creates new instance of given total type, type is used for the name as wellResultTotalHeaderItem(java.lang.String name, Total type)Creates new instance of given header name and total typeResultTotalHeaderItem(java.lang.String name, java.lang.String type)Creates new instance of given header name and total type -
Method Summary
Modifier and Type Method Description java.lang.StringgetType()Methods inherited from class com.gooddata.sdk.model.executeafm.result.ResultHeaderItem
getName, toString
-
Constructor Details
-
ResultTotalHeaderItem
public ResultTotalHeaderItem(java.lang.String type)Creates new instance of given total type, type is used for the name as well- Parameters:
type- total type
-
ResultTotalHeaderItem
Creates new instance of given total type, type is used for the name as well- Parameters:
type- total type
-
ResultTotalHeaderItem
public ResultTotalHeaderItem(java.lang.String name, java.lang.String type)Creates new instance of given header name and total type- Parameters:
name- header nametype- total type
-
ResultTotalHeaderItem
Creates new instance of given header name and total type- Parameters:
name- header nametype- total type
-
-
Method Details
-
getType
public java.lang.String getType()- Returns:
- type of total
-