Class GetBulkPricingPackageCommand

java.lang.Object
google.registry.tools.GetBulkPricingPackageCommand
All Implemented Interfaces:
Command

public class GetBulkPricingPackageCommand extends Object
Command to show a BulkPricingPackage object.
  • Field Details

    • readTimestamp

      protected org.joda.time.DateTime readTimestamp
  • Constructor Details

    • GetBulkPricingPackageCommand

      public GetBulkPricingPackageCommand()
  • Method Details

    • run

      public void run()
      Description copied from interface: Command
      Performs the command.
      Specified by:
      run in interface Command