com.baidubce.services.media.model
Class DelogoArea

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

public class DelogoArea
extends Object


Constructor Summary
DelogoArea()
           
 
Method Summary
 Integer getHeight()
           
 Integer getWidth()
           
 Integer getX()
           
 Integer getY()
           
 void setHeight(Integer height)
           
 void setWidth(Integer width)
           
 void setX(Integer x)
           
 void setY(Integer y)
           
 String toString()
           
 DelogoArea withHeight(Integer height)
           
 DelogoArea withWidth(Integer width)
           
 DelogoArea withX(Integer x)
           
 DelogoArea withY(Integer y)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DelogoArea

public DelogoArea()
Method Detail

getX

public Integer getX()

setX

public void setX(Integer x)

withX

public DelogoArea withX(Integer x)

getY

public Integer getY()

setY

public void setY(Integer y)

withY

public DelogoArea withY(Integer y)

getWidth

public Integer getWidth()

setWidth

public void setWidth(Integer width)

withWidth

public DelogoArea withWidth(Integer width)

getHeight

public Integer getHeight()

setHeight

public void setHeight(Integer height)

withHeight

public DelogoArea withHeight(Integer height)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2018. All rights reserved.