接口 MapValue.MapOrBuilder

  • 所有超级接口:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    所有已知实现类:
    MapValue.Map, MapValue.Map.Builder
    封闭类:
    MapValue

    public static interface MapValue.MapOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • 方法详细资料

      • getAttachmentsCount

        int getAttachmentsCount()
        map<string, string> attachments = 1;
      • containsAttachments

        boolean containsAttachments​(String key)
        map<string, string> attachments = 1;
      • getAttachmentsMap

        Map<String,​String> getAttachmentsMap()
        map<string, string> attachments = 1;
      • getAttachmentsOrDefault

        String getAttachmentsOrDefault​(String key,
                                       String defaultValue)
        map<string, string> attachments = 1;
      • getAttachmentsOrThrow

        String getAttachmentsOrThrow​(String key)
        map<string, string> attachments = 1;