AutoSDK  500
Public 成员函数 | Public 属性 | 所有成员列表
com.autonavi.gbl.aosclient.model.GWsShieldNavigationRoutepathrestorationRequestParam类 参考

路线还原,支持linkid还原,请求参数 更多...

类 com.autonavi.gbl.aosclient.model.GWsShieldNavigationRoutepathrestorationRequestParam 继承关系图:
com.autonavi.gbl.aosclient.model.BLRequestBase

Public 成员函数

 GWsShieldNavigationRoutepathrestorationRequestParam ()
 构造函数 更多...
 
- Public 成员函数 继承自 com.autonavi.gbl.aosclient.model.BLRequestBase
 BLRequestBase ()
 构造函数 更多...
 
 BLRequestBase (@EGAOSREQUESTTYPE.EGAOSREQUESTTYPE1 int mEAosRequestTypeLiteObj, @EGPROTOCOL.EGPROTOCOL1 int mEReqProtolLiteObj, @EGHTTPREQMETHOD.EGHTTPREQMETHOD1 int mEReqMethodLiteObj, long mTimeOutLiteObj, long mGroupLiteObj)
 拷贝构造函数 更多...
 

Public 属性

String type
 名称: type;
含义: 请求类型,如:phone_car_share, basic;
是否必须: 否;
缺省值: 不允许缺省;
是否为签名字段: false; 更多...
 
String encoder_version
 名称: encoder_version;
含义: 1:默认为空,下发json; 2: json-下发json,内容与routepathxml返回json格式相同 3、版本号-下发对应编码器版本二进制内容,如4.0 下发4.0编码版本二进制格式,880版本需返回4.0编码版本二进制格式;
是否必须: 否;
缺省值: 不允许缺省;
是否为签名字段: false; 更多...
 
String content_options
 名称: content_options;
含义: 下发内容控制器,与route 中 ConternOptions字段对齐,如0x9c;
是否必须: 否;
缺省值: 不允许缺省;
是否为签名字段: false; 更多...
 
String sdk_vers
 名称: sdk_vers;
含义: 客户端版本,上传车机数据,不是手机数据,如10.1.1.1;
是否必须: 否;
缺省值: 不允许缺省;
是否为签名字段: false; 更多...
 
String brief
 名称: brief;
含义: 默认0,id需全量,如0;
是否必须: 否;
缺省值: 0;
是否为签名字段: false; 更多...
 
ArrayList< RoutepathrestorationPathsInfopaths
 名称: paths;
含义: linkid序列,来源于route返回的linkidlist信息;
是否必须: 否;
缺省值: 不允许缺省;
是否为签名字段: false; 更多...
 
RoutepathrestorationVehicleInfo vehicle
 名称: vehicle;
含义: 车型信息,不包括电动车相关参数;
是否必须: 否;
缺省值: 不允许缺省;
是否为签名字段: false; 更多...
 
RoutepathrestorationPoints start
 名称: start;
含义: 起点信息;
是否必须: 否;
缺省值: 不允许缺省;
是否为签名字段: false; 更多...
 
RoutepathrestorationPoints via
 旧字段,先保留 更多...
 
RoutepathrestorationViaPoints via_info
 名称: via_info;
含义: 途经点信息,只按顺序填入显示点;
是否必须: 否;
缺省值: 无;
是否为签名字段: false; 更多...
 
RoutepathrestorationEndPoints end
 名称: end;
含义: 终点信息,存在多终点的情况,例如终点为地铁站,可能终点为不同的出口;
是否必须: 否;
缺省值: 不允许缺省;
是否为签名字段: false; 更多...
 
- Public 属性 继承自 com.autonavi.gbl.aosclient.model.BLRequestBase
.EGAOSREQUESTTYPE1 int mEAosRequestType
 业务类型,除非特殊业务否则使用者不需要设置,每个业务的构造函数中已经设置好 更多...
 
.EGPROTOCOL1 int mEReqProtol
 http or https协议,除非特殊业务否则使用者不需要设置,每个业务的构造函数中已经设置好 更多...
 
.EGHTTPREQMETHOD1 int mEReqMethod
 GET or POST or HEAD, 除非特殊业务否则使用者不需要设置,每个业务的构造函数中已经设置好 更多...
 
