Class ChannelTypeListResponse
java.lang.Object
dev.vality.damsel.fraudbusters_notificator.ChannelTypeListResponse
- All Implemented Interfaces:
Serializable,Cloneable,Comparable<ChannelTypeListResponse>,org.apache.thrift.TBase<ChannelTypeListResponse,ChannelTypeListResponse._Fields>,org.apache.thrift.TSerializable
@Generated(value="Autogenerated by Thrift Compiler (0.14.2)",
date="2022-11-14")
public class ChannelTypeListResponse
extends Object
implements org.apache.thrift.TBase<ChannelTypeListResponse,ChannelTypeListResponse._Fields>, Serializable, Cloneable, Comparable<ChannelTypeListResponse>
- See Also:
- Serialized Form
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classChannelTypeListResponse._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<String>channel_typesstatic Map<ChannelTypeListResponse._Fields,org.apache.thrift.meta_data.FieldMetaData>metaDataMap -
Constructor Summary
Constructors Constructor Description ChannelTypeListResponse()ChannelTypeListResponse(ChannelTypeListResponse other)Performs a deep copy on other.ChannelTypeListResponse(List<String> channel_types) -
Method Summary
Modifier and Type Method Description voidaddToChannelTypes(String elem)voidclear()intcompareTo(ChannelTypeListResponse other)ChannelTypeListResponsedeepCopy()booleanequals(ChannelTypeListResponse that)booleanequals(Object that)ChannelTypeListResponse._FieldsfieldForId(int fieldId)List<String>getChannelTypes()Iterator<String>getChannelTypesIterator()intgetChannelTypesSize()Map<ChannelTypeListResponse._Fields,org.apache.thrift.meta_data.FieldMetaData>getFieldMetaData()ChannelTypeListResponse._Fields[]getFields()ObjectgetFieldValue(ChannelTypeListResponse._Fields field)inthashCode()booleanisSet(ChannelTypeListResponse._Fields field)Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwisebooleanisSetChannelTypes()Returns true if field channel_types is set (has been assigned a value) and false otherwisevoidread(org.apache.thrift.protocol.TProtocol iprot)ChannelTypeListResponsesetChannelTypes(List<String> channel_types)voidsetChannelTypesIsSet(boolean value)voidsetFieldValue(ChannelTypeListResponse._Fields field, Object value)StringtoString()voidunsetChannelTypes()voidvalidate()voidwrite(org.apache.thrift.protocol.TProtocol oprot)
-
Field Details
-
channel_types
-
metaDataMap
public static final Map<ChannelTypeListResponse._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
-
-
Constructor Details
-
ChannelTypeListResponse
public ChannelTypeListResponse() -
ChannelTypeListResponse
-
ChannelTypeListResponse
Performs a deep copy on other.
-
-
Method Details
-
deepCopy
- Specified by:
deepCopyin interfaceorg.apache.thrift.TBase<ChannelTypeListResponse,ChannelTypeListResponse._Fields>
-
clear
public void clear()- Specified by:
clearin interfaceorg.apache.thrift.TBase<ChannelTypeListResponse,ChannelTypeListResponse._Fields>
-
getChannelTypesSize
public int getChannelTypesSize() -
getChannelTypesIterator
-
addToChannelTypes
-
getChannelTypes
-
setChannelTypes
-
unsetChannelTypes
public void unsetChannelTypes() -
isSetChannelTypes
public boolean isSetChannelTypes()Returns true if field channel_types is set (has been assigned a value) and false otherwise -
setChannelTypesIsSet
public void setChannelTypesIsSet(boolean value) -
setFieldValue
- Specified by:
setFieldValuein interfaceorg.apache.thrift.TBase<ChannelTypeListResponse,ChannelTypeListResponse._Fields>
-
getFieldValue
- Specified by:
getFieldValuein interfaceorg.apache.thrift.TBase<ChannelTypeListResponse,ChannelTypeListResponse._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<ChannelTypeListResponse,ChannelTypeListResponse._Fields>
-
equals
-
equals
-
hashCode
public int hashCode() -
compareTo
- Specified by:
compareToin interfaceComparable<ChannelTypeListResponse>
-
fieldForId
- Specified by:
fieldForIdin interfaceorg.apache.thrift.TBase<ChannelTypeListResponse,ChannelTypeListResponse._Fields>
-
getFields
-
getFieldMetaData
public Map<ChannelTypeListResponse._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
-