com.baidubce.services.media.model
Class Insert

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

public class Insert
extends Object


Constructor Summary
Insert()
           
 
Method Summary
 String getBucket()
           
 Font getFont()
           
 String getKey()
           
 Layout getLayout()
           
 String getText()
           
 Timeline getTimeline()
           
 String getType()
           
 void setBucket(String bucket)
           
 void setFont(Font font)
           
 void setKey(String key)
           
 void setLayout(Layout layout)
           
 void setText(String text)
           
 void setTimeline(Timeline timeline)
           
 void setType(String type)
           
 String toString()
           
 Insert withBucket(String bucket)
           
 Insert withFont(Font font)
           
 Insert withKey(String key)
           
 Insert withLayout(Layout layout)
           
 Insert withText(String text)
           
 Insert withTimeline(Timeline timeline)
           
 Insert withType(String type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Insert

public Insert()
Method Detail

getBucket

public String getBucket()

setBucket

public void setBucket(String bucket)

withBucket

public Insert withBucket(String bucket)

getKey

public String getKey()

setKey

public void setKey(String key)

withKey

public Insert withKey(String key)

getType

public String getType()

setType

public void setType(String type)

withType

public Insert withType(String type)

getText

public String getText()

setText

public void setText(String text)

withText

public Insert withText(String text)

getFont

public Font getFont()

setFont

public void setFont(Font font)

withFont

public Insert withFont(Font font)

getTimeline

public Timeline getTimeline()

setTimeline

public void setTimeline(Timeline timeline)

withTimeline

public Insert withTimeline(Timeline timeline)

getLayout

public Layout getLayout()

setLayout

public void setLayout(Layout layout)

withLayout

public Insert withLayout(Layout layout)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2018. All rights reserved.