public static final class SyncStateProto.SyncState.SeqNo.Builder extends <any> implements SyncStateProto.SyncState.SeqNoOrBuilder
net.named_data.jndn.sync.SyncState.SeqNo| Modifier and Type | Method and Description |
|---|---|
SyncStateProto.SyncState.SeqNo |
build() |
SyncStateProto.SyncState.SeqNo |
buildPartial() |
SyncStateProto.SyncState.SeqNo.Builder |
clear() |
SyncStateProto.SyncState.SeqNo.Builder |
clearSeq()
required uint64 seq = 1; |
SyncStateProto.SyncState.SeqNo.Builder |
clearSession()
required uint64 session = 2; |
SyncStateProto.SyncState.SeqNo.Builder |
clone() |
SyncStateProto.SyncState.SeqNo |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
long |
getSeq()
required uint64 seq = 1; |
long |
getSession()
required uint64 session = 2; |
boolean |
hasSeq()
required uint64 seq = 1; |
boolean |
hasSession()
required uint64 session = 2; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
SyncStateProto.SyncState.SeqNo.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
SyncStateProto.SyncState.SeqNo.Builder |
mergeFrom(com.google.protobuf.Message other) |
SyncStateProto.SyncState.SeqNo.Builder |
setSeq(long value)
required uint64 seq = 1; |
SyncStateProto.SyncState.SeqNo.Builder |
setSession(long value)
required uint64 session = 2; |
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
public SyncStateProto.SyncState.SeqNo.Builder clear()
public SyncStateProto.SyncState.SeqNo.Builder clone()
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
public SyncStateProto.SyncState.SeqNo getDefaultInstanceForType()
public SyncStateProto.SyncState.SeqNo build()
public SyncStateProto.SyncState.SeqNo buildPartial()
public SyncStateProto.SyncState.SeqNo.Builder mergeFrom(com.google.protobuf.Message other)
public final boolean isInitialized()
public SyncStateProto.SyncState.SeqNo.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic boolean hasSeq()
required uint64 seq = 1;hasSeq in interface SyncStateProto.SyncState.SeqNoOrBuilderpublic long getSeq()
required uint64 seq = 1;getSeq in interface SyncStateProto.SyncState.SeqNoOrBuilderpublic SyncStateProto.SyncState.SeqNo.Builder setSeq(long value)
required uint64 seq = 1;public SyncStateProto.SyncState.SeqNo.Builder clearSeq()
required uint64 seq = 1;public boolean hasSession()
required uint64 session = 2;hasSession in interface SyncStateProto.SyncState.SeqNoOrBuilderpublic long getSession()
required uint64 session = 2;getSession in interface SyncStateProto.SyncState.SeqNoOrBuilderpublic SyncStateProto.SyncState.SeqNo.Builder setSession(long value)
required uint64 session = 2;public SyncStateProto.SyncState.SeqNo.Builder clearSession()
required uint64 session = 2;Copyright © 2019. All rights reserved.