public class EnAndDecryptionComponent extends Object implements ComponentInterface
Constructor and Description |
---|
EnAndDecryptionComponent() |
Modifier and Type | Method and Description |
---|---|
void |
execute(Context context)
组件执行方法
|
String |
getMessage() |
String |
getResultKey() |
Integer |
getType() |
void |
setMessage(String message) |
void |
setResultKey(String resultKey) |
void |
setType(Integer type) |
public void execute(Context context)
ComponentInterface
execute
in interface ComponentInterface
context
- 组件执行的环境public Integer getType()
public void setType(Integer type)
public String getResultKey()
public void setResultKey(String resultKey)
public String getMessage()
public void setMessage(String message)
Copyright © 2006–2018 TinyGroup. All rights reserved.