com.baidubce.services.kms.model
Class ListKeysResponse

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

public class ListKeysResponse
extends KmsResponse

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

See Also:
Serialized Form

Nested Class Summary
static class ListKeysResponse.Key
           
 
Field Summary
 
Fields inherited from class com.baidubce.model.AbstractBceResponse
metadata
 
Constructor Summary
ListKeysResponse()
           
 
Method Summary
 List<ListKeysResponse.Key> getKeys()
           
 String getNextMarker()
           
 boolean getTruncated()
           
 void setKeys(List<ListKeysResponse.Key> keys)
           
 void setNextMarker(String nextMarker)
           
 void setTruncated(boolean truncated)
           
 
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

ListKeysResponse

public ListKeysResponse()
Method Detail

setNextMarker

public void setNextMarker(String nextMarker)

getNextMarker

public String getNextMarker()

setTruncated

public void setTruncated(boolean truncated)

getTruncated

public boolean getTruncated()

setKeys

public void setKeys(List<ListKeysResponse.Key> keys)

getKeys

public List<ListKeysResponse.Key> getKeys()


Copyright © 2018. All rights reserved.