public class TerminalRequest extends Object
Constructor and Description |
---|
TerminalRequest() |
Modifier and Type | Method and Description |
---|---|
String |
getApiKey()
Returns the API key.
|
String |
getBearerToken()
Returns the bearer token.
|
Object |
getRequest()
Returns the underlying request object.
|
String |
getSigningKey()
Returns the signing key.
|
void |
setApiKey(String apiKey)
Sets the API key.
|
void |
setBearerToken(String bearerToken)
Sets the bearer token.
|
void |
setRequest(Object request)
Sets the underlying request.
|
void |
setSigningKey(String signingKey)
Sets the signing key.
|
public String getApiKey()
public void setApiKey(String apiKey)
apiKey
- the API key.public String getBearerToken()
public void setBearerToken(String bearerToken)
bearerToken
- the bearer token.public String getSigningKey()
public void setSigningKey(String signingKey)
signingKey
- the signing key.public Object getRequest()
public void setRequest(Object request)
request
- the underlying request.Copyright © 2022 BlockChyp, Inc.. All rights reserved.