Interface Healthcheck
-
- All Known Implementing Classes:
HealthcheckImpl
public interface Healthcheck extends EObject
A representation of the model object 'Healthcheck'.The following features are supported:
- See Also:
ComposeFilePackage.getHealthcheck()
- Generated class or method.
- EMF model class or method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getDisable()
Returns the value of the 'Disable' attribute.String
getInterval()
Returns the value of the 'Interval' attribute.String
getRetries()
Returns the value of the 'Retries' attribute.String
getStart_period()
Returns the value of the 'Start period' attribute.ValueOrList
getTest()
Returns the value of the 'Test' containment reference.String
getTimeout()
Returns the value of the 'Timeout' attribute.void
setDisable(String value)
Sets the value of the 'Disable
' attribute.void
setInterval(String value)
Sets the value of the 'Interval
' attribute.void
setRetries(String value)
Sets the value of the 'Retries
' attribute.void
setStart_period(String value)
Sets the value of the 'Start period
' attribute.void
setTest(ValueOrList value)
Sets the value of the 'Test
' containment reference.void
setTimeout(String value)
Sets the value of the 'Timeout
' attribute.-
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
-
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
-
-
-
Method Detail
-
getDisable
String getDisable()
Returns the value of the 'Disable' attribute.- Returns:
- the value of the 'Disable' attribute.
- See Also:
setDisable(String)
,ComposeFilePackage.getHealthcheck_Disable()
- Generated class or method.
- EMF model class or method.
-
setDisable
void setDisable(String value)
Sets the value of the 'Disable
' attribute.- Parameters:
value
- the new value of the 'Disable' attribute.- See Also:
getDisable()
- Generated class or method.
-
getInterval
String getInterval()
Returns the value of the 'Interval' attribute.- Returns:
- the value of the 'Interval' attribute.
- See Also:
setInterval(String)
,ComposeFilePackage.getHealthcheck_Interval()
- Generated class or method.
- EMF model class or method.
-
setInterval
void setInterval(String value)
Sets the value of the 'Interval
' attribute.- Parameters:
value
- the new value of the 'Interval' attribute.- See Also:
getInterval()
- Generated class or method.
-
getRetries
String getRetries()
Returns the value of the 'Retries' attribute.- Returns:
- the value of the 'Retries' attribute.
- See Also:
setRetries(String)
,ComposeFilePackage.getHealthcheck_Retries()
- Generated class or method.
- EMF model class or method.
-
setRetries
void setRetries(String value)
Sets the value of the 'Retries
' attribute.- Parameters:
value
- the new value of the 'Retries' attribute.- See Also:
getRetries()
- Generated class or method.
-
getTest
ValueOrList getTest()
Returns the value of the 'Test' containment reference.- Returns:
- the value of the 'Test' containment reference.
- See Also:
setTest(ValueOrList)
,ComposeFilePackage.getHealthcheck_Test()
- Generated class or method.
- EMF model class or method.
- containment="true"
-
setTest
void setTest(ValueOrList value)
Sets the value of the 'Test
' containment reference.- Parameters:
value
- the new value of the 'Test' containment reference.- See Also:
getTest()
- Generated class or method.
-
getTimeout
String getTimeout()
Returns the value of the 'Timeout' attribute.- Returns:
- the value of the 'Timeout' attribute.
- See Also:
setTimeout(String)
,ComposeFilePackage.getHealthcheck_Timeout()
- Generated class or method.
- EMF model class or method.
-
setTimeout
void setTimeout(String value)
Sets the value of the 'Timeout
' attribute.- Parameters:
value
- the new value of the 'Timeout' attribute.- See Also:
getTimeout()
- Generated class or method.
-
getStart_period
String getStart_period()
Returns the value of the 'Start period' attribute.- Returns:
- the value of the 'Start period' attribute.
- See Also:
setStart_period(String)
,ComposeFilePackage.getHealthcheck_Start_period()
- Generated class or method.
- EMF model class or method.
-
setStart_period
void setStart_period(String value)
Sets the value of the 'Start period
' attribute.- Parameters:
value
- the new value of the 'Start period' attribute.- See Also:
getStart_period()
- Generated class or method.
-
-