Class BgpConfigurator.startBgp_result
- java.lang.Object
-
- org.opendaylight.netvirt.bgpmanager.thrift.gen.BgpConfigurator.startBgp_result
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Cloneable,java.lang.Comparable<BgpConfigurator.startBgp_result>,org.apache.thrift.TBase<BgpConfigurator.startBgp_result,BgpConfigurator.startBgp_result._Fields>
- Enclosing class:
- BgpConfigurator
public static class BgpConfigurator.startBgp_result extends java.lang.Object implements org.apache.thrift.TBase<BgpConfigurator.startBgp_result,BgpConfigurator.startBgp_result._Fields>, java.io.Serializable, java.lang.Cloneable, java.lang.Comparable<BgpConfigurator.startBgp_result>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classBgpConfigurator.startBgp_result._FieldsThe set of fields this struct contains, along with convenience methods for finding and manipulating them.
-
Field Summary
Fields Modifier and Type Field Description static java.util.Map<BgpConfigurator.startBgp_result._Fields,org.apache.thrift.meta_data.FieldMetaData>metaDataMapintsuccess
-
Constructor Summary
Constructors Constructor Description startBgp_result()startBgp_result(int success)startBgp_result(BgpConfigurator.startBgp_result other)Performs a deep copy on other.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclear()intcompareTo(BgpConfigurator.startBgp_result other)BgpConfigurator.startBgp_resultdeepCopy()booleanequals(java.lang.Object that)booleanequals(BgpConfigurator.startBgp_result that)BgpConfigurator.startBgp_result._FieldsfieldForId(int fieldId)java.lang.ObjectgetFieldValue(BgpConfigurator.startBgp_result._Fields field)intgetSuccess()inthashCode()booleanisSet(BgpConfigurator.startBgp_result._Fields field)Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwisebooleanisSetSuccess()Returns true if field success is set (has been assigned a value) and false otherwisevoidread(org.apache.thrift.protocol.TProtocol iprot)voidsetFieldValue(BgpConfigurator.startBgp_result._Fields field, java.lang.Object value)BgpConfigurator.startBgp_resultsetSuccess(int success)voidsetSuccessIsSet(boolean value)java.lang.StringtoString()voidunsetSuccess()voidvalidate()voidwrite(org.apache.thrift.protocol.TProtocol oprot)
-
-
-
Field Detail
-
success
public int success
-
metaDataMap
public static final java.util.Map<BgpConfigurator.startBgp_result._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
-
-
Constructor Detail
-
startBgp_result
public startBgp_result()
-
startBgp_result
public startBgp_result(int success)
-
startBgp_result
public startBgp_result(BgpConfigurator.startBgp_result other)
Performs a deep copy on other.
-
-
Method Detail
-
deepCopy
public BgpConfigurator.startBgp_result deepCopy()
- Specified by:
deepCopyin interfaceorg.apache.thrift.TBase<BgpConfigurator.startBgp_result,BgpConfigurator.startBgp_result._Fields>
-
clear
public void clear()
- Specified by:
clearin interfaceorg.apache.thrift.TBase<BgpConfigurator.startBgp_result,BgpConfigurator.startBgp_result._Fields>
-
getSuccess
public int getSuccess()
-
setSuccess
public BgpConfigurator.startBgp_result setSuccess(int success)
-
unsetSuccess
public void unsetSuccess()
-
isSetSuccess
public boolean isSetSuccess()
Returns true if field success is set (has been assigned a value) and false otherwise
-
setSuccessIsSet
public void setSuccessIsSet(boolean value)
-
setFieldValue
public void setFieldValue(BgpConfigurator.startBgp_result._Fields field, java.lang.Object value)
- Specified by:
setFieldValuein interfaceorg.apache.thrift.TBase<BgpConfigurator.startBgp_result,BgpConfigurator.startBgp_result._Fields>
-
getFieldValue
public java.lang.Object getFieldValue(BgpConfigurator.startBgp_result._Fields field)
- Specified by:
getFieldValuein interfaceorg.apache.thrift.TBase<BgpConfigurator.startBgp_result,BgpConfigurator.startBgp_result._Fields>
-
isSet
public boolean isSet(BgpConfigurator.startBgp_result._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.startBgp_result,BgpConfigurator.startBgp_result._Fields>
-
equals
public boolean equals(java.lang.Object that)
- Overrides:
equalsin classjava.lang.Object
-
equals
public boolean equals(BgpConfigurator.startBgp_result that)
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
compareTo
public int compareTo(BgpConfigurator.startBgp_result other)
- Specified by:
compareToin interfacejava.lang.Comparable<BgpConfigurator.startBgp_result>
-
fieldForId
public BgpConfigurator.startBgp_result._Fields fieldForId(int fieldId)
- Specified by:
fieldForIdin interfaceorg.apache.thrift.TBase<BgpConfigurator.startBgp_result,BgpConfigurator.startBgp_result._Fields>
-
read
public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException- Specified by:
readin interfaceorg.apache.thrift.TBase<BgpConfigurator.startBgp_result,BgpConfigurator.startBgp_result._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.startBgp_result,BgpConfigurator.startBgp_result._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
-
-