Interface RedvoxApiM.RedvoxPacketM.StationInformationOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
RedvoxApiM.RedvoxPacketM.StationInformation, RedvoxApiM.RedvoxPacketM.StationInformation.Builder
Enclosing class:
RedvoxApiM.RedvoxPacketM

public static interface RedvoxApiM.RedvoxPacketM.StationInformationOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getId

      String getId()
       The user selectable station id
       
      string id = 1;
      Returns:
      The id.
    • getIdBytes

      com.google.protobuf.ByteString getIdBytes()
       The user selectable station id
       
      string id = 1;
      Returns:
      The bytes for id.
    • getUuid

      String getUuid()
       The software provided UUID
       
      string uuid = 2;
      Returns:
      The uuid.
    • getUuidBytes

      com.google.protobuf.ByteString getUuidBytes()
       The software provided UUID
       
      string uuid = 2;
      Returns:
      The bytes for uuid.
    • getDescription

      String getDescription()
       Human friendly description of station (i.e. ISLA_0)
       
      string description = 3;
      Returns:
      The description.
    • getDescriptionBytes

      com.google.protobuf.ByteString getDescriptionBytes()
       Human friendly description of station (i.e. ISLA_0)
       
      string description = 3;
      Returns:
      The bytes for description.
    • getAuthId

      String getAuthId()
       Authentication ID (user's email)
       
      string auth_id = 4;
      Returns:
      The authId.
    • getAuthIdBytes

      com.google.protobuf.ByteString getAuthIdBytes()
       Authentication ID (user's email)
       
      string auth_id = 4;
      Returns:
      The bytes for authId.
    • getMake

      String getMake()
       Make of the station
       
      string make = 5;
      Returns:
      The make.
    • getMakeBytes

      com.google.protobuf.ByteString getMakeBytes()
       Make of the station
       
      string make = 5;
      Returns:
      The bytes for make.
    • getModel

      String getModel()
       Model of the station
       
      string model = 6;
      Returns:
      The model.
    • getModelBytes

      com.google.protobuf.ByteString getModelBytes()
       Model of the station
       
      string model = 6;
      Returns:
      The bytes for model.
    • getOsValue

      int getOsValue()
       OS of the station
       
      .redvox_api_m.RedvoxPacketM.StationInformation.OsType os = 7;
      Returns:
      The enum numeric value on the wire for os.
    • getOs

       OS of the station
       
      .redvox_api_m.RedvoxPacketM.StationInformation.OsType os = 7;
      Returns:
      The os.
    • getOsVersion

      String getOsVersion()
       OS version of the station
       
      string os_version = 8;
      Returns:
      The osVersion.
    • getOsVersionBytes

      com.google.protobuf.ByteString getOsVersionBytes()
       OS version of the station
       
      string os_version = 8;
      Returns:
      The bytes for osVersion.
    • getAppVersion

      String getAppVersion()
       App version on the station
       
      string app_version = 9;
      Returns:
      The appVersion.
    • getAppVersionBytes

      com.google.protobuf.ByteString getAppVersionBytes()
       App version on the station
       
      string app_version = 9;
      Returns:
      The bytes for appVersion.
    • getIsPrivate

      boolean getIsPrivate()
       If the station was set to record privately when this packet was recorded
       
      bool is_private = 10;
      Returns:
      The isPrivate.
    • hasAppSettings

      boolean hasAppSettings()
       A copy of the App's settings
       
      .redvox_api_m.RedvoxPacketM.StationInformation.AppSettings app_settings = 11;
      Returns:
      Whether the appSettings field is set.
    • getAppSettings

       A copy of the App's settings
       
      .redvox_api_m.RedvoxPacketM.StationInformation.AppSettings app_settings = 11;
      Returns:
      The appSettings.
    • getAppSettingsOrBuilder

       A copy of the App's settings
       
      .redvox_api_m.RedvoxPacketM.StationInformation.AppSettings app_settings = 11;
    • hasStationMetrics

      boolean hasStationMetrics()
       Detail station performance metrics
       
      .redvox_api_m.RedvoxPacketM.StationInformation.StationMetrics station_metrics = 12;
      Returns:
      Whether the stationMetrics field is set.
    • getStationMetrics

       Detail station performance metrics
       
      .redvox_api_m.RedvoxPacketM.StationInformation.StationMetrics station_metrics = 12;
      Returns:
      The stationMetrics.
    • getStationMetricsOrBuilder

       Detail station performance metrics
       
      .redvox_api_m.RedvoxPacketM.StationInformation.StationMetrics station_metrics = 12;
    • hasServiceUrls

      boolean hasServiceUrls()
       URLs of remote services utilized by this station
       
      .redvox_api_m.RedvoxPacketM.StationInformation.ServiceUrls service_urls = 13;
      Returns:
      Whether the serviceUrls field is set.
    • getServiceUrls

       URLs of remote services utilized by this station
       
      .redvox_api_m.RedvoxPacketM.StationInformation.ServiceUrls service_urls = 13;
      Returns:
      The serviceUrls.
    • getServiceUrlsOrBuilder

       URLs of remote services utilized by this station
       
      .redvox_api_m.RedvoxPacketM.StationInformation.ServiceUrls service_urls = 13;
    • getMetadataCount

      int getMetadataCount()
       A map from string to string for including untyped metadata
       
      map<string, string> metadata = 14;
    • containsMetadata

      boolean containsMetadata(String key)
       A map from string to string for including untyped metadata
       
      map<string, string> metadata = 14;
    • getMetadata

      @Deprecated Map<String,String> getMetadata()
      Deprecated.
      Use getMetadataMap() instead.
    • getMetadataMap

      Map<String,String> getMetadataMap()
       A map from string to string for including untyped metadata
       
      map<string, string> metadata = 14;
    • getMetadataOrDefault

      String getMetadataOrDefault(String key, String defaultValue)
       A map from string to string for including untyped metadata
       
      map<string, string> metadata = 14;
    • getMetadataOrThrow

      String getMetadataOrThrow(String key)
       A map from string to string for including untyped metadata
       
      map<string, string> metadata = 14;