public class UserTripApproval extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
UserTripApproval.Builder |
| 构造器和说明 |
|---|
UserTripApproval() |
UserTripApproval(UserTripApproval.Builder builder) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getApprovalId() |
String |
getApproveApplyTime() |
String |
getApprovePassTime() |
RegionPlace |
getDeparture() |
RegionPlace[] |
getDestinations() |
String |
getEndTime() |
String |
getReason() |
String |
getRemarks() |
String |
getStartTime() |
Integer |
getStatus() |
String |
getTimeZone() |
Integer[] |
getTransportation() |
Integer |
getTripType() |
static UserTripApproval.Builder |
newBuilder() |
void |
setApprovalId(String approvalId) |
void |
setApproveApplyTime(String approveApplyTime) |
void |
setApprovePassTime(String approvePassTime) |
void |
setDeparture(RegionPlace departure) |
void |
setDestinations(RegionPlace[] destinations) |
void |
setEndTime(String endTime) |
void |
setReason(String reason) |
void |
setRemarks(String remarks) |
void |
setStartTime(String startTime) |
void |
setStatus(Integer status) |
void |
setTimeZone(String timeZone) |
void |
setTransportation(Integer[] transportation) |
void |
setTripType(Integer tripType) |
public UserTripApproval()
public UserTripApproval(UserTripApproval.Builder builder)
public String getApprovalId()
public void setApprovalId(String approvalId)
public String getStartTime()
public void setStartTime(String startTime)
public String getEndTime()
public void setEndTime(String endTime)
public String getReason()
public void setReason(String reason)
public String getApprovePassTime()
public void setApprovePassTime(String approvePassTime)
public String getApproveApplyTime()
public void setApproveApplyTime(String approveApplyTime)
public RegionPlace getDeparture()
public void setDeparture(RegionPlace departure)
public RegionPlace[] getDestinations()
public void setDestinations(RegionPlace[] destinations)
public Integer[] getTransportation()
public void setTransportation(Integer[] transportation)
public Integer getTripType()
public void setTripType(Integer tripType)
public String getRemarks()
public void setRemarks(String remarks)
public Integer getStatus()
public void setStatus(Integer status)
public String getTimeZone()
public void setTimeZone(String timeZone)
public static UserTripApproval.Builder newBuilder()
Copyright © 2026. All rights reserved.