Interface TwinResponseProtoOrBuilder

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

    public interface TwinResponseProtoOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • getConsumerKey

        String getConsumerKey()
        string consumer_key = 1;
      • getConsumerKeyBytes

        com.google.protobuf.ByteString getConsumerKeyBytes()
        string consumer_key = 1;
      • getTwinObject

        com.google.protobuf.ByteString getTwinObject()
        bytes twin_object = 2;
      • getSystemId

        String getSystemId()
        string system_id = 3;
      • getSystemIdBytes

        com.google.protobuf.ByteString getSystemIdBytes()
        string system_id = 3;
      • getLocation

        String getLocation()
        string location = 4;
      • getLocationBytes

        com.google.protobuf.ByteString getLocationBytes()
        string location = 4;
      • getIsPatchObject

        boolean getIsPatchObject()
        bool is_patch_object = 5;
      • getSessionId

        String getSessionId()
        string session_id = 6;
      • getSessionIdBytes

        com.google.protobuf.ByteString getSessionIdBytes()
        string session_id = 6;
      • getVersion

        int getVersion()
        int32 version = 7;
      • getTracingInfoCount

        int getTracingInfoCount()
        map<string, string> tracing_info = 8;
      • containsTracingInfo

        boolean containsTracingInfo​(String key)
        map<string, string> tracing_info = 8;
      • getTracingInfoMap

        Map<String,​String> getTracingInfoMap()
        map<string, string> tracing_info = 8;
      • getTracingInfoOrDefault

        String getTracingInfoOrDefault​(String key,
                                       String defaultValue)
        map<string, string> tracing_info = 8;
      • getTracingInfoOrThrow

        String getTracingInfoOrThrow​(String key)
        map<string, string> tracing_info = 8;