Package ru.tinkoff.piapi.contract.v1
Interface PingOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Ping,Ping.Builder
public interface PingOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasTime
boolean hasTime()Время проверки.
.google.protobuf.Timestamp time = 1;- Returns:
- Whether the time field is set.
-
getTime
com.google.protobuf.Timestamp getTime()Время проверки.
.google.protobuf.Timestamp time = 1;- Returns:
- The time.
-
getTimeOrBuilder
com.google.protobuf.TimestampOrBuilder getTimeOrBuilder()Время проверки.
.google.protobuf.Timestamp time = 1;
-