| Modifier and Type | Class and Description |
|---|---|
static class |
MessageType.Field |
static class |
MessageType.Label |
| Constructor and Description |
|---|
MessageType(String name,
String fqname,
String documentation,
List<MessageType.Field> fields,
List<Type> nestedTypes,
List<Extensions> extensions,
List<Option> options) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
String |
getDocumentation() |
List<Extensions> |
getExtensions() |
List<MessageType.Field> |
getFields() |
String |
getFullyQualifiedName() |
String |
getName() |
List<Type> |
getNestedTypes() |
List<Option> |
getOptions() |
int |
hashCode() |
String |
toString() |
public String getFullyQualifiedName()
getFullyQualifiedName in interface Typepublic String getDocumentation()
getDocumentation in interface Typepublic List<MessageType.Field> getFields()
public List<Type> getNestedTypes()
getNestedTypes in interface Typepublic List<Extensions> getExtensions()
public List<Option> getOptions()
getOptions in interface TypeCopyright © 2025 Square, Inc.. All rights reserved.