com.baidubce.services.cdn.model
Class GetStatSrcFlowResponse

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

public class GetStatSrcFlowResponse
extends CdnResponse

Author:
yixing
See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.baidubce.model.AbstractBceResponse
metadata
 
Constructor Summary
GetStatSrcFlowResponse()
           
 
Method Summary
 List<StatFlowDetails> getDetails()
           
 void setDetails(List<StatFlowDetails> details)
           
 
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

GetStatSrcFlowResponse

public GetStatSrcFlowResponse()
Method Detail

setDetails

public void setDetails(List<StatFlowDetails> details)
Parameters:
details -

getDetails

public List<StatFlowDetails> getDetails()
Returns:
details


Copyright © 2018. All rights reserved.