public class Result extends Object implements Serializable
int
code
String
message
private static long
serialVersionUID
Result()
Result(int code, String message)
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
private static final long serialVersionUID
public int code
public String message
public Result()
public Result(int code, String message)
public String toString()
toString
Object
Copyright © 2022. All rights reserved.