Package com.isode.dsapi.atnds
Class ATNds.ATNdsResult
java.lang.Object
com.isode.dsapi.atnds.ATNds.ATNdsResult
- Enclosing class:
- ATNds
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 Summary
Constructors -
Method Summary
-
Constructor Details
-
ATNdsResult
Construct new object- Parameters:
s- the stringValue (may be null)d- the entryDN (may be null)
-
-
Method Details
-
getString
Determine the String component of this ATNdsResult- Returns:
- a String, or null if no String is present.
-
getDN
Determine the DN component of this ATNdsResult- Returns:
- a DN, or null if none is present.
-
toString
Return a String representation of the contents of this object
-