public interface DiagnosticService extends ConfigBeanProxy, PropertyBag
| Modifier and Type | Interface and Description |
|---|---|
static class |
DiagnosticService.Duck |
| Modifier and Type | Method and Description |
|---|---|
String |
getCaptureAppDd()
Gets the value of the captureAppDd property.
|
String |
getCaptureHadbInfo()
Gets the value of the captureHadbInfo property.
|
String |
getCaptureInstallLog()
Gets the value of the captureInstallLog property.
|
String |
getCaptureSystemInfo()
Gets the value of the captureSystemInfo property.
|
String |
getComputeChecksum()
Gets the value of the computeChecksum property.
|
<T extends DiagnosticServiceExtension> |
getExtensionByType(Class<T> type) |
List<DiagnosticServiceExtension> |
getExtensions() |
@Min(value=0L) String |
getMaxLogEntries()
Gets the value of the maxLogEntries property.
|
String |
getMinLogLevel()
Gets the value of the minLogLevel property.
|
List<Property> |
getProperty()
Properties as per
PropertyBag |
String |
getVerifyConfig()
Gets the value of the verifyConfig property.
|
void |
setCaptureAppDd(String value)
Sets the value of the captureAppDd property.
|
void |
setCaptureHadbInfo(String value)
Sets the value of the captureHadbInfo property.
|
void |
setCaptureInstallLog(String value)
Sets the value of the captureInstallLog property.
|
void |
setCaptureSystemInfo(String value)
Sets the value of the captureSystemInfo property.
|
void |
setComputeChecksum(String value)
Sets the value of the computeChecksum property.
|
void |
setMaxLogEntries(String value)
Sets the value of the maxLogEntries property.
|
void |
setMinLogLevel(String value)
Sets the value of the minLogLevel property.
|
void |
setVerifyConfig(String value)
Sets the value of the verifyConfig property.
|
createChild, deepCopy, getParent, getParentaddProperty, getProperty, getPropertyValue, getPropertyValue, lookupProperty, removeProperty, removePropertyString getComputeChecksum()
Stringvoid setComputeChecksum(String value) throws PropertyVetoException
value - allowed object is StringPropertyVetoExceptionString getVerifyConfig()
Stringvoid setVerifyConfig(String value) throws PropertyVetoException
value - allowed object is StringPropertyVetoExceptionString getCaptureInstallLog()
Stringvoid setCaptureInstallLog(String value) throws PropertyVetoException
value - allowed object is StringPropertyVetoExceptionString getCaptureSystemInfo()
Stringvoid setCaptureSystemInfo(String value) throws PropertyVetoException
value - allowed object is StringPropertyVetoExceptionString getCaptureHadbInfo()
Stringvoid setCaptureHadbInfo(String value) throws PropertyVetoException
value - allowed object is StringPropertyVetoExceptionString getCaptureAppDd()
Stringvoid setCaptureAppDd(String value) throws PropertyVetoException
value - allowed object is StringPropertyVetoExceptionString getMinLogLevel()
Stringvoid setMinLogLevel(String value) throws PropertyVetoException
value - allowed object is StringPropertyVetoException@Min(value=0L) @Min(value=0L) String getMaxLogEntries()
Stringvoid setMaxLogEntries(String value) throws PropertyVetoException
value - allowed object is StringPropertyVetoException@ToDo(priority=IMPORTANT, details="Provide PropertyDesc for legal props") @PropertiesDesc(props={}) List<Property> getProperty()
PropertyBaggetProperty in interface PropertyBagList<DiagnosticServiceExtension> getExtensions()
@DuckTyped <T extends DiagnosticServiceExtension> T getExtensionByType(Class<T> type)
Copyright © 2019. All rights reserved.