com.baidubce.services.dugo.batch
Class BindRequest

java.lang.Object
  extended by com.baidubce.services.dugo.AbstractRequest
      extended by com.baidubce.services.dugo.batch.BindRequest

public class BindRequest
extends AbstractRequest

the bind request model Created by liuzhenxing01 on 2018/10/23.


Nested Class Summary
static class BindRequest.BindResponse
           
 
Constructor Summary
BindRequest()
           
 
Method Summary
 String getProjectId()
           
 List<String> getVehicleIds()
           
 Class responseType()
           
 void setProjectId(String projectId)
           
 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

BindRequest

public BindRequest()
Method Detail

getProjectId

public String getProjectId()

setProjectId

public void setProjectId(String projectId)

getVehicleIds

public List<String> getVehicleIds()

setVehicleIds

public void setVehicleIds(List<String> vehicleIds)

responseType

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


Copyright © 2018. All rights reserved.