Class Cast.Sink

    • Field Summary

       
      Serializable ID
      Modifier and Type Field Description
      protected static long serialVersionUID
      For Object Serialization.
       
      Type Properties
      Modifier and Type Field Description
      String id
      [No Description Provided by Google]
      String name
      [No Description Provided by Google]
      String session
      Text describing the current session.
    • Constructor Summary

      Constructors 
      Constructor Description
      Sink​(String name, String id, String session)
      Constructor
      Sink​(JsonObject jo)
      JSON Object Constructor
    • Method Summary

       
      Generate Array that Indicates which Parameter are Optional
      Modifier and Type Method Description
      boolean[] optionals()
      Implementing this method allows sub-classes to specify which JSON Properties may be absent or null.
       
      Methods: class java.lang.Object
      Modifier and Type Method Description
      boolean equals​(Object other)
      Checks whether 'this' equals an input Java-Object
      int hashCode()
      Generates a Hash-Code for 'this' instance
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait