Package com.soulfiremc.grpc.generated
Interface IntSettingOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
IntSetting
,IntSetting.Builder
@Generated
public interface IntSettingOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionint
getDef()
int32 def = 3;
string description = 2;
com.google.protobuf.ByteString
string description = 2;
boolean
bool disabled = 9;
int
getMax()
int32 max = 5;
int
getMin()
int32 min = 4;
string placeholder = 7;
com.google.protobuf.ByteString
string placeholder = 7;
int
getStep()
int32 step = 6;
boolean
bool thousand_separator = 8;
string ui_name = 1;
com.google.protobuf.ByteString
string ui_name = 1;
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()string ui_name = 1;
- Returns:
- The uiName.
-
getUiNameBytes
com.google.protobuf.ByteString getUiNameBytes()string ui_name = 1;
- Returns:
- The bytes for uiName.
-
getDescription
String getDescription()string description = 2;
- Returns:
- The description.
-
getDescriptionBytes
com.google.protobuf.ByteString getDescriptionBytes()string description = 2;
- Returns:
- The bytes for description.
-
getDef
int getDef()int32 def = 3;
- Returns:
- The def.
-
getMin
int getMin()int32 min = 4;
- Returns:
- The min.
-
getMax
int getMax()int32 max = 5;
- Returns:
- The max.
-
getStep
int getStep()int32 step = 6;
- Returns:
- The step.
-
getPlaceholder
String getPlaceholder()string placeholder = 7;
- Returns:
- The placeholder.
-
getPlaceholderBytes
com.google.protobuf.ByteString getPlaceholderBytes()string placeholder = 7;
- Returns:
- The bytes for placeholder.
-
getThousandSeparator
boolean getThousandSeparator()bool thousand_separator = 8;
- Returns:
- The thousandSeparator.
-
getDisabled
boolean getDisabled()bool disabled = 9;
- Returns:
- The disabled.
-