public class Point extends AbstractModel
header, skipSign
Constructor and Description |
---|
Point() |
Point(Point source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
Long |
getPage()
Get 页码
|
Long |
getXCoordinate()
Get x坐标
|
Long |
getYCoordinate()
Get y坐标
|
void |
setPage(Long Page)
Set 页码
|
void |
setXCoordinate(Long XCoordinate)
Set x坐标
|
void |
setYCoordinate(Long YCoordinate)
Set y坐标
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public Point()
public Point(Point source)
public Long getXCoordinate()
public void setXCoordinate(Long XCoordinate)
XCoordinate
- x坐标public Long getYCoordinate()
public void setYCoordinate(Long YCoordinate)
YCoordinate
- y坐标public Long getPage()
public void setPage(Long Page)
Page
- 页码Copyright © 2024. All rights reserved.