Interface Provisioning.ProvisioningInfoOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
All Known Implementing Classes:
Provisioning.ProvisioningInfo, Provisioning.ProvisioningInfo.Builder
Enclosing class:
Provisioning

public static interface Provisioning.ProvisioningInfoOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    string fragment_id = 1 [json_name = "fragmentId"];
    com.google.protobuf.ByteString
    string fragment_id = 1 [json_name = "fragmentId"];
    string manufacturer = 3 [json_name = "manufacturer"];
    com.google.protobuf.ByteString
    string manufacturer = 3 [json_name = "manufacturer"];
    string model = 2 [json_name = "model"];
    com.google.protobuf.ByteString
    string model = 2 [json_name = "model"];

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    getDefaultInstanceForType, isInitialized
  • Method Details

    • getFragmentId

      String getFragmentId()
      string fragment_id = 1 [json_name = "fragmentId"];
      Returns:
      The fragmentId.
    • getFragmentIdBytes

      com.google.protobuf.ByteString getFragmentIdBytes()
      string fragment_id = 1 [json_name = "fragmentId"];
      Returns:
      The bytes for fragmentId.
    • getModel

      String getModel()
      string model = 2 [json_name = "model"];
      Returns:
      The model.
    • getModelBytes

      com.google.protobuf.ByteString getModelBytes()
      string model = 2 [json_name = "model"];
      Returns:
      The bytes for model.
    • getManufacturer

      String getManufacturer()
      string manufacturer = 3 [json_name = "manufacturer"];
      Returns:
      The manufacturer.
    • getManufacturerBytes

      com.google.protobuf.ByteString getManufacturerBytes()
      string manufacturer = 3 [json_name = "manufacturer"];
      Returns:
      The bytes for manufacturer.