public static class BgpUpdater.onUpdateWithdrawRoute_args extends Object implements org.apache.thrift.TBase<BgpUpdater.onUpdateWithdrawRoute_args,BgpUpdater.onUpdateWithdrawRoute_args._Fields>, Serializable, Cloneable, Comparable<BgpUpdater.onUpdateWithdrawRoute_args>
Modifier and Type | Class and Description |
---|---|
static class |
BgpUpdater.onUpdateWithdrawRoute_args._Fields
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
Modifier and Type | Field and Description |
---|---|
af_afi |
afi |
String |
esi |
int |
ethtag |
int |
l2label |
int |
l3label |
String |
macaddress |
static Map<BgpUpdater.onUpdateWithdrawRoute_args._Fields,org.apache.thrift.meta_data.FieldMetaData> |
metaDataMap |
String |
nexthop |
protocol_type |
p_type |
String |
prefix |
int |
prefixlen |
String |
rd |
Constructor and Description |
---|
onUpdateWithdrawRoute_args() |
onUpdateWithdrawRoute_args(BgpUpdater.onUpdateWithdrawRoute_args other)
Performs a deep copy on other.
|
onUpdateWithdrawRoute_args(protocol_type p_type,
String rd,
String prefix,
int prefixlen,
String nexthop,
int ethtag,
String esi,
String macaddress,
int l3label,
int l2label,
af_afi afi) |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
int |
compareTo(BgpUpdater.onUpdateWithdrawRoute_args other) |
BgpUpdater.onUpdateWithdrawRoute_args |
deepCopy() |
boolean |
equals(BgpUpdater.onUpdateWithdrawRoute_args that) |
boolean |
equals(Object that) |
BgpUpdater.onUpdateWithdrawRoute_args._Fields |
fieldForId(int fieldId) |
af_afi |
getAfi() |
String |
getEsi() |
int |
getEthtag() |
Object |
getFieldValue(BgpUpdater.onUpdateWithdrawRoute_args._Fields field) |
int |
getL2label() |
int |
getL3label() |
String |
getMacaddress() |
String |
getNexthop() |
protocol_type |
getP_type() |
String |
getPrefix() |
int |
getPrefixlen() |
String |
getRd() |
int |
hashCode() |
boolean |
isSet(BgpUpdater.onUpdateWithdrawRoute_args._Fields field)
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
|
boolean |
isSetAfi()
Returns true if field afi is set (has been assigned a value) and false otherwise
|
boolean |
isSetEsi()
Returns true if field esi is set (has been assigned a value) and false otherwise
|
boolean |
isSetEthtag()
Returns true if field ethtag is set (has been assigned a value) and false otherwise
|
boolean |
isSetL2label()
Returns true if field l2label is set (has been assigned a value) and false otherwise
|
boolean |
isSetL3label()
Returns true if field l3label is set (has been assigned a value) and false otherwise
|
boolean |
isSetMacaddress()
Returns true if field macaddress is set (has been assigned a value) and false otherwise
|
boolean |
isSetNexthop()
Returns true if field nexthop is set (has been assigned a value) and false otherwise
|
boolean |
isSetP_type()
Returns true if field p_type is set (has been assigned a value) and false otherwise
|
boolean |
isSetPrefix()
Returns true if field prefix is set (has been assigned a value) and false otherwise
|
boolean |
isSetPrefixlen()
Returns true if field prefixlen is set (has been assigned a value) and false otherwise
|
boolean |
isSetRd()
Returns true if field rd is set (has been assigned a value) and false otherwise
|
void |
read(org.apache.thrift.protocol.TProtocol iprot) |
BgpUpdater.onUpdateWithdrawRoute_args |
setAfi(af_afi afi) |
void |
setAfiIsSet(boolean value) |
BgpUpdater.onUpdateWithdrawRoute_args |
setEsi(String esi) |
void |
setEsiIsSet(boolean value) |
BgpUpdater.onUpdateWithdrawRoute_args |
setEthtag(int ethtag) |
void |
setEthtagIsSet(boolean value) |
void |
setFieldValue(BgpUpdater.onUpdateWithdrawRoute_args._Fields field,
Object value) |
BgpUpdater.onUpdateWithdrawRoute_args |
setL2label(int l2label) |
void |
setL2labelIsSet(boolean value) |
BgpUpdater.onUpdateWithdrawRoute_args |
setL3label(int l3label) |
void |
setL3labelIsSet(boolean value) |
BgpUpdater.onUpdateWithdrawRoute_args |
setMacaddress(String macaddress) |
void |
setMacaddressIsSet(boolean value) |
BgpUpdater.onUpdateWithdrawRoute_args |
setNexthop(String nexthop) |
void |
setNexthopIsSet(boolean value) |
BgpUpdater.onUpdateWithdrawRoute_args |
setP_type(protocol_type p_type) |
void |
setP_typeIsSet(boolean value) |
BgpUpdater.onUpdateWithdrawRoute_args |
setPrefix(String prefix) |
void |
setPrefixIsSet(boolean value) |
BgpUpdater.onUpdateWithdrawRoute_args |
setPrefixlen(int prefixlen) |
void |
setPrefixlenIsSet(boolean value) |
BgpUpdater.onUpdateWithdrawRoute_args |
setRd(String rd) |
void |
setRdIsSet(boolean value) |
String |
toString() |
void |
unsetAfi() |
void |
unsetEsi() |
void |
unsetEthtag() |
void |
unsetL2label() |
void |
unsetL3label() |
void |
unsetMacaddress() |
void |
unsetNexthop() |
void |
unsetP_type() |
void |
unsetPrefix() |
void |
unsetPrefixlen() |
void |
unsetRd() |
void |
validate() |
void |
write(org.apache.thrift.protocol.TProtocol oprot) |
public protocol_type p_type
protocol_type
public String rd
public String prefix
public int prefixlen
public String nexthop
public int ethtag
public String esi
public String macaddress
public int l3label
public int l2label
public static final Map<BgpUpdater.onUpdateWithdrawRoute_args._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
public onUpdateWithdrawRoute_args()
public onUpdateWithdrawRoute_args(protocol_type p_type, String rd, String prefix, int prefixlen, String nexthop, int ethtag, String esi, String macaddress, int l3label, int l2label, af_afi afi)
public onUpdateWithdrawRoute_args(BgpUpdater.onUpdateWithdrawRoute_args other)
public BgpUpdater.onUpdateWithdrawRoute_args deepCopy()
deepCopy
in interface org.apache.thrift.TBase<BgpUpdater.onUpdateWithdrawRoute_args,BgpUpdater.onUpdateWithdrawRoute_args._Fields>
public void clear()
clear
in interface org.apache.thrift.TBase<BgpUpdater.onUpdateWithdrawRoute_args,BgpUpdater.onUpdateWithdrawRoute_args._Fields>
public protocol_type getP_type()
protocol_type
public BgpUpdater.onUpdateWithdrawRoute_args setP_type(protocol_type p_type)
protocol_type
public void unsetP_type()
public boolean isSetP_type()
public void setP_typeIsSet(boolean value)
public String getRd()
public BgpUpdater.onUpdateWithdrawRoute_args setRd(String rd)
public void unsetRd()
public boolean isSetRd()
public void setRdIsSet(boolean value)
public String getPrefix()
public BgpUpdater.onUpdateWithdrawRoute_args setPrefix(String prefix)
public void unsetPrefix()
public boolean isSetPrefix()
public void setPrefixIsSet(boolean value)
public int getPrefixlen()
public BgpUpdater.onUpdateWithdrawRoute_args setPrefixlen(int prefixlen)
public void unsetPrefixlen()
public boolean isSetPrefixlen()
public void setPrefixlenIsSet(boolean value)
public String getNexthop()
public BgpUpdater.onUpdateWithdrawRoute_args setNexthop(String nexthop)
public void unsetNexthop()
public boolean isSetNexthop()
public void setNexthopIsSet(boolean value)
public int getEthtag()
public BgpUpdater.onUpdateWithdrawRoute_args setEthtag(int ethtag)
public void unsetEthtag()
public boolean isSetEthtag()
public void setEthtagIsSet(boolean value)
public String getEsi()
public BgpUpdater.onUpdateWithdrawRoute_args setEsi(String esi)
public void unsetEsi()
public boolean isSetEsi()
public void setEsiIsSet(boolean value)
public String getMacaddress()
public BgpUpdater.onUpdateWithdrawRoute_args setMacaddress(String macaddress)
public void unsetMacaddress()
public boolean isSetMacaddress()
public void setMacaddressIsSet(boolean value)
public int getL3label()
public BgpUpdater.onUpdateWithdrawRoute_args setL3label(int l3label)
public void unsetL3label()
public boolean isSetL3label()
public void setL3labelIsSet(boolean value)
public int getL2label()
public BgpUpdater.onUpdateWithdrawRoute_args setL2label(int l2label)
public void unsetL2label()
public boolean isSetL2label()
public void setL2labelIsSet(boolean value)
public BgpUpdater.onUpdateWithdrawRoute_args setAfi(af_afi afi)
af_afi
public void unsetAfi()
public boolean isSetAfi()
public void setAfiIsSet(boolean value)
public void setFieldValue(BgpUpdater.onUpdateWithdrawRoute_args._Fields field, Object value)
setFieldValue
in interface org.apache.thrift.TBase<BgpUpdater.onUpdateWithdrawRoute_args,BgpUpdater.onUpdateWithdrawRoute_args._Fields>
public Object getFieldValue(BgpUpdater.onUpdateWithdrawRoute_args._Fields field)
getFieldValue
in interface org.apache.thrift.TBase<BgpUpdater.onUpdateWithdrawRoute_args,BgpUpdater.onUpdateWithdrawRoute_args._Fields>
public boolean isSet(BgpUpdater.onUpdateWithdrawRoute_args._Fields field)
isSet
in interface org.apache.thrift.TBase<BgpUpdater.onUpdateWithdrawRoute_args,BgpUpdater.onUpdateWithdrawRoute_args._Fields>
public boolean equals(BgpUpdater.onUpdateWithdrawRoute_args that)
public int compareTo(BgpUpdater.onUpdateWithdrawRoute_args other)
compareTo
in interface Comparable<BgpUpdater.onUpdateWithdrawRoute_args>
public BgpUpdater.onUpdateWithdrawRoute_args._Fields fieldForId(int fieldId)
fieldForId
in interface org.apache.thrift.TBase<BgpUpdater.onUpdateWithdrawRoute_args,BgpUpdater.onUpdateWithdrawRoute_args._Fields>
public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException
read
in interface org.apache.thrift.TBase<BgpUpdater.onUpdateWithdrawRoute_args,BgpUpdater.onUpdateWithdrawRoute_args._Fields>
org.apache.thrift.TException
public void write(org.apache.thrift.protocol.TProtocol oprot) throws org.apache.thrift.TException
write
in interface org.apache.thrift.TBase<BgpUpdater.onUpdateWithdrawRoute_args,BgpUpdater.onUpdateWithdrawRoute_args._Fields>
org.apache.thrift.TException
public void validate() throws org.apache.thrift.TException
org.apache.thrift.TException
Copyright © 2019 OpenDaylight. All rights reserved.