@ResourceNameConstraint(message="{resourcename.invalid.character}", payload=ResourcePool.class) public interface ResourcePool extends Resource, javax.validation.Payload
Modifier and Type | Interface and Description |
---|---|
static class |
ResourcePool.Duck |
Modifier and Type | Method and Description |
---|---|
String |
getIdentity() |
@NotNull @Pattern(regexp="[A-Za-z0-9_][A-Za-z0-9\\-_\\./;:#]*",message="{resourcepool.invalid.name.key}",payload=ResourcePool.class) String |
getName()
Gets the value of the name property.
|
String |
getPing()
Gets the value of the ping property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setPing(String value)
Sets the value of the ping property.
|
getDeploymentOrder, getObjectType, setDeploymentOrder, setObjectType
createChild, deepCopy, getParent, getParent
@NotNull @Pattern(regexp="[A-Za-z0-9_][A-Za-z0-9\\-_\\./;:#]*", message="{resourcepool.invalid.name.key}", payload=ResourcePool.class) @NotNull @Pattern(regexp="[A-Za-z0-9_][A-Za-z0-9\\-_\\./;:#]*",message="{resourcepool.invalid.name.key}",payload=ResourcePool.class) String getName()
String
void setName(String value) throws PropertyVetoException
value
- allowed object is String
PropertyVetoException
@DuckTyped String getIdentity()
getIdentity
in interface Resource
String getPing()
String
void setPing(String value) throws PropertyVetoException
value
- allowed object is String
PropertyVetoException
Copyright © 2019. All rights reserved.