com.baidubce.services.lss.model
Class ListStreamRequest

java.lang.Object
  extended by com.baidubce.model.AbstractBceRequest
      extended by com.baidubce.services.lss.model.ListStreamRequest

public class ListStreamRequest
extends AbstractBceRequest

Created by wuyafei on 16/10/14.


Constructor Summary
ListStreamRequest()
           
 
Method Summary
 String getMarker()
           
 Integer getMaxSize()
           
 String getPlayDomain()
           
 String getStatus()
           
 void setMarker(String marker)
           
 void setMaxSize(Integer maxSize)
           
 void setPlayDomain(String playDomain)
           
 void setStatus(String status)
           
 String toString()
           
 ListStreamRequest withMarker(String marker)
           
 ListStreamRequest withMaxSize(Integer maxSize)
           
 ListStreamRequest withPlayDomain(String playDomain)
           
 ListStreamRequest withRequestCredentials(BceCredentials credentials)
           
 ListStreamRequest withStatus(String status)
           
 
Methods inherited from class com.baidubce.model.AbstractBceRequest
getRequestCredentials, setRequestCredentials
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ListStreamRequest

public ListStreamRequest()
Method Detail

withRequestCredentials

public ListStreamRequest withRequestCredentials(BceCredentials credentials)
Specified by:
withRequestCredentials in class AbstractBceRequest

getPlayDomain

public String getPlayDomain()

setPlayDomain

public void setPlayDomain(String playDomain)

withPlayDomain

public ListStreamRequest withPlayDomain(String playDomain)

getStatus

public String getStatus()

setStatus

public void setStatus(String status)

withStatus

public ListStreamRequest withStatus(String status)

getMarker

public String getMarker()

setMarker

public void setMarker(String marker)

withMarker

public ListStreamRequest withMarker(String marker)

getMaxSize

public Integer getMaxSize()

setMaxSize

public void setMaxSize(Integer maxSize)

withMaxSize

public ListStreamRequest withMaxSize(Integer maxSize)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2018. All rights reserved.