Endpoint.EndpointType| Constructor and Description |
|---|
StagingEndpoint() |
StagingEndpoint(Endpoint.EndpointType type,
java.lang.String value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getResultKey()
The key representing the field that the value is mapped to
|
Endpoint.EndpointType |
getType()
The type of endpoint
|
java.lang.String |
getValue()
The value of the endpoint
|
void |
setResultKey(java.lang.String resultKey) |
void |
setType(Endpoint.EndpointType type) |
void |
setValue(java.lang.String value) |
public StagingEndpoint()
public StagingEndpoint(Endpoint.EndpointType type, java.lang.String value)
public Endpoint.EndpointType getType()
Endpointpublic void setType(Endpoint.EndpointType type)
public java.lang.String getValue()
Endpointpublic void setValue(java.lang.String value)
public java.lang.String getResultKey()
EndpointgetResultKey in interface Endpointpublic void setResultKey(java.lang.String resultKey)