com.opera.core.systems.scope.services
Class ISelftest.SelftestResult

java.lang.Object
  extended by com.opera.core.systems.scope.services.ISelftest.SelftestResult
Enclosing interface:
ISelftest

public static class ISelftest.SelftestResult
extends Object


Constructor Summary
ISelftest.SelftestResult(String tag, String description, ISelftest.ResultType result)
           
ISelftest.SelftestResult(String tag, String description, ISelftest.ResultType result, String more)
           
 
Method Summary
 boolean equals(Object other)
           
 String getDescription()
           
 String getMore()
           
 ISelftest.ResultType getResult()
           
 String getTag()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ISelftest.SelftestResult

public ISelftest.SelftestResult(String tag,
                                String description,
                                ISelftest.ResultType result)

ISelftest.SelftestResult

public ISelftest.SelftestResult(String tag,
                                String description,
                                ISelftest.ResultType result,
                                String more)
Method Detail

getTag

public String getTag()

getDescription

public String getDescription()

getResult

public ISelftest.ResultType getResult()

getMore

public String getMore()

toString

public String toString()
Overrides:
toString in class Object

equals

public boolean equals(Object other)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2012. All Rights Reserved.