Class ATNds.ATNdsResult

java.lang.Object
com.isode.dsapi.atnds.ATNds.ATNdsResult
Enclosing class:
ATNds

public static class ATNds.ATNdsResult extends Object
An object which returns the result of an ATNds conversion. Use methods getString() and getDN() to obtain references to the components of the result.
Since:
15.0
  • Constructor Details

    • ATNdsResult

      public ATNdsResult(String s, DN d)
      Construct new object
      Parameters:
      s - the stringValue (may be null)
      d - the entryDN (may be null)
  • Method Details

    • getString

      public String getString()
      Determine the String component of this ATNdsResult
      Returns:
      a String, or null if no String is present.
    • getDN

      public DN getDN()
      Determine the DN component of this ATNdsResult
      Returns:
      a DN, or null if none is present.
    • toString

      public String toString()
      Return a String representation of the contents of this object
      Overrides:
      toString in class Object
      Returns:
      a String representation of the object, suitable for debugging