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 Details

    • ResultTotalHeaderItem

      public ResultTotalHeaderItem(String type)
      Creates new instance of given total type, type is used for the name as well
      Parameters:
      type - total type
    • ResultTotalHeaderItem

      public ResultTotalHeaderItem(Total type)
      Creates new instance of given total type, type is used for the name as well
      Parameters:
      type - total type
    • ResultTotalHeaderItem

      public ResultTotalHeaderItem(String name, String type)
      Creates new instance of given header name and total type
      Parameters:
      name - header name
      type - total type
    • ResultTotalHeaderItem

      public ResultTotalHeaderItem(String name, Total type)
      Creates new instance of given header name and total type
      Parameters:
      name - header name
      type - total type
  • Method Details

    • getType

      public String getType()
      Returns:
      type of total