Package google.registry.tmch
Class LordnLog
java.lang.Object
google.registry.tmch.LordnLog
- All Implemented Interfaces:
Iterable<Map.Entry<String,
LordnLog.Result>>
@Immutable
public final class LordnLog
extends Object
implements Iterable<Map.Entry<String,LordnLog.Result>>
Parser of LORDN log responses from the MarksDB server during the NORDN process.
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic final class
Result code for individual DN lines.static enum
Indicates whether or not the LORDN upload succeeded. -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Method Details
-
getLogId
-
getStatus
-
getLogCreation
public org.joda.time.DateTime getLogCreation() -
getLordnCreation
public org.joda.time.DateTime getLordnCreation() -
hasWarnings
public boolean hasWarnings() -
getResult
-
iterator
- Specified by:
iterator
in interfaceIterable<Map.Entry<String,
LordnLog.Result>>
-
toString
-
parse
Turns lines of NORDN log returned by MarksDB into a data structure.
-