Interface Build.LicenseOrBuilder

    • Method Detail

      • getLicenseTypeList

        java.util.List<java.lang.String> getLicenseTypeList()
        repeated string license_type = 1;
        Returns:
        A list containing the licenseType.
      • getLicenseTypeCount

        int getLicenseTypeCount()
        repeated string license_type = 1;
        Returns:
        The count of licenseType.
      • getLicenseType

        java.lang.String getLicenseType​(int index)
        repeated string license_type = 1;
        Parameters:
        index - The index of the element to return.
        Returns:
        The licenseType at the given index.
      • getLicenseTypeBytes

        ByteString getLicenseTypeBytes​(int index)
        repeated string license_type = 1;
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the licenseType at the given index.
      • getExceptionList

        java.util.List<java.lang.String> getExceptionList()
        repeated string exception = 2;
        Returns:
        A list containing the exception.
      • getExceptionCount

        int getExceptionCount()
        repeated string exception = 2;
        Returns:
        The count of exception.
      • getException

        java.lang.String getException​(int index)
        repeated string exception = 2;
        Parameters:
        index - The index of the element to return.
        Returns:
        The exception at the given index.
      • getExceptionBytes

        ByteString getExceptionBytes​(int index)
        repeated string exception = 2;
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the exception at the given index.