|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.blur.thrift.generated.Blur.logging_args
public static class Blur.logging_args
Nested Class Summary | |
---|---|
static class |
Blur.logging_args._Fields
The set of fields this struct contains, along with convenience methods for finding and manipulating them. |
Field Summary | |
---|---|
String |
classNameOrLoggerName
the className or Logger Name of the Logger to be changed. |
Level |
level
the logging level. |
static Map<Blur.logging_args._Fields,FieldMetaData> |
metaDataMap
|
Constructor Summary | |
---|---|
Blur.logging_args()
|
|
Blur.logging_args(Blur.logging_args other)
Performs a deep copy on other. |
|
Blur.logging_args(String classNameOrLoggerName,
Level level)
|
Method Summary | |
---|---|
void |
clear()
Return to the state of having just been initialized, as though you had just called the default constructor. |
int |
compareTo(Blur.logging_args other)
|
Blur.logging_args |
deepCopy()
|
boolean |
equals(Blur.logging_args that)
|
boolean |
equals(Object that)
|
Blur.logging_args._Fields |
fieldForId(int fieldId)
Get the F instance that corresponds to fieldId. |
String |
getClassNameOrLoggerName()
the className or Logger Name of the Logger to be changed. |
Object |
getFieldValue(Blur.logging_args._Fields field)
Get a field's value by field variable. |
Level |
getLevel()
the logging level. |
int |
hashCode()
|
boolean |
isSet(Blur.logging_args._Fields field)
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise |
boolean |
isSetClassNameOrLoggerName()
Returns true if field classNameOrLoggerName is set (has been assigned a value) and false otherwise |
boolean |
isSetLevel()
Returns true if field level is set (has been assigned a value) and false otherwise |
void |
read(TProtocol iprot)
Reads the TObject from the given input protocol. |
Blur.logging_args |
setClassNameOrLoggerName(String classNameOrLoggerName)
the className or Logger Name of the Logger to be changed. |
void |
setClassNameOrLoggerNameIsSet(boolean value)
|
void |
setFieldValue(Blur.logging_args._Fields field,
Object value)
Set a field's value by field variable. |
Blur.logging_args |
setLevel(Level level)
the logging level. |
void |
setLevelIsSet(boolean value)
|
String |
toString()
|
void |
unsetClassNameOrLoggerName()
|
void |
unsetLevel()
|
void |
validate()
|
void |
write(TProtocol oprot)
Writes the objects out to the protocol |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public String classNameOrLoggerName
public Level level
Level
public static final Map<Blur.logging_args._Fields,FieldMetaData> metaDataMap
Constructor Detail |
---|
public Blur.logging_args()
public Blur.logging_args(String classNameOrLoggerName, Level level)
public Blur.logging_args(Blur.logging_args other)
Method Detail |
---|
public Blur.logging_args deepCopy()
deepCopy
in interface TBase<Blur.logging_args,Blur.logging_args._Fields>
public void clear()
TBase
clear
in interface TBase<Blur.logging_args,Blur.logging_args._Fields>
public String getClassNameOrLoggerName()
public Blur.logging_args setClassNameOrLoggerName(String classNameOrLoggerName)
public void unsetClassNameOrLoggerName()
public boolean isSetClassNameOrLoggerName()
public void setClassNameOrLoggerNameIsSet(boolean value)
public Level getLevel()
Level
public Blur.logging_args setLevel(Level level)
Level
public void unsetLevel()
public boolean isSetLevel()
public void setLevelIsSet(boolean value)
public void setFieldValue(Blur.logging_args._Fields field, Object value)
TBase
setFieldValue
in interface TBase<Blur.logging_args,Blur.logging_args._Fields>
public Object getFieldValue(Blur.logging_args._Fields field)
TBase
getFieldValue
in interface TBase<Blur.logging_args,Blur.logging_args._Fields>
public boolean isSet(Blur.logging_args._Fields field)
isSet
in interface TBase<Blur.logging_args,Blur.logging_args._Fields>
public boolean equals(Object that)
equals
in class Object
public boolean equals(Blur.logging_args that)
public int hashCode()
hashCode
in class Object
public int compareTo(Blur.logging_args other)
compareTo
in interface Comparable<Blur.logging_args>
public Blur.logging_args._Fields fieldForId(int fieldId)
TBase
fieldForId
in interface TBase<Blur.logging_args,Blur.logging_args._Fields>
public void read(TProtocol iprot) throws TException
TBase
read
in interface TBase<Blur.logging_args,Blur.logging_args._Fields>
iprot
- Input protocol
TException
public void write(TProtocol oprot) throws TException
TBase
write
in interface TBase<Blur.logging_args,Blur.logging_args._Fields>
oprot
- Output protocol
TException
public String toString()
toString
in class Object
public void validate() throws TException
TException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |