Interface RisksPOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
RisksP
,RisksP.Builder
public interface RisksPOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getRisks(int index)
repeated string risks = 1;
com.google.protobuf.ByteString
getRisksBytes(int index)
repeated string risks = 1;
int
getRisksCount()
repeated string risks = 1;
List<String>
getRisksList()
repeated string risks = 1;
-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getRisksList
List<String> getRisksList()
repeated string risks = 1;
- Returns:
- A list containing the risks.
-
getRisksCount
int getRisksCount()
repeated string risks = 1;
- Returns:
- The count of risks.
-
getRisks
String getRisks(int index)
repeated string risks = 1;
- Parameters:
index
- The index of the element to return.- Returns:
- The risks at the given index.
-
getRisksBytes
com.google.protobuf.ByteString getRisksBytes(int index)
repeated string risks = 1;
- Parameters:
index
- The index of the value to return.- Returns:
- The bytes of the risks at the given index.
-
-