
wechat.protobuf.NetworkControlOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: wechat.proto
package wechat.protobuf;
public interface NetworkControlOrBuilder extends
// @@protoc_insertion_point(interface_extends:wechat_proto.NetworkControl)
com.google.protobuf.MessageOrBuilder {
/**
* optional string portList = 1;
* @return Whether the portList field is set.
*/
boolean hasPortList();
/**
* optional string portList = 1;
* @return The portList.
*/
java.lang.String getPortList();
/**
* optional string portList = 1;
* @return The bytes for portList.
*/
com.google.protobuf.ByteString
getPortListBytes();
/**
* optional string timeoutList = 2;
* @return Whether the timeoutList field is set.
*/
boolean hasTimeoutList();
/**
* optional string timeoutList = 2;
* @return The timeoutList.
*/
java.lang.String getTimeoutList();
/**
* optional string timeoutList = 2;
* @return The bytes for timeoutList.
*/
com.google.protobuf.ByteString
getTimeoutListBytes();
/**
* optional uint32 minNoopInterval = 3;
* @return Whether the minNoopInterval field is set.
*/
boolean hasMinNoopInterval();
/**
* optional uint32 minNoopInterval = 3;
* @return The minNoopInterval.
*/
int getMinNoopInterval();
/**
* optional uint32 maxNoopInterval = 4;
* @return Whether the maxNoopInterval field is set.
*/
boolean hasMaxNoopInterval();
/**
* optional uint32 maxNoopInterval = 4;
* @return The maxNoopInterval.
*/
int getMaxNoopInterval();
/**
* optional int32 typingInterval = 5;
* @return Whether the typingInterval field is set.
*/
boolean hasTypingInterval();
/**
* optional int32 typingInterval = 5;
* @return The typingInterval.
*/
int getTypingInterval();
/**
* optional int32 noopIntervalTime = 7;
* @return Whether the noopIntervalTime field is set.
*/
boolean hasNoopIntervalTime();
/**
* optional int32 noopIntervalTime = 7;
* @return The noopIntervalTime.
*/
int getNoopIntervalTime();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy