com.baidubce.services.dugo.dynamicdata
Class DynamicPropertyRequest

java.lang.Object
  extended by com.baidubce.services.dugo.AbstractRequest
      extended by com.baidubce.services.dugo.dynamicdata.DynamicPropertyRequest

public class DynamicPropertyRequest
extends AbstractRequest

Vehicle dynamic attribute upload request Created by liuzhenxing01 on 2018/10/19.


Nested Class Summary
static class DynamicPropertyRequest.DynamicPropertyResponse
           
static class DynamicPropertyRequest.PointData
           
 
Field Summary
static String COORD_TYPE_INPUT
           
static String DIRECTION
           
static String HEIGHT
           
static String LATITUDE
           
static String LONGITUDE
           
static String RADIUS
           
static String SPEED
           
 
Constructor Summary
DynamicPropertyRequest()
           
 
Method Summary
 List<DynamicPropertyRequest.PointData> getPoints()
           
 Class responseType()
           
 void setPoints(List<DynamicPropertyRequest.PointData> points)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LATITUDE

public static final String LATITUDE
See Also:
Constant Field Values

LONGITUDE

public static final String LONGITUDE
See Also:
Constant Field Values

SPEED

public static final String SPEED
See Also:
Constant Field Values

DIRECTION

public static final String DIRECTION
See Also:
Constant Field Values

HEIGHT

public static final String HEIGHT
See Also:
Constant Field Values

RADIUS

public static final String RADIUS
See Also:
Constant Field Values

COORD_TYPE_INPUT

public static final String COORD_TYPE_INPUT
See Also:
Constant Field Values
Constructor Detail

DynamicPropertyRequest

public DynamicPropertyRequest()
Method Detail

getPoints

public List<DynamicPropertyRequest.PointData> getPoints()

setPoints

public void setPoints(List<DynamicPropertyRequest.PointData> points)

responseType

public Class responseType()
Specified by:
responseType in class AbstractRequest


Copyright © 2018. All rights reserved.