Class DeploymentInfo

java.lang.Object
org.apache.geode.management.runtime.RuntimeInfo
org.apache.geode.management.runtime.DeploymentInfo
All Implemented Interfaces:
Serializable, JsonSerializable

@Experimental public class DeploymentInfo extends RuntimeInfo
See Also:
  • Constructor Details

    • DeploymentInfo

      public DeploymentInfo()
  • Method Details

    • getJarLocation

      public String getJarLocation()
    • setLastModified

      public void setLastModified(String lastModified)
    • getLastModified

      public String getLastModified()
    • setJarLocation

      public void setJarLocation(String jarLocation)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class RuntimeInfo
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class RuntimeInfo