@Generated(value="Autogenerated by Thrift Compiler (0.10.0)", date="2017-08-25") public class TKeyDataWithSecondaryKeys extends java.lang.Object implements org.apache.thrift.TBase<TKeyDataWithSecondaryKeys,TKeyDataWithSecondaryKeys._Fields>, java.io.Serializable, java.lang.Cloneable, java.lang.Comparable<TKeyDataWithSecondaryKeys>
Modifier and Type | Class and Description |
---|---|
static class |
TKeyDataWithSecondaryKeys._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<TKeyDataWithSecondaryKeys._Fields,org.apache.thrift.meta_data.FieldMetaData> |
metaDataMap |
TDbt |
pdata |
TDbt |
pkey |
java.util.Map<TDatabase,java.util.List<TDbt>> |
skeys |
Constructor and Description |
---|
TKeyDataWithSecondaryKeys() |
TKeyDataWithSecondaryKeys(TKeyDataWithSecondaryKeys other)
Performs a deep copy on other.
|
Modifier and Type | Method and Description |
---|---|
void |
clear() |
int |
compareTo(TKeyDataWithSecondaryKeys other) |
TKeyDataWithSecondaryKeys |
deepCopy() |
boolean |
equals(java.lang.Object that) |
boolean |
equals(TKeyDataWithSecondaryKeys that) |
TKeyDataWithSecondaryKeys._Fields |
fieldForId(int fieldId) |
java.lang.Object |
getFieldValue(TKeyDataWithSecondaryKeys._Fields field) |
TDbt |
getPdata() |
TDbt |
getPkey() |
java.util.Map<TDatabase,java.util.List<TDbt>> |
getSkeys() |
int |
getSkeysSize() |
int |
hashCode() |
boolean |
isSet(TKeyDataWithSecondaryKeys._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 |
isSetSkeys()
Returns true if field skeys is set (has been assigned a value) and false otherwise
|
void |
putToSkeys(TDatabase key,
java.util.List<TDbt> val) |
void |
read(org.apache.thrift.protocol.TProtocol iprot) |
void |
setFieldValue(TKeyDataWithSecondaryKeys._Fields field,
java.lang.Object value) |
TKeyDataWithSecondaryKeys |
setPdata(TDbt pdata) |
void |
setPdataIsSet(boolean value) |
TKeyDataWithSecondaryKeys |
setPkey(TDbt pkey) |
void |
setPkeyIsSet(boolean value) |
TKeyDataWithSecondaryKeys |
setSkeys(java.util.Map<TDatabase,java.util.List<TDbt>> skeys) |
void |
setSkeysIsSet(boolean value) |
java.lang.String |
toString() |
void |
unsetPdata() |
void |
unsetPkey() |
void |
unsetSkeys() |
void |
validate() |
void |
write(org.apache.thrift.protocol.TProtocol oprot) |
public TDbt pkey
public TDbt pdata
public static final java.util.Map<TKeyDataWithSecondaryKeys._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
public TKeyDataWithSecondaryKeys()
public TKeyDataWithSecondaryKeys(TKeyDataWithSecondaryKeys other)
public TKeyDataWithSecondaryKeys deepCopy()
deepCopy
in interface org.apache.thrift.TBase<TKeyDataWithSecondaryKeys,TKeyDataWithSecondaryKeys._Fields>
public void clear()
clear
in interface org.apache.thrift.TBase<TKeyDataWithSecondaryKeys,TKeyDataWithSecondaryKeys._Fields>
public TDbt getPkey()
public TKeyDataWithSecondaryKeys setPkey(TDbt pkey)
public void unsetPkey()
public boolean isSetPkey()
public void setPkeyIsSet(boolean value)
public TDbt getPdata()
public TKeyDataWithSecondaryKeys setPdata(TDbt pdata)
public void unsetPdata()
public boolean isSetPdata()
public void setPdataIsSet(boolean value)
public int getSkeysSize()
public TKeyDataWithSecondaryKeys setSkeys(java.util.Map<TDatabase,java.util.List<TDbt>> skeys)
public void unsetSkeys()
public boolean isSetSkeys()
public void setSkeysIsSet(boolean value)
public void setFieldValue(TKeyDataWithSecondaryKeys._Fields field, java.lang.Object value)
setFieldValue
in interface org.apache.thrift.TBase<TKeyDataWithSecondaryKeys,TKeyDataWithSecondaryKeys._Fields>
public java.lang.Object getFieldValue(TKeyDataWithSecondaryKeys._Fields field)
getFieldValue
in interface org.apache.thrift.TBase<TKeyDataWithSecondaryKeys,TKeyDataWithSecondaryKeys._Fields>
public boolean isSet(TKeyDataWithSecondaryKeys._Fields field)
isSet
in interface org.apache.thrift.TBase<TKeyDataWithSecondaryKeys,TKeyDataWithSecondaryKeys._Fields>
public boolean equals(java.lang.Object that)
equals
in class java.lang.Object
public boolean equals(TKeyDataWithSecondaryKeys that)
public int hashCode()
hashCode
in class java.lang.Object
public int compareTo(TKeyDataWithSecondaryKeys other)
compareTo
in interface java.lang.Comparable<TKeyDataWithSecondaryKeys>
public TKeyDataWithSecondaryKeys._Fields fieldForId(int fieldId)
fieldForId
in interface org.apache.thrift.TBase<TKeyDataWithSecondaryKeys,TKeyDataWithSecondaryKeys._Fields>
public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException
read
in interface org.apache.thrift.TSerializable
org.apache.thrift.TException
public void write(org.apache.thrift.protocol.TProtocol oprot) throws org.apache.thrift.TException
write
in interface org.apache.thrift.TSerializable
org.apache.thrift.TException
public java.lang.String toString()
toString
in class java.lang.Object
public void validate() throws org.apache.thrift.TException
org.apache.thrift.TException
Copyright (c) 2016, 2018 Oracle and/or its affiliates. All rights reserved.