Class BgpConfigurator.enableEORDelay_args
- java.lang.Object
-
- org.opendaylight.netvirt.bgpmanager.thrift.gen.BgpConfigurator.enableEORDelay_args
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Cloneable,java.lang.Comparable<BgpConfigurator.enableEORDelay_args>,org.apache.thrift.TBase<BgpConfigurator.enableEORDelay_args,BgpConfigurator.enableEORDelay_args._Fields>
- Enclosing class:
- BgpConfigurator
public static class BgpConfigurator.enableEORDelay_args extends java.lang.Object implements org.apache.thrift.TBase<BgpConfigurator.enableEORDelay_args,BgpConfigurator.enableEORDelay_args._Fields>, java.io.Serializable, java.lang.Cloneable, java.lang.Comparable<BgpConfigurator.enableEORDelay_args>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classBgpConfigurator.enableEORDelay_args._FieldsThe set of fields this struct contains, along with convenience methods for finding and manipulating them.
-
Field Summary
Fields Modifier and Type Field Description intdelaystatic java.util.Map<BgpConfigurator.enableEORDelay_args._Fields,org.apache.thrift.meta_data.FieldMetaData>metaDataMap
-
Constructor Summary
Constructors Constructor Description enableEORDelay_args()enableEORDelay_args(int delay)enableEORDelay_args(BgpConfigurator.enableEORDelay_args other)Performs a deep copy on other.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclear()intcompareTo(BgpConfigurator.enableEORDelay_args other)BgpConfigurator.enableEORDelay_argsdeepCopy()booleanequals(java.lang.Object that)booleanequals(BgpConfigurator.enableEORDelay_args that)BgpConfigurator.enableEORDelay_args._FieldsfieldForId(int fieldId)intgetDelay()java.lang.ObjectgetFieldValue(BgpConfigurator.enableEORDelay_args._Fields field)inthashCode()booleanisSet(BgpConfigurator.enableEORDelay_args._Fields field)Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwisebooleanisSetDelay()Returns true if field delay is set (has been assigned a value) and false otherwisevoidread(org.apache.thrift.protocol.TProtocol iprot)BgpConfigurator.enableEORDelay_argssetDelay(int delay)voidsetDelayIsSet(boolean value)voidsetFieldValue(BgpConfigurator.enableEORDelay_args._Fields field, java.lang.Object value)java.lang.StringtoString()voidunsetDelay()voidvalidate()voidwrite(org.apache.thrift.protocol.TProtocol oprot)
-
-
-
Field Detail
-
delay
public int delay
-
metaDataMap
public static final java.util.Map<BgpConfigurator.enableEORDelay_args._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
-
-
Constructor Detail
-
enableEORDelay_args
public enableEORDelay_args()
-
enableEORDelay_args
public enableEORDelay_args(int delay)
-
enableEORDelay_args
public enableEORDelay_args(BgpConfigurator.enableEORDelay_args other)
Performs a deep copy on other.
-
-
Method Detail
-
deepCopy
public BgpConfigurator.enableEORDelay_args deepCopy()
- Specified by:
deepCopyin interfaceorg.apache.thrift.TBase<BgpConfigurator.enableEORDelay_args,BgpConfigurator.enableEORDelay_args._Fields>
-
clear
public void clear()
- Specified by:
clearin interfaceorg.apache.thrift.TBase<BgpConfigurator.enableEORDelay_args,BgpConfigurator.enableEORDelay_args._Fields>
-
getDelay
public int getDelay()
-
setDelay
public BgpConfigurator.enableEORDelay_args setDelay(int delay)
-
unsetDelay
public void unsetDelay()
-
isSetDelay
public boolean isSetDelay()
Returns true if field delay is set (has been assigned a value) and false otherwise
-
setDelayIsSet
public void setDelayIsSet(boolean value)
-
setFieldValue
public void setFieldValue(BgpConfigurator.enableEORDelay_args._Fields field, java.lang.Object value)
- Specified by:
setFieldValuein interfaceorg.apache.thrift.TBase<BgpConfigurator.enableEORDelay_args,BgpConfigurator.enableEORDelay_args._Fields>
-
getFieldValue
public java.lang.Object getFieldValue(BgpConfigurator.enableEORDelay_args._Fields field)
- Specified by:
getFieldValuein interfaceorg.apache.thrift.TBase<BgpConfigurator.enableEORDelay_args,BgpConfigurator.enableEORDelay_args._Fields>
-
isSet
public boolean isSet(BgpConfigurator.enableEORDelay_args._Fields field)
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise- Specified by:
isSetin interfaceorg.apache.thrift.TBase<BgpConfigurator.enableEORDelay_args,BgpConfigurator.enableEORDelay_args._Fields>
-
equals
public boolean equals(java.lang.Object that)
- Overrides:
equalsin classjava.lang.Object
-
equals
public boolean equals(BgpConfigurator.enableEORDelay_args that)
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
compareTo
public int compareTo(BgpConfigurator.enableEORDelay_args other)
- Specified by:
compareToin interfacejava.lang.Comparable<BgpConfigurator.enableEORDelay_args>
-
fieldForId
public BgpConfigurator.enableEORDelay_args._Fields fieldForId(int fieldId)
- Specified by:
fieldForIdin interfaceorg.apache.thrift.TBase<BgpConfigurator.enableEORDelay_args,BgpConfigurator.enableEORDelay_args._Fields>
-
read
public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException- Specified by:
readin interfaceorg.apache.thrift.TBase<BgpConfigurator.enableEORDelay_args,BgpConfigurator.enableEORDelay_args._Fields>- Throws:
org.apache.thrift.TException
-
write
public void write(org.apache.thrift.protocol.TProtocol oprot) throws org.apache.thrift.TException- Specified by:
writein interfaceorg.apache.thrift.TBase<BgpConfigurator.enableEORDelay_args,BgpConfigurator.enableEORDelay_args._Fields>- Throws:
org.apache.thrift.TException
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
validate
public void validate() throws org.apache.thrift.TException- Throws:
org.apache.thrift.TException
-
-