Package emu.grasscutter.net.proto
Interface ContentAuditInfoOuterClass.ContentAuditInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ContentAuditInfoOuterClass.ContentAuditInfo,ContentAuditInfoOuterClass.ContentAuditInfo.Builder
- Enclosing class:
- ContentAuditInfoOuterClass
public static interface ContentAuditInfoOuterClass.ContentAuditInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescription.AuditState audit_state = 4;int.AuditState audit_state = 4;string content = 2;com.google.protobuf.ByteStringstring content = 2;booleanbool is_open = 1;intuint32 submit_count = 3;intuint32 submit_limit = 5;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getIsOpen
boolean getIsOpen()bool is_open = 1;- Returns:
- The isOpen.
-
getContent
String getContent()string content = 2;- Returns:
- The content.
-
getContentBytes
com.google.protobuf.ByteString getContentBytes()string content = 2;- Returns:
- The bytes for content.
-
getSubmitCount
int getSubmitCount()uint32 submit_count = 3;- Returns:
- The submitCount.
-
getAuditStateValue
int getAuditStateValue().AuditState audit_state = 4;- Returns:
- The enum numeric value on the wire for auditState.
-
getAuditState
AuditStateOuterClass.AuditState getAuditState().AuditState audit_state = 4;- Returns:
- The auditState.
-
getSubmitLimit
int getSubmitLimit()uint32 submit_limit = 5;- Returns:
- The submitLimit.
-