Class StartRollupJobRequest

  • All Implemented Interfaces:
    Validatable

    public class StartRollupJobRequest
    extends java.lang.Object
    implements Validatable
    • Field Summary

    • Constructor Summary

      Constructors 
      Constructor Description
      StartRollupJobRequest​(java.lang.String jobId)  
    • Method Summary

      Modifier and Type Method Description
      boolean equals​(java.lang.Object o)  
      java.lang.String getJobId()  
      int hashCode()  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • StartRollupJobRequest

        public StartRollupJobRequest​(java.lang.String jobId)
    • Method Detail

      • getJobId

        public java.lang.String getJobId()
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object