com.baidubce.services.cdn.model
Class GetDomainLogResponse

java.lang.Object
  extended by com.baidubce.model.AbstractBceResponse
      extended by com.baidubce.services.cdn.model.CdnResponse
          extended by com.baidubce.services.cdn.model.GetDomainLogResponse
All Implemented Interfaces:
Serializable

public class GetDomainLogResponse
extends CdnResponse

Author:
yixing
See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.baidubce.model.AbstractBceResponse
metadata
 
Constructor Summary
GetDomainLogResponse()
           
 
Method Summary
 List<LogEntry> getLogs()
           
 void setLogs(List<LogEntry> logs)
           
 
Methods inherited from class com.baidubce.services.cdn.model.CdnResponse
setMetadata, 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

GetDomainLogResponse

public GetDomainLogResponse()
Method Detail

getLogs

public List<LogEntry> getLogs()
Returns:
logs

setLogs

public void setLogs(List<LogEntry> logs)
Parameters:
logs -


Copyright © 2018. All rights reserved.