google-nomulus/java/google/registry/model/eppinput
nickfelt c5d6a1f6fb Add and adjust EppInput accessors for more useful properties
This primarily adds accessors to EppInput that will be used for flow reporting
logging in FlowReporter.  Specifically, it adds:

 - Optional<String> getResourceType() -> domain/host/contact
 - Optional<String> getSingleTargetId() -> for SingleResourceCommands

And in addition, it adjusts getCommandName() so that it's now named
getCommandType() for better parallelism with the new getResourceType() (since
getResourceName() would be misleading), and it changes the value returned to be
lowercased, again for consistency.  This isn't an issue because getCommandName()
isn't actually used anywhere right now (it was formerly used for EPP whitebox
metrics, but no longer due to recent changes there).

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=153851957
2017-04-26 10:51:47 -04:00
..
EppInput.java Add and adjust EppInput accessors for more useful properties 2017-04-26 10:51:47 -04:00
package-info.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
ResourceCommand.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00