public class VerifyTokenStepModel extends BaseStepModel
| Constructor and Description |
|---|
VerifyTokenStepModel() |
| Modifier and Type | Method and Description |
|---|---|
void |
fromMap(Map<String,Object> context)
Initialize object with given attribute map.
|
String |
getDataFileName() |
String |
getHttpMethod()
Get HTTP method.
|
String |
getTokenId()
Get token ID.
|
String |
getTokenSecret()
Get token secret.
|
void |
setDataFileName(String dataFileName) |
void |
setHttpMethod(String httpMethod)
Set HTTP method.
|
void |
setTokenId(String tokenId)
Set token ID.
|
void |
setTokenSecret(String tokenSecret)
Set token secret.
|
Map<String,Object> |
toMap()
Convert this object to map.
|
getHeaders, getResultStatusObject, getUriString, setHeaders, setResultStatusObject, setUriStringpublic String getTokenId()
public void setTokenId(String tokenId)
tokenId - Token ID.public String getTokenSecret()
public void setTokenSecret(String tokenSecret)
tokenSecret - Token secret.public String getHttpMethod()
public void setHttpMethod(String httpMethod)
httpMethod - HTTP method.public String getDataFileName()
public void setDataFileName(String dataFileName)
public Map<String,Object> toMap()
BaseStepModeltoMap in class BaseStepModelpublic void fromMap(Map<String,Object> context)
BaseStepModelfromMap in class BaseStepModelcontext - Context with attributes.Copyright © 2016–2017 Lime - HighTech Solutions Inc.. All rights reserved.