Class TestSerObject

java.lang.Object
org.apache.storm.testing.TestSerObject
All Implemented Interfaces:
Serializable

public class TestSerObject extends Object implements Serializable
See Also:
  • Field Details

    • f1

      public int f1
    • f2

      public int f2
  • Constructor Details

    • TestSerObject

      public TestSerObject(int f1, int f2)
  • Method Details