public class SpaceRegisterReqModel extends Object
| 构造器和说明 |
|---|
SpaceRegisterReqModel() |
| 限定符和类型 | 方法和说明 |
|---|---|
Long |
getArea()
面积 平方米单位*1e4
|
String |
getBizType()
自定义业务类型,例如选择:危险品/非危险品/食品
|
Long |
getElevation()
海拔 米单位*1e2
|
Long |
getHeight()
高度 米单位*1e2
|
Long |
getLatitude()
纬度 度数单位*1e9
|
Long |
getLongitude()
经度 度数单位*1e9
|
String |
getOtherInfo()
自定义其他字段
|
String |
getParentDid()
父类型,在业务中自定义关联,例如仓位的父节点是仓库
|
String |
getServiceEndpoint()
可填入符合w3c did定义的服务节点
|
String |
getStatus()
空间状态,自定义
|
String |
getType()
空间类型,例如冷藏/冷冻/通道/平面/立体
|
void |
setArea(Long area)
面积 平方米单位*1e4
|
void |
setBizType(String bizType)
自定义业务类型,例如选择:危险品/非危险品/食品
|
void |
setElevation(Long elevation)
海拔 米单位*1e2
|
void |
setHeight(Long height)
高度 米单位*1e2
|
void |
setLatitude(Long latitude)
纬度 度数单位*1e9
|
void |
setLongitude(Long longitude)
经度 度数单位*1e9
|
void |
setOtherInfo(String otherInfo)
自定义其他字段
|
void |
setParentDid(String parentDid)
父类型,在业务中自定义关联,例如仓位的父节点是仓库
|
void |
setServiceEndpoint(String serviceEndpoint)
可填入符合w3c did定义的服务节点
|
void |
setStatus(String status)
空间状态,自定义
|
void |
setType(String type)
空间类型,例如冷藏/冷冻/通道/平面/立体
|
public Long getArea()
public void setArea(Long area)
public String getBizType()
public void setBizType(String bizType)
public Long getElevation()
public void setElevation(Long elevation)
public Long getHeight()
public void setHeight(Long height)
public Long getLatitude()
public void setLatitude(Long latitude)
public Long getLongitude()
public void setLongitude(Long longitude)
public String getOtherInfo()
public void setOtherInfo(String otherInfo)
public String getParentDid()
public void setParentDid(String parentDid)
public String getServiceEndpoint()
public void setServiceEndpoint(String serviceEndpoint)
public String getStatus()
public void setStatus(String status)
public String getType()
public void setType(String type)
Copyright © 2020. All Rights Reserved.