com.baidubce.services.media.model
Class SourceClip

java.lang.Object
  extended by com.baidubce.services.media.model.SourceClip

public class SourceClip
extends Object


Constructor Summary
SourceClip()
           
 
Method Summary
 Integer getDurationInSecond()
          片段的持续时间
 String getSourceKey()
          片段地址
 Integer getStartTimeInSecond()
          片段的起始时间
 void setDurationInSecond(Integer durationInSecond)
           
 void setSourceKey(String sourceKey)
           
 void setStartTimeInSecond(Integer startTimeInSecond)
           
 String toString()
           
 SourceClip withDurationInSecond(Integer durationInSecond)
           
 SourceClip withSourceKey(String sourceKey)
           
 SourceClip withStartTimeInSecond(Integer startTimeInSecond)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SourceClip

public SourceClip()
Method Detail

getStartTimeInSecond

public Integer getStartTimeInSecond()
片段的起始时间


setStartTimeInSecond

public void setStartTimeInSecond(Integer startTimeInSecond)

withStartTimeInSecond

public SourceClip withStartTimeInSecond(Integer startTimeInSecond)

getDurationInSecond

public Integer getDurationInSecond()
片段的持续时间


setDurationInSecond

public void setDurationInSecond(Integer durationInSecond)

withDurationInSecond

public SourceClip withDurationInSecond(Integer durationInSecond)

getSourceKey

public String getSourceKey()
片段地址


setSourceKey

public void setSourceKey(String sourceKey)

withSourceKey

public SourceClip withSourceKey(String sourceKey)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2018. All rights reserved.