com.foxsmart.csu
Class ConfigUpdateResult

java.lang.Object
  extended by com.foxsmart.csu.ConfigUpdateResult

public class ConfigUpdateResult
extends java.lang.Object

The ConfigUpdateResult class contains the configuration update status based on a configlet being updated on a router.


Constructor Summary
ConfigUpdateResult()
           
 
Method Summary
 java.util.List<CommandAndResponse> getCommandsAndResponses()
          Gets the commands and responses.
 boolean getConfigErrorsPresent()
          Gets the config errors present flag.
 java.lang.String getConfiglet()
          Gets the configlet.
 boolean getNvRamUpdateError()
          Gets the NVRAM update error flag.
 boolean getRollbackError()
          Gets the rollback error flag.
 java.lang.String getUpdateSession()
          Gets the update session.
 void setCommandsAndResponses(java.util.List<CommandAndResponse> commandsAndResponses)
          Sets the commands and responses.
 void setConfigErrorsPresent(boolean configErrorsPresent)
          Sets the config errors present flag.
 void setConfiglet(java.lang.String configlet)
          Sets the configlet.
 void setNvRamUpdateError(boolean nvRamUpdateError)
          Sets the NVRAM update error flag.
 void setRollbackError(boolean rollbackError)
          Sets the rollback error flag.
 void setUpdateSession(java.lang.String updateSession)
          Sets the update session.
 java.lang.String toString()
          Returns a formatted representation of the various elements in this class.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConfigUpdateResult

public ConfigUpdateResult()
Method Detail

setConfiglet

public void setConfiglet(java.lang.String configlet)
Sets the configlet.

Parameters:
configlet - The configlet.

getConfiglet

public java.lang.String getConfiglet()
Gets the configlet.

Returns:
the configlet.

setUpdateSession

public void setUpdateSession(java.lang.String updateSession)
Sets the update session.

Parameters:
updateSession - The update session.

getUpdateSession

public java.lang.String getUpdateSession()
Gets the update session.

Returns:
the update session.

setConfigErrorsPresent

public void setConfigErrorsPresent(boolean configErrorsPresent)
Sets the config errors present flag.

Parameters:
configErrorsPresent - The config errors present flag.

getConfigErrorsPresent

public boolean getConfigErrorsPresent()
Gets the config errors present flag.

Returns:
the config errors present flag.

setCommandsAndResponses

public void setCommandsAndResponses(java.util.List<CommandAndResponse> commandsAndResponses)
Sets the commands and responses.

Parameters:
commandsAndResponses - The commands and responses.

getCommandsAndResponses

public java.util.List<CommandAndResponse> getCommandsAndResponses()
Gets the commands and responses.

Returns:
the commands and responses.

setRollbackError

public void setRollbackError(boolean rollbackError)
Sets the rollback error flag.

Parameters:
rollbackError - The rollback error flag.

getRollbackError

public boolean getRollbackError()
Gets the rollback error flag.

Returns:
the rollback error flag.

setNvRamUpdateError

public void setNvRamUpdateError(boolean nvRamUpdateError)
Sets the NVRAM update error flag.

Parameters:
nvRamUpdateError - The NVRAM update error flag.

getNvRamUpdateError

public boolean getNvRamUpdateError()
Gets the NVRAM update error flag.

Returns:
the NVRAM update error flag.

toString

public java.lang.String toString()
Returns a formatted representation of the various elements in this class.

Overrides:
toString in class java.lang.Object
Returns:
A formatted string.


Copyright © 2005-2008 Fox Smart, Inc. All Rights Reserved.