com.baidubce.services.kms.model
Class ScheduleKeyDeletionResponse

java.lang.Object
  extended by com.baidubce.model.AbstractBceResponse
      extended by com.baidubce.services.kms.model.KmsResponse
          extended by com.baidubce.services.kms.model.ScheduleKeyDeletionResponse
All Implemented Interfaces:
Serializable

public class ScheduleKeyDeletionResponse
extends KmsResponse

Contains the details returned from Kms after calling the ScheduleKeyDeletion operation.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.baidubce.model.AbstractBceResponse
metadata
 
Constructor Summary
ScheduleKeyDeletionResponse()
           
 
Method Summary
 Date getDeletionDate()
           
 String getKeyId()
           
 void setDeletionDate(String deletionDate)
           
 void setKeyId(String keyId)
           
 
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

ScheduleKeyDeletionResponse

public ScheduleKeyDeletionResponse()
Method Detail

setDeletionDate

public void setDeletionDate(String deletionDate)

getDeletionDate

public Date getDeletionDate()

setKeyId

public void setKeyId(String keyId)

getKeyId

public String getKeyId()


Copyright © 2018. All rights reserved.