Interface SessionInfoOrBuilder

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

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

    Modifier and Type
    Method
    Description
    getClients(int index)
    repeated string clients = 8;
    com.google.protobuf.ByteString
    getClientsBytes(int index)
    repeated string clients = 8;
    int
    repeated string clients = 8;
    repeated string clients = 8;
    com.google.protobuf.Timestamp
    optional .google.protobuf.Timestamp expirationTime = 7;
    com.google.protobuf.TimestampOrBuilder
    optional .google.protobuf.Timestamp expirationTime = 7;
    optional string hostname = 4;
    com.google.protobuf.ByteString
    optional string hostname = 4;
    Session identifier
    com.google.protobuf.ByteString
    Session identifier
    optional string ipAddress = 3;
    com.google.protobuf.ByteString
    optional string ipAddress = 3;
    com.google.protobuf.Timestamp
    optional .google.protobuf.Timestamp lastAccessTime = 6;
    com.google.protobuf.TimestampOrBuilder
    optional .google.protobuf.Timestamp lastAccessTime = 6;
    com.google.protobuf.Timestamp
    optional .google.protobuf.Timestamp startTime = 5;
    com.google.protobuf.TimestampOrBuilder
    optional .google.protobuf.Timestamp startTime = 5;
    optional string username = 2;
    com.google.protobuf.ByteString
    optional string username = 2;
    boolean
    optional .google.protobuf.Timestamp expirationTime = 7;
    boolean
    optional string hostname = 4;
    boolean
    Session identifier
    boolean
    optional string ipAddress = 3;
    boolean
    optional .google.protobuf.Timestamp lastAccessTime = 6;
    boolean
    optional .google.protobuf.Timestamp startTime = 5;
    boolean
    optional string username = 2;

    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

    • hasId

      boolean hasId()
       Session identifier
       
      optional string id = 1;
      Returns:
      Whether the id field is set.
    • getId

      String getId()
       Session identifier
       
      optional string id = 1;
      Returns:
      The id.
    • getIdBytes

      com.google.protobuf.ByteString getIdBytes()
       Session identifier
       
      optional string id = 1;
      Returns:
      The bytes for id.
    • hasUsername

      boolean hasUsername()
      optional string username = 2;
      Returns:
      Whether the username field is set.
    • getUsername

      String getUsername()
      optional string username = 2;
      Returns:
      The username.
    • getUsernameBytes

      com.google.protobuf.ByteString getUsernameBytes()
      optional string username = 2;
      Returns:
      The bytes for username.
    • hasIpAddress

      boolean hasIpAddress()
      optional string ipAddress = 3;
      Returns:
      Whether the ipAddress field is set.
    • getIpAddress

      String getIpAddress()
      optional string ipAddress = 3;
      Returns:
      The ipAddress.
    • getIpAddressBytes

      com.google.protobuf.ByteString getIpAddressBytes()
      optional string ipAddress = 3;
      Returns:
      The bytes for ipAddress.
    • hasHostname

      boolean hasHostname()
      optional string hostname = 4;
      Returns:
      Whether the hostname field is set.
    • getHostname

      String getHostname()
      optional string hostname = 4;
      Returns:
      The hostname.
    • getHostnameBytes

      com.google.protobuf.ByteString getHostnameBytes()
      optional string hostname = 4;
      Returns:
      The bytes for hostname.
    • hasStartTime

      boolean hasStartTime()
      optional .google.protobuf.Timestamp startTime = 5;
      Returns:
      Whether the startTime field is set.
    • getStartTime

      com.google.protobuf.Timestamp getStartTime()
      optional .google.protobuf.Timestamp startTime = 5;
      Returns:
      The startTime.
    • getStartTimeOrBuilder

      com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder()
      optional .google.protobuf.Timestamp startTime = 5;
    • hasLastAccessTime

      boolean hasLastAccessTime()
      optional .google.protobuf.Timestamp lastAccessTime = 6;
      Returns:
      Whether the lastAccessTime field is set.
    • getLastAccessTime

      com.google.protobuf.Timestamp getLastAccessTime()
      optional .google.protobuf.Timestamp lastAccessTime = 6;
      Returns:
      The lastAccessTime.
    • getLastAccessTimeOrBuilder

      com.google.protobuf.TimestampOrBuilder getLastAccessTimeOrBuilder()
      optional .google.protobuf.Timestamp lastAccessTime = 6;
    • hasExpirationTime

      boolean hasExpirationTime()
      optional .google.protobuf.Timestamp expirationTime = 7;
      Returns:
      Whether the expirationTime field is set.
    • getExpirationTime

      com.google.protobuf.Timestamp getExpirationTime()
      optional .google.protobuf.Timestamp expirationTime = 7;
      Returns:
      The expirationTime.
    • getExpirationTimeOrBuilder

      com.google.protobuf.TimestampOrBuilder getExpirationTimeOrBuilder()
      optional .google.protobuf.Timestamp expirationTime = 7;
    • getClientsList

      List<String> getClientsList()
      repeated string clients = 8;
      Returns:
      A list containing the clients.
    • getClientsCount

      int getClientsCount()
      repeated string clients = 8;
      Returns:
      The count of clients.
    • getClients

      String getClients(int index)
      repeated string clients = 8;
      Parameters:
      index - The index of the element to return.
      Returns:
      The clients at the given index.
    • getClientsBytes

      com.google.protobuf.ByteString getClientsBytes(int index)
      repeated string clients = 8;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the clients at the given index.