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

wechat.protobuf.PhoneNumItemOrBuilder Maven / Gradle / Ivy

There is a newer version: 8.0.48.01
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: wechat.proto

package wechat.protobuf;

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

  /**
   * optional string phoneNum = 1;
   * @return Whether the phoneNum field is set.
   */
  boolean hasPhoneNum();
  /**
   * optional string phoneNum = 1;
   * @return The phoneNum.
   */
  java.lang.String getPhoneNum();
  /**
   * optional string phoneNum = 1;
   * @return The bytes for phoneNum.
   */
  com.google.protobuf.ByteString
      getPhoneNumBytes();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy