com.baidubce.services.lss.model
Class ListStreamStatisticsResponse

java.lang.Object
  extended by com.baidubce.model.AbstractBceResponse
      extended by com.baidubce.services.lss.model.ListStreamStatisticsResponse
All Implemented Interfaces:
Serializable

public class ListStreamStatisticsResponse
extends AbstractBceResponse

Created by wuyafei on 16/10/19.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.baidubce.model.AbstractBceResponse
metadata
 
Constructor Summary
ListStreamStatisticsResponse()
           
 
Method Summary
 List<LiveStreamStatistics> getStreamStatisticsList()
           
 Integer getTotalCount()
           
 void setStreamStatisticsList(List<LiveStreamStatistics> streamStatisticsList)
           
 void setTotalCount(Integer totalCount)
           
 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

ListStreamStatisticsResponse

public ListStreamStatisticsResponse()
Method Detail

getStreamStatisticsList

public List<LiveStreamStatistics> getStreamStatisticsList()

setStreamStatisticsList

public void setStreamStatisticsList(List<LiveStreamStatistics> streamStatisticsList)

getTotalCount

public Integer getTotalCount()

setTotalCount

public void setTotalCount(Integer totalCount)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2018. All rights reserved.