VMware GemFire Java API Reference
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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DeploymentInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetJarLocation()StringgetLastModified()inthashCode()voidsetJarLocation(String jarLocation)voidsetLastModified(String lastModified)-
Methods inherited from class org.apache.geode.management.runtime.RuntimeInfo
getMemberName, setMemberName, toString
-
-
-
-
Method Detail
-
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:
equalsin classRuntimeInfo
-
hashCode
public int hashCode()
- Overrides:
hashCodein classRuntimeInfo
-
-