Class MibObjProperty

    • Constructor Detail

      • MibObjProperty

        public MibObjProperty()
        Instantiates a new MibObj property.
    • Method Detail

      • getInstance

        public String getInstance()
        Gets the single instance of MibObjProperty.
        Returns:
        single instance of MibObjProperty
      • getAlias

        public String getAlias()
        Gets the alias.
        Returns:
        the alias
      • getClassName

        public String getClassName()
        Gets the class name.
        Returns:
        the class name
      • getParameters

        public List<Parameter> getParameters()
        Gets the parameters.
        Returns:
        the parameters
      • getParameterValue

        public String getParameterValue​(String key)
        Gets the value of an existing parameter.
        Parameters:
        key - the key
        Returns:
        the parameter
      • getParameterValue

        public String getParameterValue​(String key,
                                        String defaultValue)
        Gets the value of an existing parameter.
        Parameters:
        key - the key
        defaultValue - the default value
        Returns:
        the parameter
      • addParameter

        public void addParameter​(String key,
                                 String value)
        Adds a new parameter.
        Parameters:
        key - the key
        value - the value
      • getGroupName

        public String getGroupName()
        Gets the group name.
        Returns:
        the group name
      • setInstance

        public void setInstance​(String instance)
        Sets the instance.
        Parameters:
        instance - the new instance
      • setAlias

        public void setAlias​(String alias)
        Sets the alias.
        Parameters:
        alias - the new alias
      • setClassName

        public void setClassName​(String className)
        Sets the class name.
        Parameters:
        className - the new class name
      • setParameters

        public void setParameters​(List<Parameter> parameters)
        Sets the parameters.
        Parameters:
        parameters - the new parameters
      • setGroupName

        public void setGroupName​(String groupName)
        Sets the group name.
        Parameters:
        groupName - the new group name
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object