接口 OuterExpression.TimeIntervalOrBuilder
-
- 所有超级接口:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- 封闭类:
- OuterExpression
public static interface OuterExpression.TimeIntervalOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 Common.ValuegetConst().common.Value const = 2;Common.ValueOrBuildergetConstOrBuilder().common.Value const = 2;OuterExpression.Extract.IntervalgetInterval().common.Extract.Interval interval = 1;intgetIntervalValue().common.Extract.Interval interval = 1;OuterExpression.DynamicParamgetParam().common.DynamicParam param = 3;OuterExpression.DynamicParamOrBuildergetParamOrBuilder().common.DynamicParam param = 3;OuterExpression.TimeInterval.ValueCasegetValueCase()booleanhasConst().common.Value const = 2;booleanhasParam().common.DynamicParam param = 3;
-
-
-
方法详细资料
-
getIntervalValue
int getIntervalValue()
.common.Extract.Interval interval = 1;- 返回:
- The enum numeric value on the wire for interval.
-
getInterval
OuterExpression.Extract.Interval getInterval()
.common.Extract.Interval interval = 1;- 返回:
- The interval.
-
hasConst
boolean hasConst()
.common.Value const = 2;- 返回:
- Whether the const field is set.
-
getConst
Common.Value getConst()
.common.Value const = 2;- 返回:
- The const.
-
getConstOrBuilder
Common.ValueOrBuilder getConstOrBuilder()
.common.Value const = 2;
-
hasParam
boolean hasParam()
.common.DynamicParam param = 3;- 返回:
- Whether the param field is set.
-
getParam
OuterExpression.DynamicParam getParam()
.common.DynamicParam param = 3;- 返回:
- The param.
-
getParamOrBuilder
OuterExpression.DynamicParamOrBuilder getParamOrBuilder()
.common.DynamicParam param = 3;
-
getValueCase
OuterExpression.TimeInterval.ValueCase getValueCase()
-
-