public class ConfigCheckReport extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ConfigCheckReport.ConfigStatus
Config status of the config check.
|
Constructor and Description |
---|
ConfigCheckReport()
Creates a new instance of
ConfigCheckReport . |
ConfigCheckReport(ConfigCheckReport configCheckReport)
Creates a new instance of
ConfigCheckReport from a thrift representation. |
ConfigCheckReport(Map<Scope,List<InconsistentProperty>> errors,
Map<Scope,List<InconsistentProperty>> warns,
ConfigCheckReport.ConfigStatus status)
Creates a new instance of
ConfigCheckReport . |
Modifier and Type | Method and Description |
---|---|
static ConfigCheckReport |
fromThrift(ConfigCheckReport report)
Creates a new instance of
ConfigCheckReport from thrift representation. |
Map<Scope,List<InconsistentProperty>> |
getConfigErrors() |
ConfigCheckReport.ConfigStatus |
getConfigStatus() |
Map<Scope,List<InconsistentProperty>> |
getConfigWarns() |
ConfigCheckReport |
toThrift() |
public ConfigCheckReport()
ConfigCheckReport
.public ConfigCheckReport(Map<Scope,List<InconsistentProperty>> errors, Map<Scope,List<InconsistentProperty>> warns, ConfigCheckReport.ConfigStatus status)
ConfigCheckReport
.errors
- the configuration errorswarns
- the configuration warningsstatus
- the configuration check statuspublic ConfigCheckReport(ConfigCheckReport configCheckReport)
ConfigCheckReport
from a thrift representation.configCheckReport
- the thrift representation of a configuration check reportpublic Map<Scope,List<InconsistentProperty>> getConfigErrors()
public Map<Scope,List<InconsistentProperty>> getConfigWarns()
public ConfigCheckReport.ConfigStatus getConfigStatus()
public ConfigCheckReport toThrift()
public static ConfigCheckReport fromThrift(ConfigCheckReport report)
ConfigCheckReport
from thrift representation.report
- the thrift representation of a configuration check reportCopyright © 2023. All Rights Reserved.