Interface MinMaxSetting.EntryOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
MinMaxSetting.Entry, MinMaxSetting.Entry.Builder
Enclosing class:
MinMaxSetting

public static interface MinMaxSetting.EntryOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    The default value for this entry.
    A description explaining what this entry represents.
    com.google.protobuf.ByteString
    A description explaining what this entry represents.
    Placeholder text shown when the input is empty.
    com.google.protobuf.ByteString
    Placeholder text shown when the input is empty.
    The display name for this entry (e.g., "Minimum Delay").
    com.google.protobuf.ByteString
    The display name for this entry (e.g., "Minimum Delay").

    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 Details

    • getUiName

      String getUiName()
      The display name for this entry (e.g., "Minimum Delay").
      
      string ui_name = 1;
      Returns:
      The uiName.
    • getUiNameBytes

      com.google.protobuf.ByteString getUiNameBytes()
      The display name for this entry (e.g., "Minimum Delay").
      
      string ui_name = 1;
      Returns:
      The bytes for uiName.
    • getDescription

      String getDescription()
      A description explaining what this entry represents.
      
      string description = 2;
      Returns:
      The description.
    • getDescriptionBytes

      com.google.protobuf.ByteString getDescriptionBytes()
      A description explaining what this entry represents.
      
      string description = 2;
      Returns:
      The bytes for description.
    • getDef

      int getDef()
      The default value for this entry.
      
      int32 def = 3;
      Returns:
      The def.
    • getPlaceholder

      String getPlaceholder()
      Placeholder text shown when the input is empty.
      
      string placeholder = 4;
      Returns:
      The placeholder.
    • getPlaceholderBytes

      com.google.protobuf.ByteString getPlaceholderBytes()
      Placeholder text shown when the input is empty.
      
      string placeholder = 4;
      Returns:
      The bytes for placeholder.