com.baidubce.services.lss.model
Class PlayPrefix

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

public class PlayPrefix
extends Object
implements Serializable

Created by wuyafei on 16/6/28.

See Also:
Serialized Form

Constructor Summary
PlayPrefix()
           
 
Method Summary
 String getFlv()
           
 String getHls()
           
 String getRtmp()
           
 void setFlv(String flv)
           
 void setHls(String hls)
           
 void setRtmp(String rtmp)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PlayPrefix

public PlayPrefix()
Method Detail

getRtmp

public String getRtmp()

setRtmp

public void setRtmp(String rtmp)

getHls

public String getHls()

setHls

public void setHls(String hls)

getFlv

public String getFlv()

setFlv

public void setFlv(String flv)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2018. All rights reserved.