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 classBgpConfigurator.setLogConfig_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 java.lang.StringlogFileNamejava.lang.StringlogLevelstatic 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 voidclear()intcompareTo(BgpConfigurator.setLogConfig_args other)BgpConfigurator.setLogConfig_argsdeepCopy()booleanequals(java.lang.Object that)booleanequals(BgpConfigurator.setLogConfig_args that)BgpConfigurator.setLogConfig_args._FieldsfieldForId(int fieldId)java.lang.ObjectgetFieldValue(BgpConfigurator.setLogConfig_args._Fields field)java.lang.StringgetLogFileName()java.lang.StringgetLogLevel()inthashCode()booleanisSet(BgpConfigurator.setLogConfig_args._Fields field)Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwisebooleanisSetLogFileName()Returns true if field logFileName is set (has been assigned a value) and false otherwisebooleanisSetLogLevel()Returns true if field logLevel is set (has been assigned a value) and false otherwisevoidread(org.apache.thrift.protocol.TProtocol iprot)voidsetFieldValue(BgpConfigurator.setLogConfig_args._Fields field, java.lang.Object value)BgpConfigurator.setLogConfig_argssetLogFileName(java.lang.String logFileName)voidsetLogFileNameIsSet(boolean value)BgpConfigurator.setLogConfig_argssetLogLevel(java.lang.String logLevel)voidsetLogLevelIsSet(boolean value)java.lang.StringtoString()voidunsetLogFileName()voidunsetLogLevel()voidvalidate()voidwrite(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:
 deepCopyin interfaceorg.apache.thrift.TBase<BgpConfigurator.setLogConfig_args,BgpConfigurator.setLogConfig_args._Fields>
 
- 
clear
public void clear()
- Specified by:
 clearin 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:
 setFieldValuein interfaceorg.apache.thrift.TBase<BgpConfigurator.setLogConfig_args,BgpConfigurator.setLogConfig_args._Fields>
 
- 
getFieldValue
public java.lang.Object getFieldValue(BgpConfigurator.setLogConfig_args._Fields field)
- Specified by:
 getFieldValuein 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:
 isSetin interfaceorg.apache.thrift.TBase<BgpConfigurator.setLogConfig_args,BgpConfigurator.setLogConfig_args._Fields>
 
- 
equals
public boolean equals(java.lang.Object that)
- Overrides:
 equalsin classjava.lang.Object
 
- 
equals
public boolean equals(BgpConfigurator.setLogConfig_args that)
 
- 
hashCode
public int hashCode()
- Overrides:
 hashCodein classjava.lang.Object
 
- 
compareTo
public int compareTo(BgpConfigurator.setLogConfig_args other)
- Specified by:
 compareToin interfacejava.lang.Comparable<BgpConfigurator.setLogConfig_args>
 
- 
fieldForId
public BgpConfigurator.setLogConfig_args._Fields fieldForId(int fieldId)
- Specified by:
 fieldForIdin 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:
 readin 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:
 writein interfaceorg.apache.thrift.TBase<BgpConfigurator.setLogConfig_args,BgpConfigurator.setLogConfig_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
 
 - 
 
 -