public interface NodeInformation
Modifier and Type | Method and Description |
---|---|
String |
getContextName()
Getter for ContextName
|
Date |
getLastDeployDate()
Getter for Last Deploy Date
|
Long |
getRevision()
Getter for revision
|
void |
setContextName(String contextName)
setter for context name
|
void |
setLastDeployDate(Date lastDeployDate)
setter for last deploy date
|
void |
setRevision(long revision)
setter for revision
|
void |
setRevision(Long revision)
setter for revision
|
String |
toString() |
String getContextName()
void setContextName(String contextName)
contextName
- Long getRevision()
void setRevision(Long revision)
revision
- void setRevision(long revision)
revision
- Date getLastDeployDate()
void setLastDeployDate(Date lastDeployDate)
Copyright © 1999–2016 The Apache Software Foundation. All rights reserved.