org.opendaylight.cardinal.impl.OdlCardinalFeatureInstallModuleMBean Maven / Gradle / Ivy
/*
* Copyright © 2016 TCS and others. All rights reserved.
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License v1.0 which accompanies this distribution,
* and is available at http://www.eclipse.org/legal/epl-v10.html
*/
package org.opendaylight.cardinal.impl;
//
// Generated by mibgen version 5.1 (03/08/07) when compiling ODL-CARDINAL-MIB in standard metadata mode.
//
// jmx imports
//
import com.sun.management.snmp.SnmpStatusException;
/**
* This interface is used for representing the remote management interface for
* the "OdlCardinalFeatureInstallModule" MBean.
*/
public interface OdlCardinalFeatureInstallModuleMBean {
/**
* Getter for the "FeatureInstalled9" variable.
*/
public String getFeatureInstalled9() throws SnmpStatusException;
/**
* Setter for the "FeatureInstalled9" variable.
*/
public void setFeatureInstalled9(String x) throws SnmpStatusException;
/**
* Checker for the "FeatureInstalled9" variable.
*/
public void checkFeatureInstalled9(String x) throws SnmpStatusException;
/**
* Getter for the "FeatureInstalled8" variable.
*/
public String getFeatureInstalled8() throws SnmpStatusException;
/**
* Setter for the "FeatureInstalled8" variable.
*/
public void setFeatureInstalled8(String x) throws SnmpStatusException;
/**
* Checker for the "FeatureInstalled8" variable.
*/
public void checkFeatureInstalled8(String x) throws SnmpStatusException;
/**
* Getter for the "FeatureInstalled7" variable.
*/
public String getFeatureInstalled7() throws SnmpStatusException;
/**
* Setter for the "FeatureInstalled7" variable.
*/
public void setFeatureInstalled7(String x) throws SnmpStatusException;
/**
* Checker for the "FeatureInstalled7" variable.
*/
public void checkFeatureInstalled7(String x) throws SnmpStatusException;
/**
* Getter for the "FeatureInstalled6" variable.
*/
public String getFeatureInstalled6() throws SnmpStatusException;
/**
* Setter for the "FeatureInstalled6" variable.
*/
public void setFeatureInstalled6(String x) throws SnmpStatusException;
/**
* Checker for the "FeatureInstalled6" variable.
*/
public void checkFeatureInstalled6(String x) throws SnmpStatusException;
/**
* Getter for the "FeatureInstalled5" variable.
*/
public String getFeatureInstalled5() throws SnmpStatusException;
/**
* Setter for the "FeatureInstalled5" variable.
*/
public void setFeatureInstalled5(String x) throws SnmpStatusException;
/**
* Checker for the "FeatureInstalled5" variable.
*/
public void checkFeatureInstalled5(String x) throws SnmpStatusException;
/**
* Getter for the "FeatureInstalled4" variable.
*/
public String getFeatureInstalled4() throws SnmpStatusException;
/**
* Setter for the "FeatureInstalled4" variable.
*/
public void setFeatureInstalled4(String x) throws SnmpStatusException;
/**
* Checker for the "FeatureInstalled4" variable.
*/
public void checkFeatureInstalled4(String x) throws SnmpStatusException;
/**
* Getter for the "FeatureInstalled3" variable.
*/
public String getFeatureInstalled3() throws SnmpStatusException;
/**
* Setter for the "FeatureInstalled3" variable.
*/
public void setFeatureInstalled3(String x) throws SnmpStatusException;
/**
* Checker for the "FeatureInstalled3" variable.
*/
public void checkFeatureInstalled3(String x) throws SnmpStatusException;
/**
* Getter for the "FeatureInstalled2" variable.
*/
public String getFeatureInstalled2() throws SnmpStatusException;
/**
* Setter for the "FeatureInstalled2" variable.
*/
public void setFeatureInstalled2(String x) throws SnmpStatusException;
/**
* Checker for the "FeatureInstalled2" variable.
*/
public void checkFeatureInstalled2(String x) throws SnmpStatusException;
/**
* Getter for the "FeatureInstalled1" variable.
*/
public String getFeatureInstalled1() throws SnmpStatusException;
/**
* Setter for the "FeatureInstalled1" variable.
*/
public void setFeatureInstalled1(String x) throws SnmpStatusException;
/**
* Checker for the "FeatureInstalled1" variable.
*/
public void checkFeatureInstalled1(String x) throws SnmpStatusException;
/**
* Getter for the "FeatureInstalled10" variable.
*/
public String getFeatureInstalled10() throws SnmpStatusException;
/**
* Setter for the "FeatureInstalled10" variable.
*/
public void setFeatureInstalled10(String x) throws SnmpStatusException;
/**
* Checker for the "FeatureInstalled10" variable.
*/
public void checkFeatureInstalled10(String x) throws SnmpStatusException;
/**
* Getter for the "OdlKarafFeatureListInstalled" variable.
*/
public String getOdlKarafFeatureListInstalled() throws SnmpStatusException;
/**
* Setter for the "OdlKarafFeatureListInstalled" variable.
*/
public void setOdlKarafFeatureListInstalled(String x) throws SnmpStatusException;
/**
* Checker for the "OdlKarafFeatureListInstalled" variable.
*/
public void checkOdlKarafFeatureListInstalled(String x) throws SnmpStatusException;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy