
wechat.protobuf.ECDHKeyOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: wechat.proto
package wechat.protobuf;
public interface ECDHKeyOrBuilder extends
// @@protoc_insertion_point(interface_extends:wechat_proto.ECDHKey)
com.google.protobuf.MessageOrBuilder {
/**
* optional uint32 nid = 1;
* @return Whether the nid field is set.
*/
boolean hasNid();
/**
* optional uint32 nid = 1;
* @return The nid.
*/
int getNid();
/**
* optional .wechat_proto.SKBuiltinString_ key = 2;
* @return Whether the key field is set.
*/
boolean hasKey();
/**
* optional .wechat_proto.SKBuiltinString_ key = 2;
* @return The key.
*/
wechat.protobuf.SKBuiltinString_ getKey();
/**
* optional .wechat_proto.SKBuiltinString_ key = 2;
*/
wechat.protobuf.SKBuiltinString_OrBuilder getKeyOrBuilder();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy