com.taobao.metamorphosis.tools.monitor.core
类 StatsResult

java.lang.Object
  继承者 com.taobao.metamorphosis.tools.monitor.core.StatsResult

public class StatsResult
extends Object

从以下版本开始:
2011-5-27 上午11:39:00
作者:
无花

构造方法摘要
StatsResult(String serverUrl)
           
 
方法摘要
 Exception getException()
           
 String getServerUrl()
           
 String getStatsInfo()
           
 boolean isSuccess()
           
 void setException(Exception e)
           
 void setStatsInfo(String statsInfo)
           
 void setSuccess(boolean success)
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

StatsResult

public StatsResult(String serverUrl)
方法详细信息

isSuccess

public boolean isSuccess()

setSuccess

public void setSuccess(boolean success)

getStatsInfo

public String getStatsInfo()

setStatsInfo

public void setStatsInfo(String statsInfo)

getException

public Exception getException()

setException

public void setException(Exception e)

getServerUrl

public String getServerUrl()


Copyright © 2010–2013. All rights reserved.