public interface ApplicationRef
extends org.jvnet.hk2.config.ConfigBeanProxy, jakarta.validation.Payload
| Modifier and Type | Method and Description |
|---|---|
String |
getDisableTimeoutInMinutes()
Gets the value of the disableTimeoutInMinutes property.
|
String |
getEnabled()
Gets the value of the enabled property.
|
String |
getLbEnabled()
Gets the value of the lbEnabled property.
|
@NotNull @Pattern(regexp="[A-Za-z0-9_][A-Za-z0-9\\-_\\./;:#]*",message="{appref.invalid.name}",payload=ApplicationRef.class) String |
getRef()
Gets the value of the ref property.
|
String |
getVirtualServers()
Gets the value of the virtualServers property.
|
void |
setDisableTimeoutInMinutes(String value)
Sets the value of the disableTimeoutInMinutes property.
|
void |
setEnabled(String value)
Sets the value of the enabled property.
|
void |
setLbEnabled(String value)
Sets the value of the lbEnabled property.
|
void |
setRef(String value)
Sets the value of the ref property.
|
void |
setVirtualServers(String value)
Sets the value of the virtualServers property.
|
String getEnabled()
Stringvoid setEnabled(String value) throws PropertyVetoException
value - allowed object is
StringPropertyVetoExceptionString getVirtualServers()
Stringvoid setVirtualServers(String value) throws PropertyVetoException
value - allowed object is
StringPropertyVetoExceptionString getLbEnabled()
Stringvoid setLbEnabled(String value) throws PropertyVetoException
value - allowed object is
StringPropertyVetoExceptionString getDisableTimeoutInMinutes()
Stringvoid setDisableTimeoutInMinutes(String value) throws PropertyVetoException
value - allowed object is
StringPropertyVetoException@NotNull
@Pattern(regexp="[A-Za-z0-9_][A-Za-z0-9\\-_\\./;:#]*",
message="{appref.invalid.name}",
payload=ApplicationRef.class)
@NotNull @Pattern(regexp="[A-Za-z0-9_][A-Za-z0-9\\-_\\./;:#]*",message="{appref.invalid.name}",payload=ApplicationRef.class) String getRef()
Stringvoid setRef(String value) throws PropertyVetoException
value - allowed object is
StringPropertyVetoExceptionCopyright © 2017–2020 Eclipse Foundation. All rights reserved.