cn.dreampie.common.http.result
类 ErrorResult

java.lang.Object
  继承者 cn.dreampie.common.http.result.ErrorResult
所有已实现的接口:
Serializable

public class ErrorResult
extends Object
implements Serializable

Created by Dreampie on 16/1/22.

另请参见:
序列化表格

构造方法摘要
ErrorResult(String key)
           
ErrorResult(String key, String message)
           
 
方法摘要
 String getKey()
           
 String getMessage()
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

ErrorResult

public ErrorResult(String key,
                   String message)

ErrorResult

public ErrorResult(String key)
方法详细信息

getKey

public String getKey()

getMessage

public String getMessage()


Copyright © 2017. All rights reserved.