Class CloudMechanism


  • public class CloudMechanism
    extends Mechanism
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      JSONObject toJson()
      Get a JSON formatted representation of this Mechanism.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Method Detail

      • toJson

        public JSONObject toJson()
        Get a JSON formatted representation of this Mechanism. Each Mechanism that derives from this class will return a JSON representation unique to that particular Mechanism.
        Specified by:
        toJson in class Mechanism
        Returns:
        A JSONObject representation of this Mechanism.
        See Also:
        IBM JSONObject