public interface DGServerRef extends ConfigBeanProxy, Ref, javax.validation.Payload
ConfigBeanProxy.Duck| Modifier and Type | Method and Description |
|---|---|
@NotNull @Pattern(regexp="[A-Za-z0-9_][A-Za-z0-9\\-_\\.;]*",message="{server.invalid.name}",payload=DGServerRef.class) String |
getRef()
Gets the value of the ref property.
|
void |
setRef(String value)
Sets the value of the ref property.
|
createChild, deepCopy, getParent, getParent@NotNull
@Pattern(regexp="[A-Za-z0-9_][A-Za-z0-9\\-_\\.;]*",
message="{server.invalid.name}",
payload=DGServerRef.class)
@ReferenceConstraint.RemoteKey(message="{resourceref.invalid.server-ref}",
type=Server.class)
@NotNull @Pattern(regexp="[A-Za-z0-9_][A-Za-z0-9\\-_\\.;]*",message="{server.invalid.name}",payload=DGServerRef.class) String getRef()
void setRef(String value) throws PropertyVetoException
setRef in interface Refvalue - allowed object is StringPropertyVetoExceptionCopyright © 2019. All rights reserved.