com.baidubce.services.ses.model
Class ListVerifiedDomainResponse

java.lang.Object
  extended by com.baidubce.model.AbstractBceResponse
      extended by com.baidubce.services.ses.model.SesResponse
          extended by com.baidubce.services.ses.model.ListVerifiedDomainResponse
All Implemented Interfaces:
Serializable

public class ListVerifiedDomainResponse
extends SesResponse

Response object of listing verified domain. It contains list of the detail of verified domain.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.baidubce.model.AbstractBceResponse
metadata
 
Constructor Summary
ListVerifiedDomainResponse()
           
 
Method Summary
 List<DomainDetailModel> getDetails()
           
 void setDetails(List<DomainDetailModel> details)
           
 String toString()
           
 
Methods inherited from class com.baidubce.model.AbstractBceResponse
getMetadata
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ListVerifiedDomainResponse

public ListVerifiedDomainResponse()
Method Detail

getDetails

public List<DomainDetailModel> getDetails()

setDetails

public void setDetails(List<DomainDetailModel> details)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2018. All rights reserved.