public class EnlinkdConfiguration extends Object implements Serializable
Constructor and Description |
---|
EnlinkdConfiguration() |
Modifier and Type | Method and Description |
---|---|
void |
deleteInitial_sleep_time() |
void |
deleteMax_bft() |
void |
deleteRescan_interval() |
void |
deleteThreads() |
void |
deleteUseBridgeDiscovery() |
void |
deleteUseCdpDiscovery() |
void |
deleteUseIsisDiscovery() |
void |
deleteUseLldpDiscovery() |
void |
deleteUseOspfDiscovery() |
boolean |
equals(Object obj)
Overrides the java.lang.Object.equals method.
|
long |
getInitial_sleep_time()
Returns the value of field 'initial_sleep_time'.
|
int |
getMax_bft()
Returns the value of field 'max_bft'.
|
long |
getRescan_interval()
Returns the value of field 'rescan_interval'.
|
int |
getThreads()
Returns the value of field 'threads'.
|
boolean |
getUseBridgeDiscovery()
Returns the value of field 'useBridgeDiscovery'.
|
boolean |
getUseCdpDiscovery()
Returns the value of field 'useCdpDiscovery'.
|
boolean |
getUseIsisDiscovery()
Returns the value of field 'useIsisDiscovery'.
|
boolean |
getUseLldpDiscovery()
Returns the value of field 'useLldpDiscovery'.
|
boolean |
getUseOspfDiscovery()
Returns the value of field 'useOspfDiscovery'.
|
int |
hashCode()
Overrides the java.lang.Object.hashCode method.
|
boolean |
hasInitial_sleep_time()
Method hasInitial_sleep_time.
|
boolean |
hasMax_bft()
Method hasMax_bft.
|
boolean |
hasRescan_interval()
Method hasRescan_interval.
|
boolean |
hasThreads()
Method hasThreads.
|
boolean |
hasUseBridgeDiscovery()
Method hasUseBridgeDiscovery.
|
boolean |
hasUseCdpDiscovery()
Method hasUseCdpDiscovery.
|
boolean |
hasUseIsisDiscovery()
Method hasUseIsisDiscovery.
|
boolean |
hasUseLldpDiscovery()
Method hasUseLldpDiscovery.
|
boolean |
hasUseOspfDiscovery()
Method hasUseOspfDiscovery.
|
boolean |
isUseBridgeDiscovery()
Returns the value of field 'useBridgeDiscovery'.
|
boolean |
isUseCdpDiscovery()
Returns the value of field 'useCdpDiscovery'.
|
boolean |
isUseIsisDiscovery()
Returns the value of field 'useIsisDiscovery'.
|
boolean |
isUseLldpDiscovery()
Returns the value of field 'useLldpDiscovery'.
|
boolean |
isUseOspfDiscovery()
Returns the value of field 'useOspfDiscovery'.
|
boolean |
isValid()
Method isValid.
|
void |
marshal(ContentHandler handler) |
void |
marshal(Writer out) |
void |
setInitial_sleep_time(long initial_sleep_time)
Sets the value of field 'initial_sleep_time'.
|
void |
setMax_bft(int max_bft)
Sets the value of field 'max_bft'.
|
void |
setRescan_interval(long rescan_interval)
Sets the value of field 'rescan_interval'.
|
void |
setThreads(int threads)
Sets the value of field 'threads'.
|
void |
setUseBridgeDiscovery(boolean useBridgeDiscovery)
Sets the value of field 'useBridgeDiscovery'.
|
void |
setUseCdpDiscovery(boolean useCdpDiscovery)
Sets the value of field 'useCdpDiscovery'.
|
void |
setUseIsisDiscovery(boolean useIsisDiscovery)
Sets the value of field 'useIsisDiscovery'.
|
void |
setUseLldpDiscovery(boolean useLldpDiscovery)
Sets the value of field 'useLldpDiscovery'.
|
void |
setUseOspfDiscovery(boolean useOspfDiscovery)
Sets the value of field 'useOspfDiscovery'.
|
static EnlinkdConfiguration |
unmarshal(Reader reader)
Method unmarshal.
|
void |
validate() |
public void deleteInitial_sleep_time()
public void deleteMax_bft()
public void deleteRescan_interval()
public void deleteThreads()
public void deleteUseBridgeDiscovery()
public void deleteUseCdpDiscovery()
public void deleteUseIsisDiscovery()
public void deleteUseLldpDiscovery()
public void deleteUseOspfDiscovery()
public boolean equals(Object obj)
public long getInitial_sleep_time()
public int getMax_bft()
public long getRescan_interval()
public int getThreads()
public boolean getUseBridgeDiscovery()
public boolean getUseCdpDiscovery()
public boolean getUseIsisDiscovery()
public boolean getUseLldpDiscovery()
public boolean getUseOspfDiscovery()
public boolean hasInitial_sleep_time()
public boolean hasMax_bft()
public boolean hasRescan_interval()
public boolean hasThreads()
public boolean hasUseBridgeDiscovery()
public boolean hasUseCdpDiscovery()
public boolean hasUseIsisDiscovery()
public boolean hasUseLldpDiscovery()
public boolean hasUseOspfDiscovery()
public int hashCode()
The following steps came from Effective Java Programming Language Guide by Joshua Bloch, Chapter 3
public boolean isUseBridgeDiscovery()
public boolean isUseCdpDiscovery()
public boolean isUseIsisDiscovery()
public boolean isUseLldpDiscovery()
public boolean isUseOspfDiscovery()
public boolean isValid()
public void marshal(Writer out) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
out
- org.exolab.castor.xml.MarshalException
- if object is
null or if any SAXException is thrown during marshalingorg.exolab.castor.xml.ValidationException
- if this
object is an invalid instance according to the schemapublic void marshal(ContentHandler handler) throws IOException, org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
handler
- IOException
- if an IOException occurs during
marshalingorg.exolab.castor.xml.ValidationException
- if this
object is an invalid instance according to the schemaorg.exolab.castor.xml.MarshalException
- if object is
null or if any SAXException is thrown during marshalingpublic void setInitial_sleep_time(long initial_sleep_time)
initial_sleep_time
- the value of field
'initial_sleep_time'.public void setMax_bft(int max_bft)
max_bft
- the value of field 'max_bft'.public void setRescan_interval(long rescan_interval)
rescan_interval
- the value of field 'rescan_interval'.public void setThreads(int threads)
threads
- the value of field 'threads'.public void setUseBridgeDiscovery(boolean useBridgeDiscovery)
useBridgeDiscovery
- the value of field
'useBridgeDiscovery'.public void setUseCdpDiscovery(boolean useCdpDiscovery)
useCdpDiscovery
- the value of field 'useCdpDiscovery'.public void setUseIsisDiscovery(boolean useIsisDiscovery)
useIsisDiscovery
- the value of field 'useIsisDiscovery'public void setUseLldpDiscovery(boolean useLldpDiscovery)
useLldpDiscovery
- the value of field 'useLldpDiscovery'public void setUseOspfDiscovery(boolean useOspfDiscovery)
useOspfDiscovery
- the value of field 'useOspfDiscovery'public static EnlinkdConfiguration unmarshal(Reader reader) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
reader
- org.exolab.castor.xml.MarshalException
- if object is
null or if any SAXException is thrown during marshalingorg.exolab.castor.xml.ValidationException
- if this
object is an invalid instance according to the schemapublic void validate() throws org.exolab.castor.xml.ValidationException
org.exolab.castor.xml.ValidationException
- if this
object is an invalid instance according to the schemaCopyright © 2017. All rights reserved.