Class GetAITileResponse

java.lang.Object
com.xebialabs.xlrelease.api.v1.views.GetAITileResponse

public class GetAITileResponse extends Object
A single AI reporting tile as read from a dashboard.
  • Constructor Details

    • GetAITileResponse

      public GetAITileResponse()
    • GetAITileResponse

      public GetAITileResponse(String id, String title, String domain, String scope, String chartType, String chartTitle, tools.jackson.databind.JsonNode queryDsl)
  • Method Details

    • getId

      public String getId()
    • setId

      public void setId(String id)
    • getTitle

      public String getTitle()
    • setTitle

      public void setTitle(String title)
    • getDomain

      public String getDomain()
    • setDomain

      public void setDomain(String domain)
    • getScope

      public String getScope()
    • setScope

      public void setScope(String scope)
    • getChartType

      public String getChartType()
    • setChartType

      public void setChartType(String chartType)
    • getChartTitle

      public String getChartTitle()
    • setChartTitle

      public void setChartTitle(String chartTitle)
    • getQueryDsl

      public tools.jackson.databind.JsonNode getQueryDsl()
    • setQueryDsl

      public void setQueryDsl(tools.jackson.databind.JsonNode queryDsl)