com.baidubce.services.dugo.shadow
Class MultipleShadowRequest

java.lang.Object
  extended by com.baidubce.services.dugo.AbstractRequest
      extended by com.baidubce.services.dugo.shadow.MultipleShadowRequest

public class MultipleShadowRequest
extends AbstractRequest

multiple shadow request model Created by liuzhenxing01 on 2018/10/18.


Nested Class Summary
static class MultipleShadowRequest.MultipleShadowResponse
           
 
Constructor Summary
MultipleShadowRequest()
           
 
Method Summary
 List<String> getFields()
           
 List<String> getVehicleIds()
           
 Class responseType()
           
 void setFields(List<String> fields)
           
 void setVehicleIds(List<String> vehicleIds)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MultipleShadowRequest

public MultipleShadowRequest()
Method Detail

getVehicleIds

public List<String> getVehicleIds()

setVehicleIds

public void setVehicleIds(List<String> vehicleIds)

getFields

public List<String> getFields()

setFields

public void setFields(List<String> fields)

responseType

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


Copyright © 2018. All rights reserved.