Class HealthCheckTableGetParams
- java.lang.Object
-
- com.epam.ta.reportportal.entity.widget.content.healthcheck.HealthCheckTableGetParams
-
public class HealthCheckTableGetParams extends java.lang.Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetCurrentLevelKey()java.util.List<LevelEntry>getPreviousLevels()org.springframework.data.domain.SortgetSort()java.lang.StringgetViewName()booleanisIncludeCustomColumn()static HealthCheckTableGetParamsof(java.lang.String viewName, java.lang.String currentLevelKey, org.springframework.data.domain.Sort sort, boolean includeCustomColumn)static HealthCheckTableGetParamsof(java.lang.String viewName, java.lang.String currentLevelKey, org.springframework.data.domain.Sort sort, boolean includeCustomColumn, java.util.List<LevelEntry> previousLevels)
-
-
-
Method Detail
-
of
public static HealthCheckTableGetParams of(java.lang.String viewName, java.lang.String currentLevelKey, org.springframework.data.domain.Sort sort, boolean includeCustomColumn)
-
of
public static HealthCheckTableGetParams of(java.lang.String viewName, java.lang.String currentLevelKey, org.springframework.data.domain.Sort sort, boolean includeCustomColumn, java.util.List<LevelEntry> previousLevels)
-
getViewName
public java.lang.String getViewName()
-
getCurrentLevelKey
public java.lang.String getCurrentLevelKey()
-
getSort
public org.springframework.data.domain.Sort getSort()
-
isIncludeCustomColumn
public boolean isIncludeCustomColumn()
-
getPreviousLevels
public java.util.List<LevelEntry> getPreviousLevels()
-
-