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 Type
public String getDocumentation()
getDocumentation
in interface Type
public List<MessageType.Field> getFields()
public List<Type> getNestedTypes()
getNestedTypes
in interface Type
public List<Extensions> getExtensions()
public List<Option> getOptions()
getOptions
in interface Type
Copyright © 2023 Square, Inc.. All rights reserved.