com.baidubce.services.vod.model
Class GetPlayerCodeRequest

java.lang.Object
  extended by com.baidubce.model.AbstractBceRequest
      extended by com.baidubce.services.vod.model.GetPlayerCodeRequest

public class GetPlayerCodeRequest
extends AbstractBceRequest


Constructor Summary
GetPlayerCodeRequest()
           
 
Method Summary
 int getHeight()
           
 String getMediaId()
           
 int getWidth()
           
 Boolean isAutoStart()
           
 void setAutoStart(Boolean autoStart)
           
 void setHeight(int height)
           
 void setMediaId(String mediaId)
           
 void setWidth(int width)
           
 String toString()
           
 GetPlayerCodeRequest withAutoStart(boolean autoStart)
           
 GetPlayerCodeRequest withHeight(int height)
           
 GetPlayerCodeRequest withMediaId(String mediaId)
           
 AbstractBceRequest withRequestCredentials(BceCredentials credentials)
           
 GetPlayerCodeRequest withWidth(int width)
           
 
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

GetPlayerCodeRequest

public GetPlayerCodeRequest()
Method Detail

toString

public String toString()
Overrides:
toString in class Object

getMediaId

public String getMediaId()

setMediaId

public void setMediaId(String mediaId)

withMediaId

public GetPlayerCodeRequest withMediaId(String mediaId)

getWidth

public int getWidth()

setWidth

public void setWidth(int width)

withWidth

public GetPlayerCodeRequest withWidth(int width)

getHeight

public int getHeight()

setHeight

public void setHeight(int height)

withHeight

public GetPlayerCodeRequest withHeight(int height)

isAutoStart

public Boolean isAutoStart()

setAutoStart

public void setAutoStart(Boolean autoStart)

withAutoStart

public GetPlayerCodeRequest withAutoStart(boolean autoStart)

withRequestCredentials

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


Copyright © 2018. All rights reserved.