public class RouteResp extends Object implements Serializable
路由响应对象
RouteResp()
protected boolean
canEqual(Object other)
boolean
equals(Object o)
String
getMailNo()
List<Route>
getRoutes()
int
hashCode()
void
setMailNo(String mailNo)
setRoutes(List<Route> routes)
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public RouteResp()
public String getMailNo()
public List<Route> getRoutes()
public void setMailNo(String mailNo)
public void setRoutes(List<Route> routes)
public boolean equals(Object o)
equals
Object
protected boolean canEqual(Object other)
public int hashCode()
hashCode
public String toString()
toString
Copyright © 2023. All rights reserved.