com.baidubce.services.lss.model
Class CreateSessionResponse

java.lang.Object
  extended by com.baidubce.model.AbstractBceResponse
      extended by com.baidubce.services.lss.model.CreateSessionResponse

public class CreateSessionResponse
extends AbstractBceResponse


Field Summary
 
Fields inherited from class com.baidubce.model.AbstractBceResponse
metadata
 
Constructor Summary
CreateSessionResponse()
           
 
Method Summary
 String getCreateTime()
           
 String getDescription()
           
 String getNotification()
           
 LivePlay getPlay()
           
 String getPreset()
           
 LivePublish getPublish()
           
 String getSecurityPolicy()
           
 String getSessionId()
           
 String getStatus()
           
 void setCreateTime(String createTime)
           
 void setDescription(String description)
           
 void setNotification(String notification)
           
 void setPlay(LivePlay play)
           
 void setPreset(String preset)
           
 void setPublish(LivePublish publish)
           
 void setSecurityPolicy(String securityPolicy)
           
 void setSessionId(String sessionId)
           
 void setStatus(String status)
           
 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

CreateSessionResponse

public CreateSessionResponse()
Method Detail

getSessionId

public String getSessionId()

setSessionId

public void setSessionId(String sessionId)

getDescription

public String getDescription()

setDescription

public void setDescription(String description)

getPreset

public String getPreset()

setPreset

public void setPreset(String preset)

getCreateTime

public String getCreateTime()

setCreateTime

public void setCreateTime(String createTime)

getStatus

public String getStatus()

setStatus

public void setStatus(String status)

getNotification

public String getNotification()

setNotification

public void setNotification(String notification)

getSecurityPolicy

public String getSecurityPolicy()

setSecurityPolicy

public void setSecurityPolicy(String securityPolicy)

getPublish

public LivePublish getPublish()

setPublish

public void setPublish(LivePublish publish)

getPlay

public LivePlay getPlay()

setPlay

public void setPlay(LivePlay play)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2016. All rights reserved.