Class BgpConfigurator.setLogConfig_args
- java.lang.Object
-
- org.opendaylight.netvirt.bgpmanager.thrift.gen.BgpConfigurator.setLogConfig_args
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Cloneable
,java.lang.Comparable<BgpConfigurator.setLogConfig_args>
,org.apache.thrift.TBase<BgpConfigurator.setLogConfig_args,BgpConfigurator.setLogConfig_args._Fields>
- Enclosing class:
- BgpConfigurator
public static class BgpConfigurator.setLogConfig_args extends java.lang.Object implements org.apache.thrift.TBase<BgpConfigurator.setLogConfig_args,BgpConfigurator.setLogConfig_args._Fields>, java.io.Serializable, java.lang.Cloneable, java.lang.Comparable<BgpConfigurator.setLogConfig_args>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
BgpConfigurator.setLogConfig_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 java.lang.String
logFileName
java.lang.String
logLevel
static java.util.Map<BgpConfigurator.setLogConfig_args._Fields,org.apache.thrift.meta_data.FieldMetaData>
metaDataMap
-
Constructor Summary
Constructors Constructor Description setLogConfig_args()
setLogConfig_args(java.lang.String logFileName, java.lang.String logLevel)
setLogConfig_args(BgpConfigurator.setLogConfig_args other)
Performs a deep copy on other.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
clear()
int
compareTo(BgpConfigurator.setLogConfig_args other)
BgpConfigurator.setLogConfig_args
deepCopy()
boolean
equals(java.lang.Object that)
boolean
equals(BgpConfigurator.setLogConfig_args that)
BgpConfigurator.setLogConfig_args._Fields
fieldForId(int fieldId)
java.lang.Object
getFieldValue(BgpConfigurator.setLogConfig_args._Fields field)
java.lang.String
getLogFileName()
java.lang.String
getLogLevel()
int
hashCode()
boolean
isSet(BgpConfigurator.setLogConfig_args._Fields field)
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwiseboolean
isSetLogFileName()
Returns true if field logFileName is set (has been assigned a value) and false otherwiseboolean
isSetLogLevel()
Returns true if field logLevel is set (has been assigned a value) and false otherwisevoid
read(org.apache.thrift.protocol.TProtocol iprot)
void
setFieldValue(BgpConfigurator.setLogConfig_args._Fields field, java.lang.Object value)
BgpConfigurator.setLogConfig_args
setLogFileName(java.lang.String logFileName)
void
setLogFileNameIsSet(boolean value)
BgpConfigurator.setLogConfig_args
setLogLevel(java.lang.String logLevel)
void
setLogLevelIsSet(boolean value)
java.lang.String
toString()
void
unsetLogFileName()
void
unsetLogLevel()
void
validate()
void
write(org.apache.thrift.protocol.TProtocol oprot)
-
-
-
Field Detail
-
logFileName
public java.lang.String logFileName
-
logLevel
public java.lang.String logLevel
-
metaDataMap
public static final java.util.Map<BgpConfigurator.setLogConfig_args._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
-
-
Constructor Detail
-
setLogConfig_args
public setLogConfig_args()
-
setLogConfig_args
public setLogConfig_args(java.lang.String logFileName, java.lang.String logLevel)
-
setLogConfig_args
public setLogConfig_args(BgpConfigurator.setLogConfig_args other)
Performs a deep copy on other.
-
-
Method Detail
-
deepCopy
public BgpConfigurator.setLogConfig_args deepCopy()
- Specified by:
deepCopy
in interfaceorg.apache.thrift.TBase<BgpConfigurator.setLogConfig_args,BgpConfigurator.setLogConfig_args._Fields>
-
clear
public void clear()
- Specified by:
clear
in interfaceorg.apache.thrift.TBase<BgpConfigurator.setLogConfig_args,BgpConfigurator.setLogConfig_args._Fields>
-
getLogFileName
public java.lang.String getLogFileName()
-
setLogFileName
public BgpConfigurator.setLogConfig_args setLogFileName(java.lang.String logFileName)
-
unsetLogFileName
public void unsetLogFileName()
-
isSetLogFileName
public boolean isSetLogFileName()
Returns true if field logFileName is set (has been assigned a value) and false otherwise
-
setLogFileNameIsSet
public void setLogFileNameIsSet(boolean value)
-
getLogLevel
public java.lang.String getLogLevel()
-
setLogLevel
public BgpConfigurator.setLogConfig_args setLogLevel(java.lang.String logLevel)
-
unsetLogLevel
public void unsetLogLevel()
-
isSetLogLevel
public boolean isSetLogLevel()
Returns true if field logLevel is set (has been assigned a value) and false otherwise
-
setLogLevelIsSet
public void setLogLevelIsSet(boolean value)
-
setFieldValue
public void setFieldValue(BgpConfigurator.setLogConfig_args._Fields field, java.lang.Object value)
- Specified by:
setFieldValue
in interfaceorg.apache.thrift.TBase<BgpConfigurator.setLogConfig_args,BgpConfigurator.setLogConfig_args._Fields>
-
getFieldValue
public java.lang.Object getFieldValue(BgpConfigurator.setLogConfig_args._Fields field)
- Specified by:
getFieldValue
in interfaceorg.apache.thrift.TBase<BgpConfigurator.setLogConfig_args,BgpConfigurator.setLogConfig_args._Fields>
-
isSet
public boolean isSet(BgpConfigurator.setLogConfig_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.setLogConfig_args,BgpConfigurator.setLogConfig_args._Fields>
-
equals
public boolean equals(java.lang.Object that)
- Overrides:
equals
in classjava.lang.Object
-
equals
public boolean equals(BgpConfigurator.setLogConfig_args that)
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
compareTo
public int compareTo(BgpConfigurator.setLogConfig_args other)
- Specified by:
compareTo
in interfacejava.lang.Comparable<BgpConfigurator.setLogConfig_args>
-
fieldForId
public BgpConfigurator.setLogConfig_args._Fields fieldForId(int fieldId)
- Specified by:
fieldForId
in interfaceorg.apache.thrift.TBase<BgpConfigurator.setLogConfig_args,BgpConfigurator.setLogConfig_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.setLogConfig_args,BgpConfigurator.setLogConfig_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.setLogConfig_args,BgpConfigurator.setLogConfig_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
-
-