Class ExecuteRecord.OutputInfo

  • Enclosing class:
    ExecuteRecord

    public static class ExecuteRecord.OutputInfo
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.String dataset  
      java.lang.String deployType  
    • Constructor Summary

      Constructors 
      Constructor Description
      OutputInfo()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object obj)  
      int hashCode()  
      • Methods inherited from class java.lang.Object

        getClass, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • dataset

        public java.lang.String dataset
      • deployType

        public java.lang.String deployType
    • Constructor Detail

      • OutputInfo

        public OutputInfo()
    • Method Detail

      • hashCode

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

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object