@Generated(value="Autogenerated by Thrift Compiler (0.16.0)") @InterfaceAudience.Public @InterfaceStability.Stable public class WriteNotificationLogBatchRequest extends Object implements org.apache.thrift.TBase<WriteNotificationLogBatchRequest,WriteNotificationLogBatchRequest._Fields>, Serializable, Cloneable, Comparable<WriteNotificationLogBatchRequest>
| Modifier and Type | Class and Description |
|---|---|
static class |
WriteNotificationLogBatchRequest._Fields
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
| Modifier and Type | Field and Description |
|---|---|
static Map<WriteNotificationLogBatchRequest._Fields,org.apache.thrift.meta_data.FieldMetaData> |
metaDataMap |
| Constructor and Description |
|---|
WriteNotificationLogBatchRequest() |
WriteNotificationLogBatchRequest(String catalog,
String db,
String table,
List<WriteNotificationLogRequest> requestList) |
WriteNotificationLogBatchRequest(WriteNotificationLogBatchRequest other)
Performs a deep copy on other.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addToRequestList(WriteNotificationLogRequest elem) |
void |
clear() |
int |
compareTo(WriteNotificationLogBatchRequest other) |
WriteNotificationLogBatchRequest |
deepCopy() |
boolean |
equals(Object that) |
boolean |
equals(WriteNotificationLogBatchRequest that) |
WriteNotificationLogBatchRequest._Fields |
fieldForId(int fieldId) |
String |
getCatalog() |
String |
getDb() |
Object |
getFieldValue(WriteNotificationLogBatchRequest._Fields field) |
List<WriteNotificationLogRequest> |
getRequestList() |
Iterator<WriteNotificationLogRequest> |
getRequestListIterator() |
int |
getRequestListSize() |
String |
getTable() |
int |
hashCode() |
boolean |
isSet(WriteNotificationLogBatchRequest._Fields field)
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
|
boolean |
isSetCatalog()
Returns true if field catalog is set (has been assigned a value) and false otherwise
|
boolean |
isSetDb()
Returns true if field db is set (has been assigned a value) and false otherwise
|
boolean |
isSetRequestList()
Returns true if field requestList is set (has been assigned a value) and false otherwise
|
boolean |
isSetTable()
Returns true if field table is set (has been assigned a value) and false otherwise
|
void |
read(org.apache.thrift.protocol.TProtocol iprot) |
void |
setCatalog(String catalog) |
void |
setCatalogIsSet(boolean value) |
void |
setDb(String db) |
void |
setDbIsSet(boolean value) |
void |
setFieldValue(WriteNotificationLogBatchRequest._Fields field,
Object value) |
void |
setRequestList(List<WriteNotificationLogRequest> requestList) |
void |
setRequestListIsSet(boolean value) |
void |
setTable(String table) |
void |
setTableIsSet(boolean value) |
String |
toString() |
void |
unsetCatalog() |
void |
unsetDb() |
void |
unsetRequestList() |
void |
unsetTable() |
void |
validate() |
void |
write(org.apache.thrift.protocol.TProtocol oprot) |
public static final Map<WriteNotificationLogBatchRequest._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
public WriteNotificationLogBatchRequest()
public WriteNotificationLogBatchRequest(String catalog, String db, String table, List<WriteNotificationLogRequest> requestList)
public WriteNotificationLogBatchRequest(WriteNotificationLogBatchRequest other)
public WriteNotificationLogBatchRequest deepCopy()
deepCopy in interface org.apache.thrift.TBase<WriteNotificationLogBatchRequest,WriteNotificationLogBatchRequest._Fields>public void clear()
clear in interface org.apache.thrift.TBase<WriteNotificationLogBatchRequest,WriteNotificationLogBatchRequest._Fields>public String getCatalog()
public void setCatalog(String catalog)
public void unsetCatalog()
public boolean isSetCatalog()
public void setCatalogIsSet(boolean value)
public String getDb()
public void setDb(String db)
public void unsetDb()
public boolean isSetDb()
public void setDbIsSet(boolean value)
public String getTable()
public void setTable(String table)
public void unsetTable()
public boolean isSetTable()
public void setTableIsSet(boolean value)
public int getRequestListSize()
public Iterator<WriteNotificationLogRequest> getRequestListIterator()
public void addToRequestList(WriteNotificationLogRequest elem)
public List<WriteNotificationLogRequest> getRequestList()
public void setRequestList(List<WriteNotificationLogRequest> requestList)
public void unsetRequestList()
public boolean isSetRequestList()
public void setRequestListIsSet(boolean value)
public void setFieldValue(WriteNotificationLogBatchRequest._Fields field, Object value)
setFieldValue in interface org.apache.thrift.TBase<WriteNotificationLogBatchRequest,WriteNotificationLogBatchRequest._Fields>public Object getFieldValue(WriteNotificationLogBatchRequest._Fields field)
getFieldValue in interface org.apache.thrift.TBase<WriteNotificationLogBatchRequest,WriteNotificationLogBatchRequest._Fields>public boolean isSet(WriteNotificationLogBatchRequest._Fields field)
isSet in interface org.apache.thrift.TBase<WriteNotificationLogBatchRequest,WriteNotificationLogBatchRequest._Fields>public boolean equals(WriteNotificationLogBatchRequest that)
public int compareTo(WriteNotificationLogBatchRequest other)
compareTo in interface Comparable<WriteNotificationLogBatchRequest>public WriteNotificationLogBatchRequest._Fields fieldForId(int fieldId)
fieldForId in interface org.apache.thrift.TBase<WriteNotificationLogBatchRequest,WriteNotificationLogBatchRequest._Fields>public void read(org.apache.thrift.protocol.TProtocol iprot)
throws org.apache.thrift.TException
read in interface org.apache.thrift.TSerializableorg.apache.thrift.TExceptionpublic void write(org.apache.thrift.protocol.TProtocol oprot)
throws org.apache.thrift.TException
write in interface org.apache.thrift.TSerializableorg.apache.thrift.TExceptionpublic void validate()
throws org.apache.thrift.TException
org.apache.thrift.TExceptionCopyright © 2024 The Apache Software Foundation. All rights reserved.