long mTimeOut
 总业务超时,单位毫秒,默认30000毫秒 更多...
 
long mGroup
 扩展功能,组,除非特殊业务否则使用者不需要设置,每个业务的构造函数中已经设置好 更多...
 

详细描述

路线还原,支持linkid还原,请求参数

构造及析构函数说明

◆ GWsShieldNavigationRoutepathrestorationRequestParam()

com.autonavi.gbl.aosclient.model.GWsShieldNavigationRoutepathrestorationRequestParam.GWsShieldNavigationRoutepathrestorationRequestParam ( )

构造函数

注解
thread: main

类成员变量说明

◆ brief

String com.autonavi.gbl.aosclient.model.GWsShieldNavigationRoutepathrestorationRequestParam.brief

名称: brief;
含义: 默认0,id需全量,如0;
是否必须: 否;
缺省值: 0;
是否为签名字段: false;

◆ content_options

String com.autonavi.gbl.aosclient.model.GWsShieldNavigationRoutepathrestorationRequestParam.content_options

名称: content_options;
含义: 下发内容控制器,与route 中 ConternOptions字段对齐,如0x9c;
是否必须: 否;
缺省值: 不允许缺省;
是否为签名字段: false;

◆ encoder_version

String com.autonavi.gbl.aosclient.model.GWsShieldNavigationRoutepathrestorationRequestParam.encoder_version

名称: encoder_version;
含义: 1:默认为空,下发json; 2: json-下发json,内容与routepathxml返回json格式相同 3、版本号-下发对应编码器版本二进制内容,如4.0 下发4.0编码版本二进制格式,880版本需返回4.0编码版本二进制格式;
是否必须: 否;
缺省值: 不允许缺省;
是否为签名字段: false;

◆ end

RoutepathrestorationEndPoints com.autonavi.gbl.aosclient.model.GWsShieldNavigationRoutepathrestorationRequestParam.end

名称: end;
含义: 终点信息,存在多终点的情况,例如终点为地铁站,可能终点为不同的出口;
是否必须: 否;
缺省值: 不允许缺省;
是否为签名字段: false;

◆ paths

ArrayList<RoutepathrestorationPathsInfo> com.autonavi.gbl.aosclient.model.GWsShieldNavigationRoutepathrestorationRequestParam.paths

名称: paths;
含义: linkid序列,来源于route返回的linkidlist信息;
是否必须: 否;
缺省值: 不允许缺省;
是否为签名字段: false;

◆ sdk_vers

String com.autonavi.gbl.aosclient.model.GWsShieldNavigationRoutepathrestorationRequestParam.sdk_vers

名称: sdk_vers;
含义: 客户端版本,上传车机数据,不是手机数据,如10.1.1.1;
是否必须: 否;
缺省值: 不允许缺省;
是否为签名字段: false;

◆ start

RoutepathrestorationPoints com.autonavi.gbl.aosclient.model.GWsShieldNavigationRoutepathrestorationRequestParam.start

名称: start;
含义: 起点信息;
是否必须: 否;
缺省值: 不允许缺省;
是否为签名字段: false;

◆ type

String com.autonavi.gbl.aosclient.model.GWsShieldNavigationRoutepathrestorationRequestParam.type

名称: type;
含义: 请求类型,如:phone_car_share, basic;
是否必须: 否;
缺省值: 不允许缺省;
是否为签名字段: false;

◆ vehicle

RoutepathrestorationVehicleInfo com.autonavi.gbl.aosclient.model.GWsShieldNavigationRoutepathrestorationRequestParam.vehicle

名称: vehicle;
含义: 车型信息,不包括电动车相关参数;
是否必须: 否;
缺省值: 不允许缺省;
是否为签名字段: false;

◆ via

RoutepathrestorationPoints com.autonavi.gbl.aosclient.model.GWsShieldNavigationRoutepathrestorationRequestParam.via

旧字段,先保留

◆ via_info

RoutepathrestorationViaPoints com.autonavi.gbl.aosclient.model.GWsShieldNavigationRoutepathrestorationRequestParam.via_info

名称: via_info;
含义: 途经点信息,只按顺序填入显示点;
是否必须: 否;
缺省值: 无;
是否为签名字段: false;


该类的文档由以下文件生成: