Interface ExecuteCustomerFraudResponseChannelActivityAnalysisOuterClass.ExecuteCustomerFraudResponseChannelActivityAnalysisOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ExecuteCustomerFraudResponseChannelActivityAnalysisOuterClass.ExecuteCustomerFraudResponseChannelActivityAnalysis,ExecuteCustomerFraudResponseChannelActivityAnalysisOuterClass.ExecuteCustomerFraudResponseChannelActivityAnalysis.Builder
- Enclosing class:
- ExecuteCustomerFraudResponseChannelActivityAnalysisOuterClass
public static interface ExecuteCustomerFraudResponseChannelActivityAnalysisOuterClass.ExecuteCustomerFraudResponseChannelActivityAnalysisOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetChannelActivityAnalysisRecord()string ChannelActivityAnalysisRecord = 141405185;com.google.protobuf.ByteStringgetChannelActivityAnalysisRecordBytes()string ChannelActivityAnalysisRecord = 141405185;StringgetChannelActivityAnalysisResult()string ChannelActivityAnalysisResult = 140922933;com.google.protobuf.ByteStringgetChannelActivityAnalysisResultBytes()string ChannelActivityAnalysisResult = 140922933;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getChannelActivityAnalysisResult
String getChannelActivityAnalysisResult()
string ChannelActivityAnalysisResult = 140922933;- Returns:
- The channelActivityAnalysisResult.
-
getChannelActivityAnalysisResultBytes
com.google.protobuf.ByteString getChannelActivityAnalysisResultBytes()
string ChannelActivityAnalysisResult = 140922933;- Returns:
- The bytes for channelActivityAnalysisResult.
-
getChannelActivityAnalysisRecord
String getChannelActivityAnalysisRecord()
string ChannelActivityAnalysisRecord = 141405185;- Returns:
- The channelActivityAnalysisRecord.
-
getChannelActivityAnalysisRecordBytes
com.google.protobuf.ByteString getChannelActivityAnalysisRecordBytes()
string ChannelActivityAnalysisRecord = 141405185;- Returns:
- The bytes for channelActivityAnalysisRecord.
-
-