Interface StudentInfoOrBuilder

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

public interface StudentInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    comma-separated list of lab work identifiers
    com.google.protobuf.ByteString
    comma-separated list of lab work identifiers
    int
    int32 group = 4;
    long
    int64 lastChecked = 7;
    string localGitRepo = 5;
    com.google.protobuf.ByteString
    string localGitRepo = 5;
    string mail = 1;
    com.google.protobuf.ByteString
    string mail = 1;
    string name = 2;
    com.google.protobuf.ByteString
    string name = 2;
    boolean
    bool suspended = 6;

    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

    • getMail

      String getMail()
      string mail = 1;
      Returns:
      The mail.
    • getMailBytes

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

      String getName()
      string name = 2;
      Returns:
      The name.
    • getNameBytes

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

      String getAssignedLabWorks()
       comma-separated list of lab work identifiers
       
      string assignedLabWorks = 3;
      Returns:
      The assignedLabWorks.
    • getAssignedLabWorksBytes

      com.google.protobuf.ByteString getAssignedLabWorksBytes()
       comma-separated list of lab work identifiers
       
      string assignedLabWorks = 3;
      Returns:
      The bytes for assignedLabWorks.
    • getGroup

      int getGroup()
      int32 group = 4;
      Returns:
      The group.
    • getLocalGitRepo

      String getLocalGitRepo()
      string localGitRepo = 5;
      Returns:
      The localGitRepo.
    • getLocalGitRepoBytes

      com.google.protobuf.ByteString getLocalGitRepoBytes()
      string localGitRepo = 5;
      Returns:
      The bytes for localGitRepo.
    • getSuspended

      boolean getSuspended()
      bool suspended = 6;
      Returns:
      The suspended.
    • getLastChecked

      long getLastChecked()
      int64 lastChecked = 7;
      Returns:
      The lastChecked.