Class NodeDetail

java.lang.Object
org.json.JSONObject
com.onenetwork.platform.tools.test.ui.NodeDetail

public class NodeDetail
extends org.json.JSONObject
This class is used to store node details on which current driver is running as a JSON Object
  • Field Summary

    Fields inherited from class org.json.JSONObject

    NULL
  • Constructor Summary

    Constructors 
    Constructor Description
    NodeDetail()  
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getDriverName()
    Returns fully qualified name of the UITest
    java.lang.String toString()  

    Methods inherited from class org.json.JSONObject

    accumulate, append, asMap, doubleToString, entrySet, get, getBigDecimal, getBigInteger, getBoolean, getDouble, getEnum, getFloat, getInt, getJSONArray, getJSONObject, getLong, getNames, getNames, getNumber, getString, has, increment, isDecimalNotation, isEmpty, isNull, keys, keySet, length, names, numberToString, opt, optBigDecimal, optBigInteger, optBoolean, optBoolean, optDouble, optDouble, optEnum, optEnum, optFloat, optFloat, optInt, optInt, optJSONArray, optJSONObject, optLong, optLong, optNumber, optNumber, optQuery, optQuery, optString, optString, put, put, put, put, put, put, put, put, putOnce, putOpt, query, query, quote, quote, remove, similar, stringToNumber, stringToValue, testValidity, toJSONArray, toMap, toString, valueToString, wrap, write, write

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

  • Method Details

    • toString

      public java.lang.String toString()
      Overrides:
      toString in class org.json.JSONObject
    • getDriverName

      public java.lang.String getDriverName() throws java.lang.ClassNotFoundException
      Returns fully qualified name of the UITest
      Throws:
      java.lang.ClassNotFoundException