All Downloads are FREE. Search and download functionalities are using the official Maven repository.

wechat.protobuf.SaeInfoOrBuilder Maven / Gradle / Ivy

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: wechat.proto

package wechat.protobuf;

public interface SaeInfoOrBuilder extends
    // @@protoc_insertion_point(interface_extends:wechat_proto.SaeInfo)
    com.google.protobuf.MessageOrBuilder {

  /**
   * optional bytes type = 1;
   * @return Whether the type field is set.
   */
  boolean hasType();
  /**
   * optional bytes type = 1;
   * @return The type.
   */
  com.google.protobuf.ByteString getType();

  /**
   * optional bytes iv = 2;
   * @return Whether the iv field is set.
   */
  boolean hasIv();
  /**
   * optional bytes iv = 2;
   * @return The iv.
   */
  com.google.protobuf.ByteString getIv();

  /**
   * optional uint32 len = 3;
   * @return Whether the len field is set.
   */
  boolean hasLen();
  /**
   * optional uint32 len = 3;
   * @return The len.
   */
  int getLen();

  /**
   * optional bytes unknowValue9 = 9;
   * @return Whether the unknowValue9 field is set.
   */
  boolean hasUnknowValue9();
  /**
   * optional bytes unknowValue9 = 9;
   * @return The unknowValue9.
   */
  com.google.protobuf.ByteString getUnknowValue9();

  /**
   * optional bytes tableKey = 10;
   * @return Whether the tableKey field is set.
   */
  boolean hasTableKey();
  /**
   * optional bytes tableKey = 10;
   * @return The tableKey.
   */
  com.google.protobuf.ByteString getTableKey();

  /**
   * optional bytes unknowValue11 = 11;
   * @return Whether the unknowValue11 field is set.
   */
  boolean hasUnknowValue11();
  /**
   * optional bytes unknowValue11 = 11;
   * @return The unknowValue11.
   */
  com.google.protobuf.ByteString getUnknowValue11();

  /**
   * optional bytes tableValue = 12;
   * @return Whether the tableValue field is set.
   */
  boolean hasTableValue();
  /**
   * optional bytes tableValue = 12;
   * @return The tableValue.
   */
  com.google.protobuf.ByteString getTableValue();

  /**
   * optional bytes unknowValue18 = 18;
   * @return Whether the unknowValue18 field is set.
   */
  boolean hasUnknowValue18();
  /**
   * optional bytes unknowValue18 = 18;
   * @return The unknowValue18.
   */
  com.google.protobuf.ByteString getUnknowValue18();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy