Class RancidNodeWrapper


  • public class RancidNodeWrapper
    extends java.lang.Object

    RancidNodeWrapper class.

    Since:
    1.8.1
    Version:
    $Id: $
    Author:
    ranger
    • Constructor Summary

      Constructors 
      Constructor Description
      RancidNodeWrapper​(java.lang.String _deviceName, java.lang.String _group, java.lang.String _deviceType, java.lang.String _comment, java.lang.String _headRevision, int _totalRevision, java.util.Date _expirationDate, java.lang.String _rootConfigurationUrl)
      Constructor for RancidNodeWrapper.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getComment()
      Getter for the field comment.
      java.util.Date getCreationDate()
      Getter for the field creationDate.
      java.lang.String getDeviceName()
      Getter for the field deviceName.
      java.lang.String getDeviceType()
      Getter for the field deviceType.
      java.lang.String getGroup()
      Getter for the field group.
      java.lang.String getHeadRevision()
      Getter for the field headRevision.
      java.lang.String getRootConfigurationUrl()
      Getter for the field rootConfigurationUrl.
      int getTotalRevisions()
      Getter for the field totalRevisions.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • RancidNodeWrapper

        public RancidNodeWrapper​(java.lang.String _deviceName,
                                 java.lang.String _group,
                                 java.lang.String _deviceType,
                                 java.lang.String _comment,
                                 java.lang.String _headRevision,
                                 int _totalRevision,
                                 java.util.Date _expirationDate,
                                 java.lang.String _rootConfigurationUrl)

        Constructor for RancidNodeWrapper.

        Parameters:
        _deviceName - a String object.
        _group - a String object.
        _deviceType - a String object.
        _comment - a String object.
        _headRevision - a String object.
        _totalRevision - a int.
        _expirationDate - a java$util$Date object.
        _rootConfigurationUrl - a String object.
    • Method Detail

      • getDeviceName

        public java.lang.String getDeviceName()

        Getter for the field deviceName.

        Returns:
        a String object.
      • getGroup

        public java.lang.String getGroup()

        Getter for the field group.

        Returns:
        a String object.
      • getDeviceType

        public java.lang.String getDeviceType()

        Getter for the field deviceType.

        Returns:
        a String object.
      • getComment

        public java.lang.String getComment()

        Getter for the field comment.

        Returns:
        a String object.
      • getHeadRevision

        public java.lang.String getHeadRevision()

        Getter for the field headRevision.

        Returns:
        a String object.
      • getTotalRevisions

        public int getTotalRevisions()

        Getter for the field totalRevisions.

        Returns:
        a int.
      • getCreationDate

        public java.util.Date getCreationDate()

        Getter for the field creationDate.

        Returns:
        a java$util$Date object.
      • getRootConfigurationUrl

        public java.lang.String getRootConfigurationUrl()

        Getter for the field rootConfigurationUrl.

        Returns:
        a String object.