Interface ClassOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Class, Class.Builder

@Generated public interface ClassOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getIri

      string iri = 1;
      Returns:
      The iri.
    • getIriBytes

      com.google.protobuf.ByteString getIriBytes()
      string iri = 1;
      Returns:
      The bytes for iri.
    • getName

      string name = 2;
      Returns:
      The name.
    • getNameBytes

      com.google.protobuf.ByteString getNameBytes()
      string name = 2;
      Returns:
      The bytes for name.
    • getLabel

      string label = 3;
      Returns:
      The label.
    • getLabelBytes

      com.google.protobuf.ByteString getLabelBytes()
      string label = 3;
      Returns:
      The bytes for label.
    • getDescription

      string description = 4;
      Returns:
      The description.
    • getDescriptionBytes

      com.google.protobuf.ByteString getDescriptionBytes()
      string description = 4;
      Returns:
      The bytes for description.
    • getImageHtml

      string image_html = 5;
      Returns:
      The imageHtml.
    • getImageHtmlBytes

      com.google.protobuf.ByteString getImageHtmlBytes()
      string image_html = 5;
      Returns:
      The bytes for imageHtml.
    • getParentClassesList

      repeated string parent_classes = 6;
      Returns:
      A list containing the parentClasses.
    • getParentClassesCount

      repeated string parent_classes = 6;
      Returns:
      The count of parentClasses.
    • getParentClasses

      repeated string parent_classes = 6;
      Parameters:
      index - The index of the element to return.
      Returns:
      The parentClasses at the given index.
    • getParentClassesBytes

      com.google.protobuf.ByteString getParentClassesBytes(int index)
      repeated string parent_classes = 6;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the parentClasses at the given index.
    • getIdsFieldsList

      repeated string ids_fields = 7;
      Returns:
      A list containing the idsFields.
    • getIdsFieldsCount

      repeated string ids_fields = 7;
      Returns:
      The count of idsFields.
    • getIdsFields

      String getIdsFields(int index)
      repeated string ids_fields = 7;
      Parameters:
      index - The index of the element to return.
      Returns:
      The idsFields at the given index.
    • getIdsFieldsBytes

      com.google.protobuf.ByteString getIdsFieldsBytes(int index)
      repeated string ids_fields = 7;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the idsFields at the given index.
    • getIdFieldsEmbeddedsList

      repeated .dev.enola.meta.Property id_fields_embeddeds = 8;
    • getIdFieldsEmbeddeds

      repeated .dev.enola.meta.Property id_fields_embeddeds = 8;
    • getIdFieldsEmbeddedsCount

      repeated .dev.enola.meta.Property id_fields_embeddeds = 8;
    • getIdFieldsEmbeddedsOrBuilderList

      repeated .dev.enola.meta.Property id_fields_embeddeds = 8;
    • getIdFieldsEmbeddedsOrBuilder

      repeated .dev.enola.meta.Property id_fields_embeddeds = 8;
    • getOtherFieldsList

      repeated string other_fields = 9;
      Returns:
      A list containing the otherFields.
    • getOtherFieldsCount

      repeated string other_fields = 9;
      Returns:
      The count of otherFields.
    • getOtherFields

      String getOtherFields(int index)
      repeated string other_fields = 9;
      Parameters:
      index - The index of the element to return.
      Returns:
      The otherFields at the given index.
    • getOtherFieldsBytes

      com.google.protobuf.ByteString getOtherFieldsBytes(int index)
      repeated string other_fields = 9;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the otherFields at the given index.
    • getOtherFieldsEmbeddedsList

      repeated .dev.enola.meta.Property other_fields_embeddeds = 10;
    • getOtherFieldsEmbeddeds

      repeated .dev.enola.meta.Property other_fields_embeddeds = 10;
    • getOtherFieldsEmbeddedsCount

      repeated .dev.enola.meta.Property other_fields_embeddeds = 10;
    • getOtherFieldsEmbeddedsOrBuilderList

      repeated .dev.enola.meta.Property other_fields_embeddeds = 10;
    • getOtherFieldsEmbeddedsOrBuilder

      repeated .dev.enola.meta.Property other_fields_embeddeds = 10;
    • getLinksList

      repeated string links = 11;
      Returns:
      A list containing the links.
    • getLinksCount

      repeated string links = 11;
      Returns:
      The count of links.
    • getLinks

      String getLinks(int index)
      repeated string links = 11;
      Parameters:
      index - The index of the element to return.
      Returns:
      The links at the given index.
    • getLinksBytes

      com.google.protobuf.ByteString getLinksBytes(int index)
      repeated string links = 11;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the links at the given index.
    • getLinksEmbeddedsList

      repeated .dev.enola.meta.Link links_embeddeds = 12;
    • getLinksEmbeddeds

      Link getLinksEmbeddeds(int index)
      repeated .dev.enola.meta.Link links_embeddeds = 12;
    • getLinksEmbeddedsCount

      repeated .dev.enola.meta.Link links_embeddeds = 12;
    • getLinksEmbeddedsOrBuilderList

      repeated .dev.enola.meta.Link links_embeddeds = 12;
    • getLinksEmbeddedsOrBuilder

      repeated .dev.enola.meta.Link links_embeddeds = 12;