-
Method Summary
Array of business dates in YYYY-MM-DD format
Array of business dates in YYYY-MM-DD format
int
Array of business dates in YYYY-MM-DD format
Array of business dates in YYYY-MM-DD format
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getBusinessDatesList
Array of business dates in YYYY-MM-DD format
repeated string business_dates = 1;
- Returns:
- A list containing the businessDates.
-
getBusinessDatesCount
int getBusinessDatesCount()
Array of business dates in YYYY-MM-DD format
repeated string business_dates = 1;
- Returns:
- The count of businessDates.
-
getBusinessDates
String getBusinessDates(int index)
Array of business dates in YYYY-MM-DD format
repeated string business_dates = 1;
- Parameters:
index - The index of the element to return.
- Returns:
- The businessDates at the given index.
-
getBusinessDatesBytes
Array of business dates in YYYY-MM-DD format
repeated string business_dates = 1;
- Parameters:
index - The index of the value to return.
- Returns:
- The bytes of the businessDates at the given index.