类 GetWaterMarkResponse
- java.lang.Object
-
- com.baidubce.model.AbstractBceResponse
-
- com.baidubce.services.media.model.GetWaterMarkResponse
-
- 所有已实现的接口:
Serializable
public class GetWaterMarkResponse extends AbstractBceResponse
- 另请参阅:
- 序列化表格
-
-
字段概要
-
从类继承的字段 com.baidubce.model.AbstractBceResponse
metadata
-
-
构造器概要
构造器 构造器 说明 GetWaterMarkResponse()
-
方法概要
-
从类继承的方法 com.baidubce.model.AbstractBceResponse
getMetadata
-
-
-
-
方法详细资料
-
getWatermarkId
public String getWatermarkId()
-
setWatermarkId
public void setWatermarkId(String watermarkId)
-
getCreateTime
public String getCreateTime()
-
setCreateTime
public void setCreateTime(String createTime)
-
getBucket
public String getBucket()
-
setBucket
public void setBucket(String bucket)
-
getKey
public String getKey()
-
setKey
public void setKey(String key)
-
getVerticalOffsetInPixel
public Integer getVerticalOffsetInPixel()
-
setVerticalOffsetInPixel
public void setVerticalOffsetInPixel(Integer verticalOffsetInPixel)
-
getHorizontalOffsetInPixel
public Integer getHorizontalOffsetInPixel()
-
setHorizontalOffsetInPixel
public void setHorizontalOffsetInPixel(Integer horizontalOffsetInPixel)
-
getVerticalAlignment
public String getVerticalAlignment()
-
setVerticalAlignment
public void setVerticalAlignment(String verticalAlignment)
-
getHorizontalAlignment
public String getHorizontalAlignment()
-
setHorizontalAlignment
public void setHorizontalAlignment(String horizontalAlignment)
-
getTimeline
public Timeline getTimeline()
-
setTimeline
public void setTimeline(Timeline timeline)
-
getRepeated
public Integer getRepeated()
-
setRepeated
public void setRepeated(Integer repeated)
-
getAllowScaling
public Boolean getAllowScaling()
-
setAllowScaling
public void setAllowScaling(Boolean allowScaling)
-
getDx
public String getDx()
-
setDx
public void setDx(String dx)
-
withDx
public GetWaterMarkResponse withDx(String dx)
-
getDy
public String getDy()
-
setDy
public void setDy(String dy)
-
withDy
public GetWaterMarkResponse withDy(String dy)
-
getHeight
public String getHeight()
-
setHeight
public void setHeight(String height)
-
withHeight
public GetWaterMarkResponse withHeight(String height)
-
getWidth
public String getWidth()
-
setWidth
public void setWidth(String width)
-
withWidth
public GetWaterMarkResponse withWidth(String width)
-
-