public class NodeBaseInventory extends Object
NodeBaseInventory class.
| Constructor and Description | 
|---|
NodeBaseInventory()
Constructor for NodeBaseInventory. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
expand()
expand 
 | 
String | 
getConfigurationurl()
Getter for the field  
configurationurl. | 
Date | 
getCreationdate()
Getter for the field  
creationdate. | 
String | 
getDevicename()
Getter for the field  
devicename. | 
String | 
getGroupname()
Getter for the field  
groupname. | 
List<org.opennms.rancid.InventoryElement2> | 
getIe()
Getter for the field  
ie. | 
String | 
getStatus()
Getter for the field  
status. | 
String | 
getSwconfigurationurl()
Getter for the field  
swconfigurationurl. | 
String | 
getVersion()
Getter for the field  
version. | 
void | 
setConfigurationurl(String configurationurl)
Setter for the field  
configurationurl. | 
void | 
setCreationdate(Date creationdate)
Setter for the field  
creationdate. | 
void | 
setDevicename(String devicename)
Setter for the field  
devicename. | 
void | 
setGroupname(String groupname)
Setter for the field  
groupname. | 
void | 
setIe(List<org.opennms.rancid.InventoryElement2> ie)
Setter for the field  
ie. | 
void | 
setStatus(String status)
Setter for the field  
status. | 
void | 
setSwconfigurationurl(String swconfigurationurl)
Setter for the field  
swconfigurationurl. | 
void | 
setVersion(String version)
Setter for the field  
version. | 
public String getDevicename()
Getter for the field devicename.
String object.public void setDevicename(String devicename)
Setter for the field devicename.
devicename - a String object.public void setGroupname(String groupname)
Setter for the field groupname.
groupname - a String object.public void setVersion(String version)
Setter for the field version.
version - a String object.public void setStatus(String status)
Setter for the field status.
status - a String object.public Date getCreationdate()
Getter for the field creationdate.
Date object.public void setCreationdate(Date creationdate)
Setter for the field creationdate.
creationdate - a Date object.public String getSwconfigurationurl()
Getter for the field swconfigurationurl.
String object.public void setSwconfigurationurl(String swconfigurationurl)
Setter for the field swconfigurationurl.
swconfigurationurl - a String object.public String getConfigurationurl()
Getter for the field configurationurl.
String object.public void setConfigurationurl(String configurationurl)
Setter for the field configurationurl.
configurationurl - a String object.public List<org.opennms.rancid.InventoryElement2> getIe()
Getter for the field ie.
List object.public void setIe(List<org.opennms.rancid.InventoryElement2> ie)
Setter for the field ie.
ie - a List object.Copyright © 2020. All rights reserved.