public class APIKeyPolicyRequest
extends java.lang.Object
Constructor and Description |
---|
APIKeyPolicyRequest() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getApiKey()
Gets the API key.
|
java.lang.String |
getCallerId()
Gets the UUID of the caller.
|
void |
setApiKey(java.lang.String apiKey)
Sets the API key.
|
void |
setCallerId(java.lang.String callerId)
Sets the caller's UUID.
|
public java.lang.String getApiKey()
public void setApiKey(java.lang.String apiKey)
apiKey
- The API key to setpublic java.lang.String getCallerId()
public void setCallerId(java.lang.String callerId)
callerId
- The UUID to set