Class ChannelListResponse
java.lang.Object
dev.vality.damsel.fraudbusters_notificator.ChannelListResponse
- All Implemented Interfaces:
Serializable,Cloneable,Comparable<ChannelListResponse>,org.apache.thrift.TBase<ChannelListResponse,ChannelListResponse._Fields>,org.apache.thrift.TSerializable
@Generated(value="Autogenerated by Thrift Compiler (0.14.2)",
date="2022-11-14")
public class ChannelListResponse
extends Object
implements org.apache.thrift.TBase<ChannelListResponse,ChannelListResponse._Fields>, Serializable, Cloneable, Comparable<ChannelListResponse>
- See Also:
- Serialized Form
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classChannelListResponse._FieldsThe set of fields this struct contains, along with convenience methods for finding and manipulating them. -
Field Summary
Fields Modifier and Type Field Description List<Channel>channelsStringcontinuationIdstatic Map<ChannelListResponse._Fields,org.apache.thrift.meta_data.FieldMetaData>metaDataMap -
Constructor Summary
Constructors Constructor Description ChannelListResponse()ChannelListResponse(ChannelListResponse other)Performs a deep copy on other.ChannelListResponse(List<Channel> channels) -
Method Summary
Modifier and Type Method Description voidaddToChannels(Channel elem)voidclear()intcompareTo(ChannelListResponse other)ChannelListResponsedeepCopy()booleanequals(ChannelListResponse that)booleanequals(Object that)ChannelListResponse._FieldsfieldForId(int fieldId)List<Channel>getChannels()Iterator<Channel>getChannelsIterator()intgetChannelsSize()StringgetContinuationId()Map<ChannelListResponse._Fields,org.apache.thrift.meta_data.FieldMetaData>getFieldMetaData()ChannelListResponse._Fields[]getFields()ObjectgetFieldValue(ChannelListResponse._Fields field)inthashCode()booleanisSet(ChannelListResponse._Fields field)Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwisebooleanisSetChannels()Returns true if field channels is set (has been assigned a value) and false otherwisebooleanisSetContinuationId()Returns true if field continuationId is set (has been assigned a value) and false otherwisevoidread(org.apache.thrift.protocol.TProtocol iprot)ChannelListResponsesetChannels(List<Channel> channels)voidsetChannelsIsSet(boolean value)ChannelListResponsesetContinuationId(String continuationId)voidsetContinuationIdIsSet(boolean value)voidsetFieldValue(ChannelListResponse._Fields field, Object value)StringtoString()voidunsetChannels()voidunsetContinuationId()voidvalidate()voidwrite(org.apache.thrift.protocol.TProtocol oprot)
-
Field Details
-
channels
-
continuationId
-
metaDataMap
public static final Map<ChannelListResponse._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
-
-
Constructor Details
-
ChannelListResponse
public ChannelListResponse() -
ChannelListResponse
-
ChannelListResponse
Performs a deep copy on other.
-
-
Method Details
-
deepCopy
- Specified by:
deepCopyin interfaceorg.apache.thrift.TBase<ChannelListResponse,ChannelListResponse._Fields>
-
clear
public void clear()- Specified by:
clearin interfaceorg.apache.thrift.TBase<ChannelListResponse,ChannelListResponse._Fields>
-
getChannelsSize
public int getChannelsSize() -
getChannelsIterator
-
addToChannels
-
getChannels
-
setChannels
-
unsetChannels
public void unsetChannels() -
isSetChannels
public boolean isSetChannels()Returns true if field channels is set (has been assigned a value) and false otherwise -
setChannelsIsSet
public void setChannelsIsSet(boolean value) -
getContinuationId
-
setContinuationId
-
unsetContinuationId
public void unsetContinuationId() -
isSetContinuationId
public boolean isSetContinuationId()Returns true if field continuationId is set (has been assigned a value) and false otherwise -
setContinuationIdIsSet
public void setContinuationIdIsSet(boolean value) -
setFieldValue
- Specified by:
setFieldValuein interfaceorg.apache.thrift.TBase<ChannelListResponse,ChannelListResponse._Fields>
-
getFieldValue
- Specified by:
getFieldValuein interfaceorg.apache.thrift.TBase<ChannelListResponse,ChannelListResponse._Fields>
-
isSet
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise- Specified by:
isSetin interfaceorg.apache.thrift.TBase<ChannelListResponse,ChannelListResponse._Fields>
-
equals
-
equals
-
hashCode
public int hashCode() -
compareTo
- Specified by:
compareToin interfaceComparable<ChannelListResponse>
-
fieldForId
- Specified by:
fieldForIdin interfaceorg.apache.thrift.TBase<ChannelListResponse,ChannelListResponse._Fields>
-
getFields
-
getFieldMetaData
public Map<ChannelListResponse._Fields,org.apache.thrift.meta_data.FieldMetaData> getFieldMetaData() -
read
public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException- Specified by:
readin interfaceorg.apache.thrift.TSerializable- 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.TSerializable- Throws:
org.apache.thrift.TException
-
toString
-
validate
public void validate() throws org.apache.thrift.TException- Throws:
org.apache.thrift.TException
-