Class BgpConfigurator.withdrawRoute_args
- java.lang.Object
-
- org.opendaylight.netvirt.bgpmanager.thrift.gen.BgpConfigurator.withdrawRoute_args
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Cloneable
,java.lang.Comparable<BgpConfigurator.withdrawRoute_args>
,org.apache.thrift.TBase<BgpConfigurator.withdrawRoute_args,BgpConfigurator.withdrawRoute_args._Fields>
- Enclosing class:
- BgpConfigurator
public static class BgpConfigurator.withdrawRoute_args extends java.lang.Object implements org.apache.thrift.TBase<BgpConfigurator.withdrawRoute_args,BgpConfigurator.withdrawRoute_args._Fields>, java.io.Serializable, java.lang.Cloneable, java.lang.Comparable<BgpConfigurator.withdrawRoute_args>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
BgpConfigurator.withdrawRoute_args._Fields
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
-
Field Summary
Fields Modifier and Type Field Description af_afi
afi
java.lang.String
esi
long
ethtag
java.lang.String
macaddress
static java.util.Map<BgpConfigurator.withdrawRoute_args._Fields,org.apache.thrift.meta_data.FieldMetaData>
metaDataMap
protocol_type
p_type
java.lang.String
prefix
java.lang.String
rd
-
Constructor Summary
Constructors Constructor Description withdrawRoute_args()
withdrawRoute_args(BgpConfigurator.withdrawRoute_args other)
Performs a deep copy on other.withdrawRoute_args(protocol_type p_type, java.lang.String prefix, java.lang.String rd, long ethtag, java.lang.String esi, java.lang.String macaddress, af_afi afi)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
clear()
int
compareTo(BgpConfigurator.withdrawRoute_args other)
BgpConfigurator.withdrawRoute_args
deepCopy()
boolean
equals(java.lang.Object that)
boolean
equals(BgpConfigurator.withdrawRoute_args that)
BgpConfigurator.withdrawRoute_args._Fields
fieldForId(int fieldId)
af_afi
getAfi()
java.lang.String
getEsi()
long
getEthtag()
java.lang.Object
getFieldValue(BgpConfigurator.withdrawRoute_args._Fields field)
java.lang.String
getMacaddress()
protocol_type
getP_type()
java.lang.String
getPrefix()
java.lang.String
getRd()
int
hashCode()
boolean
isSet(BgpConfigurator.withdrawRoute_args._Fields field)
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwiseboolean
isSetAfi()
Returns true if field afi is set (has been assigned a value) and false otherwiseboolean
isSetEsi()
Returns true if field esi is set (has been assigned a value) and false otherwiseboolean
isSetEthtag()
Returns true if field ethtag is set (has been assigned a value) and false otherwiseboolean
isSetMacaddress()
Returns true if field macaddress is set (has been assigned a value) and false otherwiseboolean
isSetP_type()
Returns true if field p_type is set (has been assigned a value) and false otherwiseboolean
isSetPrefix()
Returns true if field prefix is set (has been assigned a value) and false otherwiseboolean
isSetRd()
Returns true if field rd is set (has been assigned a value) and false otherwisevoid
read(org.apache.thrift.protocol.TProtocol iprot)
BgpConfigurator.withdrawRoute_args
setAfi(af_afi afi)
void
setAfiIsSet(boolean value)
BgpConfigurator.withdrawRoute_args
setEsi(java.lang.String esi)
void
setEsiIsSet(boolean value)
BgpConfigurator.withdrawRoute_args
setEthtag(long ethtag)
void
setEthtagIsSet(boolean value)
void
setFieldValue(BgpConfigurator.withdrawRoute_args._Fields field, java.lang.Object value)
BgpConfigurator.withdrawRoute_args
setMacaddress(java.lang.String macaddress)
void
setMacaddressIsSet(boolean value)
BgpConfigurator.withdrawRoute_args
setP_type(protocol_type p_type)
void
setP_typeIsSet(boolean value)
BgpConfigurator.withdrawRoute_args
setPrefix(java.lang.String prefix)
void
setPrefixIsSet(boolean value)
BgpConfigurator.withdrawRoute_args
setRd(java.lang.String rd)
void
setRdIsSet(boolean value)
java.lang.String
toString()
void
unsetAfi()
void
unsetEsi()
void
unsetEthtag()
void
unsetMacaddress()
void
unsetP_type()
void
unsetPrefix()
void
unsetRd()
void
validate()
void
write(org.apache.thrift.protocol.TProtocol oprot)
-
-
-
Field Detail
-
p_type
public protocol_type p_type
- See Also:
protocol_type
-
prefix
public java.lang.String prefix
-
rd
public java.lang.String rd
-
ethtag
public long ethtag
-
esi
public java.lang.String esi
-
macaddress
public java.lang.String macaddress
-
metaDataMap
public static final java.util.Map<BgpConfigurator.withdrawRoute_args._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
-
-
Constructor Detail
-
withdrawRoute_args
public withdrawRoute_args()
-
withdrawRoute_args
public withdrawRoute_args(protocol_type p_type, java.lang.String prefix, java.lang.String rd, long ethtag, java.lang.String esi, java.lang.String macaddress, af_afi afi)
-
withdrawRoute_args
public withdrawRoute_args(BgpConfigurator.withdrawRoute_args other)
Performs a deep copy on other.
-
-
Method Detail
-
deepCopy
public BgpConfigurator.withdrawRoute_args deepCopy()
- Specified by:
deepCopy
in interfaceorg.apache.thrift.TBase<BgpConfigurator.withdrawRoute_args,BgpConfigurator.withdrawRoute_args._Fields>
-
clear
public void clear()
- Specified by:
clear
in interfaceorg.apache.thrift.TBase<BgpConfigurator.withdrawRoute_args,BgpConfigurator.withdrawRoute_args._Fields>
-
getP_type
public protocol_type getP_type()
- See Also:
protocol_type
-
setP_type
public BgpConfigurator.withdrawRoute_args setP_type(protocol_type p_type)
- See Also:
protocol_type
-
unsetP_type
public void unsetP_type()
-
isSetP_type
public boolean isSetP_type()
Returns true if field p_type is set (has been assigned a value) and false otherwise
-
setP_typeIsSet
public void setP_typeIsSet(boolean value)
-
getPrefix
public java.lang.String getPrefix()
-
setPrefix
public BgpConfigurator.withdrawRoute_args setPrefix(java.lang.String prefix)
-
unsetPrefix
public void unsetPrefix()
-
isSetPrefix
public boolean isSetPrefix()
Returns true if field prefix is set (has been assigned a value) and false otherwise
-
setPrefixIsSet
public void setPrefixIsSet(boolean value)
-
getRd
public java.lang.String getRd()
-
setRd
public BgpConfigurator.withdrawRoute_args setRd(java.lang.String rd)
-
unsetRd
public void unsetRd()
-
isSetRd
public boolean isSetRd()
Returns true if field rd is set (has been assigned a value) and false otherwise
-
setRdIsSet
public void setRdIsSet(boolean value)
-
getEthtag
public long getEthtag()
-
setEthtag
public BgpConfigurator.withdrawRoute_args setEthtag(long ethtag)
-
unsetEthtag
public void unsetEthtag()
-
isSetEthtag
public boolean isSetEthtag()
Returns true if field ethtag is set (has been assigned a value) and false otherwise
-
setEthtagIsSet
public void setEthtagIsSet(boolean value)
-
getEsi
public java.lang.String getEsi()
-
setEsi
public BgpConfigurator.withdrawRoute_args setEsi(java.lang.String esi)
-
unsetEsi
public void unsetEsi()
-
isSetEsi
public boolean isSetEsi()
Returns true if field esi is set (has been assigned a value) and false otherwise
-
setEsiIsSet
public void setEsiIsSet(boolean value)
-
getMacaddress
public java.lang.String getMacaddress()
-
setMacaddress
public BgpConfigurator.withdrawRoute_args setMacaddress(java.lang.String macaddress)
-
unsetMacaddress
public void unsetMacaddress()
-
isSetMacaddress
public boolean isSetMacaddress()
Returns true if field macaddress is set (has been assigned a value) and false otherwise
-
setMacaddressIsSet
public void setMacaddressIsSet(boolean value)
-
setAfi
public BgpConfigurator.withdrawRoute_args setAfi(af_afi afi)
- See Also:
af_afi
-
unsetAfi
public void unsetAfi()
-
isSetAfi
public boolean isSetAfi()
Returns true if field afi is set (has been assigned a value) and false otherwise
-
setAfiIsSet
public void setAfiIsSet(boolean value)
-
setFieldValue
public void setFieldValue(BgpConfigurator.withdrawRoute_args._Fields field, java.lang.Object value)
- Specified by:
setFieldValue
in interfaceorg.apache.thrift.TBase<BgpConfigurator.withdrawRoute_args,BgpConfigurator.withdrawRoute_args._Fields>
-
getFieldValue
public java.lang.Object getFieldValue(BgpConfigurator.withdrawRoute_args._Fields field)
- Specified by:
getFieldValue
in interfaceorg.apache.thrift.TBase<BgpConfigurator.withdrawRoute_args,BgpConfigurator.withdrawRoute_args._Fields>
-
isSet
public boolean isSet(BgpConfigurator.withdrawRoute_args._Fields field)
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise- Specified by:
isSet
in interfaceorg.apache.thrift.TBase<BgpConfigurator.withdrawRoute_args,BgpConfigurator.withdrawRoute_args._Fields>
-
equals
public boolean equals(java.lang.Object that)
- Overrides:
equals
in classjava.lang.Object
-
equals
public boolean equals(BgpConfigurator.withdrawRoute_args that)
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
compareTo
public int compareTo(BgpConfigurator.withdrawRoute_args other)
- Specified by:
compareTo
in interfacejava.lang.Comparable<BgpConfigurator.withdrawRoute_args>
-
fieldForId
public BgpConfigurator.withdrawRoute_args._Fields fieldForId(int fieldId)
- Specified by:
fieldForId
in interfaceorg.apache.thrift.TBase<BgpConfigurator.withdrawRoute_args,BgpConfigurator.withdrawRoute_args._Fields>
-
read
public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException
- Specified by:
read
in interfaceorg.apache.thrift.TBase<BgpConfigurator.withdrawRoute_args,BgpConfigurator.withdrawRoute_args._Fields>
- Throws:
org.apache.thrift.TException
-
write
public void write(org.apache.thrift.protocol.TProtocol oprot) throws org.apache.thrift.TException
- Specified by:
write
in interfaceorg.apache.thrift.TBase<BgpConfigurator.withdrawRoute_args,BgpConfigurator.withdrawRoute_args._Fields>
- Throws:
org.apache.thrift.TException
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
validate
public void validate() throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
-