public class CResultMap<T> extends Object
CResultMap()
CResultMap(String code, String msg)
CResultMap(String code, String msg, T result)
boolean
equals(Object o)
String
getCode()
getMsg()
T
getResult()
int
hashCode()
isSuccess()
void
setCode(String code)
setMsg(String msg)
setResult(T result)
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public CResultMap()
public CResultMap(String code, String msg)
public CResultMap(String code, String msg, T result)
public String getCode()
public void setCode(String code)
public String getMsg()
public void setMsg(String msg)
public T getResult()
public void setResult(T result)
public boolean equals(Object o)
equals
Object
public int hashCode()
hashCode
public String toString()
toString
public boolean isSuccess()
Copyright © 2023 Pivotal Software, Inc.. All rights reserved.