类 DynamicTrafficFrameRequest.Configuration.FrameLocation
- java.lang.Object
-
- com.baidubce.services.evs.model.DynamicTrafficFrameRequest.Configuration.FrameLocation
-
public static class DynamicTrafficFrameRequest.Configuration.FrameLocation extends Object
-
-
构造器概要
构造器 构造器 说明 FrameLocation()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 booleanequals(Object o)DoublegetHeight()DoublegetHorizontal()DoublegetVertical()DoublegetWidth()inthashCode()voidsetHeight(Double height)voidsetHorizontal(Double horizontal)voidsetVertical(Double vertical)voidsetWidth(Double width)StringtoString()
-
-
-
方法详细资料
-
getHorizontal
public Double getHorizontal()
-
setHorizontal
public void setHorizontal(Double horizontal)
-
getVertical
public Double getVertical()
-
setVertical
public void setVertical(Double vertical)
-
getWidth
public Double getWidth()
-
setWidth
public void setWidth(Double width)
-
getHeight
public Double getHeight()
-
setHeight
public void setHeight(Double height)
-
-