public static class SegmentHeadResponseBody.SegmentHeadResponseBodyDataElements
extends com.aliyun.tea.TeaModel
| 构造器和说明 |
|---|
SegmentHeadResponseBodyDataElements() |
@NameInMap(value="ImageURL") public String imageURL
@NameInMap(value="Width") public Integer width
@NameInMap(value="Height") public Integer height
@NameInMap(value="Y") public Integer y
@NameInMap(value="X") public Integer x
public static SegmentHeadResponseBody.SegmentHeadResponseBodyDataElements build(Map<String,?> map) throws Exception
Exceptionpublic SegmentHeadResponseBody.SegmentHeadResponseBodyDataElements setImageURL(String imageURL)
public String getImageURL()
public SegmentHeadResponseBody.SegmentHeadResponseBodyDataElements setWidth(Integer width)
public Integer getWidth()
public SegmentHeadResponseBody.SegmentHeadResponseBodyDataElements setHeight(Integer height)
public Integer getHeight()
public SegmentHeadResponseBody.SegmentHeadResponseBodyDataElements setY(Integer y)
public Integer getY()
public SegmentHeadResponseBody.SegmentHeadResponseBodyDataElements setX(Integer x)
public Integer getX()
Copyright © 2021. All rights reserved.