Interface InquireReplyOrBuilder

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

public interface InquireReplyOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getPropertiesCount

      int getPropertiesCount()
      map<string, .tool.PropertySchema> properties = 1;
    • containsProperties

      boolean containsProperties(String key)
      map<string, .tool.PropertySchema> properties = 1;
    • getProperties

      Deprecated.
      Use getPropertiesMap() instead.
    • getPropertiesMap

      Map<String,PropertySchema> getPropertiesMap()
      map<string, .tool.PropertySchema> properties = 1;
    • getPropertiesOrDefault

      PropertySchema getPropertiesOrDefault(String key, PropertySchema defaultValue)
      map<string, .tool.PropertySchema> properties = 1;
    • getPropertiesOrThrow

      PropertySchema getPropertiesOrThrow(String key)
      map<string, .tool.PropertySchema> properties = 1;