com.baidubce.services.vodpro.model.request
Class CreateMediaRequest

java.lang.Object
  extended by com.baidubce.model.AbstractBceRequest
      extended by com.baidubce.services.vodpro.model.request.CreateMediaRequest

public class CreateMediaRequest
extends AbstractBceRequest

Created on 17/8/24

Author:
liumin08

Constructor Summary
CreateMediaRequest()
           
 
Method Summary
 String getDescription()
           
 String getNotificationName()
           
 Path getPath()
           
 String getTriggerName()
           
 void setDescription(String description)
           
 void setNotificationName(String notificationName)
           
 void setPath(Path path)
           
 void setTriggerName(String triggerName)
           
 String toString()
           
 CreateMediaRequest withRequestCredentials(BceCredentials credentials)
           
 
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

CreateMediaRequest

public CreateMediaRequest()
Method Detail

withRequestCredentials

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

getPath

public Path getPath()

setPath

public void setPath(Path path)

getTriggerName

public String getTriggerName()

setTriggerName

public void setTriggerName(String triggerName)

getNotificationName

public String getNotificationName()

setNotificationName

public void setNotificationName(String notificationName)

getDescription

public String getDescription()

setDescription

public void setDescription(String description)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2018. All rights reserved.