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