public class StagingEndpoint
extends java.lang.Object
| Constructor and Description |
|---|
StagingEndpoint() |
StagingEndpoint(com.imsweb.seerapi.client.staging.StagingEndpoint.EndpointType type,
java.lang.String value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getResultKey() |
com.imsweb.seerapi.client.staging.StagingEndpoint.EndpointType |
getType() |
java.lang.String |
getValue() |
void |
setResultKey(java.lang.String resultKey) |
void |
setType(com.imsweb.seerapi.client.staging.StagingEndpoint.EndpointType type) |
void |
setValue(java.lang.String value) |
public StagingEndpoint()
public StagingEndpoint(com.imsweb.seerapi.client.staging.StagingEndpoint.EndpointType type,
java.lang.String value)
public com.imsweb.seerapi.client.staging.StagingEndpoint.EndpointType getType()
public void setType(com.imsweb.seerapi.client.staging.StagingEndpoint.EndpointType type)
public java.lang.String getValue()
public void setValue(java.lang.String value)
public java.lang.String getResultKey()
public void setResultKey(java.lang.String resultKey)