Package de.eacg.ecs.client
Class CheckResults.Warning
java.lang.Object
de.eacg.ecs.client.CheckResults.Warning
- Enclosing class:
- CheckResults
public static class CheckResults.Warning
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description Warning() -
Method Summary
Modifier and Type Method Description java.lang.StringgetComponent()java.lang.StringgetStatus()java.lang.StringgetVersion()booleanisComponentNotFound()booleanisLicenseNotFound()booleanisVersionNotFound()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Warning
public Warning()
-
-
Method Details
-
getComponent
public java.lang.String getComponent() -
getVersion
public java.lang.String getVersion() -
getStatus
public java.lang.String getStatus() -
isComponentNotFound
public boolean isComponentNotFound() -
isVersionNotFound
public boolean isVersionNotFound() -
isLicenseNotFound
public boolean isLicenseNotFound()
-