com.baidubce.services.iothisk.model
Class CipherResponse
java.lang.Object
com.baidubce.model.AbstractBceResponse
com.baidubce.services.iothisk.model.CipherResponse
- All Implemented Interfaces:
- Serializable
public class CipherResponse
- extends AbstractBceResponse
Represent the response of encryption/decryption result.
- See Also:
- Serialized Form
Method Summary |
String |
getData()
Get the encryption / decryption result data. |
void |
setData(String data)
Set the encryption / decryption result data. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CipherResponse
public CipherResponse()
getData
public String getData()
- Get the encryption / decryption result data.
- Returns:
- the encryption / decryption result data
setData
public void setData(String data)
- Set the encryption / decryption result data.
- Parameters:
data
- encryption / decryption result data
Copyright © 2018. All rights reserved.