com.baidubce.services.lss.model
Class ListRecordingsResponse

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

public class ListRecordingsResponse
extends AbstractBceResponse

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.baidubce.model.AbstractBceResponse
metadata
 
Constructor Summary
ListRecordingsResponse()
           
 
Method Summary
 List<RecordingInfo> getRecordings()
           
 void setRecordings(List<RecordingInfo> recordings)
           
 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

ListRecordingsResponse

public ListRecordingsResponse()
Method Detail

getRecordings

public List<RecordingInfo> getRecordings()

setRecordings

public void setRecordings(List<RecordingInfo> recordings)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2018. All rights reserved.