public class ExternalPropertyResource extends AbstractResource
| Constructor and Description |
|---|
ExternalPropertyResource() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
javax.ws.rs.core.Response |
externalPropertySingle(Long propertyId,
Long databaseId,
Long userId) |
String |
getKey()
Returns the Key.
|
String |
getKeyGroup()
Returns the KeyGroup.
|
Long |
getPropertyId()
Returns the PropertyId.
|
protected AbstractResourceHandler<DefaultParameter,DefaultParameter,DefaultParameter,GetExternalPropertyParameter,DefaultParameter> |
getResourceHandler() |
String |
getValue()
Returns the Value.
|
int |
hashCode() |
void |
setKey(String key)
Sets Key.
|
void |
setKeyGroup(String keyGroup)
Sets KeyGroup.
|
void |
setPropertyId(Long propertyId)
Sets PropertyId.
|
void |
setValue(String value)
Sets Value.
|
protected AbstractResourceHandler<DefaultParameter,DefaultParameter,DefaultParameter,GetExternalPropertyParameter,DefaultParameter> getResourceHandler()
getResourceHandler in class AbstractResourcepublic javax.ws.rs.core.Response externalPropertySingle(Long propertyId, Long databaseId, Long userId) throws Exception
Exceptionpublic Long getPropertyId()
public void setPropertyId(Long propertyId)
propertyId - public String getKeyGroup()
public void setKeyGroup(String keyGroup)
keyGroup - public String getKey()
public void setKey(String key)
key - public String getValue()
public void setValue(String value)
value - Copyright © 2019 Communote team. All rights reserved.