public class PersonnelVisitCar extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| PersonnelVisitCar() | 
| PersonnelVisitCar(PersonnelVisitCar source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
       and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getCarNumber()Get 车牌号 | 
| String | getDriverName()Get 驾驶人姓名 | 
| String | getDriverNumber()Get 驾驶人身份证号 | 
| void | setCarNumber(String CarNumber)Set 车牌号 | 
| void | setDriverName(String DriverName)Set 驾驶人姓名 | 
| void | setDriverNumber(String DriverNumber)Set 驾驶人身份证号 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic PersonnelVisitCar()
public PersonnelVisitCar(PersonnelVisitCar source)
public String getCarNumber()
public void setCarNumber(String CarNumber)
CarNumber - 车牌号public String getDriverName()
public void setDriverName(String DriverName)
DriverName - 驾驶人姓名public String getDriverNumber()
public void setDriverNumber(String DriverNumber)
DriverNumber - 驾驶人身份证号Copyright © 2025. All rights reserved.