|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.elastictranscoder.model.Clip
public class Clip
Settings for one clip in a composition. All jobs in a playlist must have the same clip settings.
Constructor Summary | |
---|---|
Clip()
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
TimeSpan |
getTimeSpan()
Settings that determine when a clip begins and how long it lasts. |
int |
hashCode()
|
void |
setTimeSpan(TimeSpan timeSpan)
Settings that determine when a clip begins and how long it lasts. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
Clip |
withTimeSpan(TimeSpan timeSpan)
Settings that determine when a clip begins and how long it lasts. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Clip()
Method Detail |
---|
public TimeSpan getTimeSpan()
public void setTimeSpan(TimeSpan timeSpan)
timeSpan
- Settings that determine when a clip begins and how long it lasts.public Clip withTimeSpan(TimeSpan timeSpan)
Returns a reference to this object so that method calls can be chained together.
timeSpan
- Settings that determine when a clip begins and how long it lasts.
public String toString()
toString
in class Object
Object.toString()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |