Interface CodecServerSpec.CustomErrorMessage.ErrorMessageOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getLink()
      A link that is displayed along side the configured message.
      com.google.protobuf.ByteString getLinkBytes()
      A link that is displayed along side the configured message.
      java.lang.String getMessage()
      A message to display.
      com.google.protobuf.ByteString getMessageBytes()
      A message to display.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getMessage

        java.lang.String getMessage()
         A message to display.
         
        string message = 1;
        Returns:
        The message.
      • getMessageBytes

        com.google.protobuf.ByteString getMessageBytes()
         A message to display.
         
        string message = 1;
        Returns:
        The bytes for message.
      • getLink

        java.lang.String getLink()
         A link that is displayed along side the configured message.
         
        string link = 2;
        Returns:
        The link.
      • getLinkBytes

        com.google.protobuf.ByteString getLinkBytes()
         A link that is displayed along side the configured message.
         
        string link = 2;
        Returns:
        The bytes for link.