@Generated(value="Autogenerated by Thrift Compiler (0.10.0)",
date="2017-08-25")
public class TKeyDataWithPKey
extends java.lang.Object
implements org.apache.thrift.TBase<TKeyDataWithPKey,TKeyDataWithPKey._Fields>, java.io.Serializable, java.lang.Cloneable, java.lang.Comparable<TKeyDataWithPKey>
| Modifier and Type | Class and Description |
|---|---|
static class |
TKeyDataWithPKey._Fields
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
| Modifier and Type | Field and Description |
|---|---|
static java.util.Map<TKeyDataWithPKey._Fields,org.apache.thrift.meta_data.FieldMetaData> |
metaDataMap |
TDbt |
pdata |
TDbt |
pkey |
TDbt |
skey |
| Constructor and Description |
|---|
TKeyDataWithPKey() |
TKeyDataWithPKey(TKeyDataWithPKey other)
Performs a deep copy on other.
|
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
int |
compareTo(TKeyDataWithPKey other) |
TKeyDataWithPKey |
deepCopy() |
boolean |
equals(java.lang.Object that) |
boolean |
equals(TKeyDataWithPKey that) |
TKeyDataWithPKey._Fields |
fieldForId(int fieldId) |
java.lang.Object |
getFieldValue(TKeyDataWithPKey._Fields field) |
TDbt |
getPdata() |
TDbt |
getPkey() |
TDbt |
getSkey() |
int |
hashCode() |
boolean |
isSet(TKeyDataWithPKey._Fields field)
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
|
boolean |
isSetPdata()
Returns true if field pdata is set (has been assigned a value) and false otherwise
|
boolean |
isSetPkey()
Returns true if field pkey is set (has been assigned a value) and false otherwise
|
boolean |
isSetSkey()
Returns true if field skey is set (has been assigned a value) and false otherwise
|
void |
read(org.apache.thrift.protocol.TProtocol iprot) |
void |
setFieldValue(TKeyDataWithPKey._Fields field,
java.lang.Object value) |
TKeyDataWithPKey |
setPdata(TDbt pdata) |
void |
setPdataIsSet(boolean value) |
TKeyDataWithPKey |
setPkey(TDbt pkey) |
void |
setPkeyIsSet(boolean value) |
TKeyDataWithPKey |
setSkey(TDbt skey) |
void |
setSkeyIsSet(boolean value) |
java.lang.String |
toString() |
void |
unsetPdata() |
void |
unsetPkey() |
void |
unsetSkey() |
void |
validate() |
void |
write(org.apache.thrift.protocol.TProtocol oprot) |
public TDbt skey
public TDbt pkey
public TDbt pdata
public static final java.util.Map<TKeyDataWithPKey._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
public TKeyDataWithPKey()
public TKeyDataWithPKey(TKeyDataWithPKey other)
public TKeyDataWithPKey deepCopy()
deepCopy in interface org.apache.thrift.TBase<TKeyDataWithPKey,TKeyDataWithPKey._Fields>public void clear()
clear in interface org.apache.thrift.TBase<TKeyDataWithPKey,TKeyDataWithPKey._Fields>public TDbt getSkey()
public TKeyDataWithPKey setSkey(TDbt skey)
public void unsetSkey()
public boolean isSetSkey()
public void setSkeyIsSet(boolean value)
public TDbt getPkey()
public TKeyDataWithPKey setPkey(TDbt pkey)
public void unsetPkey()
public boolean isSetPkey()
public void setPkeyIsSet(boolean value)
public TDbt getPdata()
public TKeyDataWithPKey setPdata(TDbt pdata)
public void unsetPdata()
public boolean isSetPdata()
public void setPdataIsSet(boolean value)
public void setFieldValue(TKeyDataWithPKey._Fields field, java.lang.Object value)
setFieldValue in interface org.apache.thrift.TBase<TKeyDataWithPKey,TKeyDataWithPKey._Fields>public java.lang.Object getFieldValue(TKeyDataWithPKey._Fields field)
getFieldValue in interface org.apache.thrift.TBase<TKeyDataWithPKey,TKeyDataWithPKey._Fields>public boolean isSet(TKeyDataWithPKey._Fields field)
isSet in interface org.apache.thrift.TBase<TKeyDataWithPKey,TKeyDataWithPKey._Fields>public boolean equals(java.lang.Object that)
equals in class java.lang.Objectpublic boolean equals(TKeyDataWithPKey that)
public int hashCode()
hashCode in class java.lang.Objectpublic int compareTo(TKeyDataWithPKey other)
compareTo in interface java.lang.Comparable<TKeyDataWithPKey>public TKeyDataWithPKey._Fields fieldForId(int fieldId)
fieldForId in interface org.apache.thrift.TBase<TKeyDataWithPKey,TKeyDataWithPKey._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 java.lang.String toString()
toString in class java.lang.Objectpublic void validate()
throws org.apache.thrift.TException
org.apache.thrift.TExceptionCopyright (c) 2016, 2018 Oracle and/or its affiliates. All rights reserved.