com.baidubce.services.iothisk.model
Class CipherResponse

java.lang.Object
  extended by com.baidubce.model.AbstractBceResponse
      extended by 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

Field Summary
 
Fields inherited from class com.baidubce.model.AbstractBceResponse
metadata
 
Constructor Summary
CipherResponse()
           
 
Method Summary
 String getData()
          Get the encryption / decryption result data.
 void setData(String data)
          Set the encryption / decryption result data.
 
Methods inherited from class com.baidubce.model.AbstractBceResponse
getMetadata
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CipherResponse

public CipherResponse()
Method Detail

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.