Class RancidNodeWrapper


  • public class RancidNodeWrapper
    extends Object

    RancidNodeWrapper class.

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

      • RancidNodeWrapper

        public RancidNodeWrapper​(String _deviceName,
                                 String _group,
                                 String _deviceType,
                                 String _comment,
                                 String _headRevision,
                                 int _totalRevision,
                                 Date _expirationDate,
                                 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 String getDeviceName()

        Getter for the field deviceName.

        Returns:
        a String object.
      • getGroup

        public String getGroup()

        Getter for the field group.

        Returns:
        a String object.
      • getDeviceType

        public String getDeviceType()

        Getter for the field deviceType.

        Returns:
        a String object.
      • getComment

        public String getComment()

        Getter for the field comment.

        Returns:
        a String object.
      • getHeadRevision

        public 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 Date getCreationDate()

        Getter for the field creationDate.

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

        public String getRootConfigurationUrl()

        Getter for the field rootConfigurationUrl.

        Returns:
        a String object.