org.bitcoinj.protocols.channels.ServerState Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: storedserverpaymentchannel.proto
package org.bitcoinj.protocols.channels;
public final class ServerState {
private ServerState() {}
public static void registerAllExtensions(
com.google.protobuf.ExtensionRegistry registry) {
}
public interface StoredServerPaymentChannelsOrBuilder extends
// @@protoc_insertion_point(interface_extends:paymentchannels.StoredServerPaymentChannels)
com.google.protobuf.MessageOrBuilder {
/**
* repeated .paymentchannels.StoredServerPaymentChannel channels = 1;
*/
java.util.List
getChannelsList();
/**
* repeated .paymentchannels.StoredServerPaymentChannel channels = 1;
*/
org.bitcoinj.protocols.channels.ServerState.StoredServerPaymentChannel getChannels(int index);
/**
* repeated .paymentchannels.StoredServerPaymentChannel channels = 1;
*/
int getChannelsCount();
/**
* repeated .paymentchannels.StoredServerPaymentChannel channels = 1;
*/
java.util.List extends org.bitcoinj.protocols.channels.ServerState.StoredServerPaymentChannelOrBuilder>
getChannelsOrBuilderList();
/**
* repeated .paymentchannels.StoredServerPaymentChannel channels = 1;
*/
org.bitcoinj.protocols.channels.ServerState.StoredServerPaymentChannelOrBuilder getChannelsOrBuilder(
int index);
}
/**
* Protobuf type {@code paymentchannels.StoredServerPaymentChannels}
*
*
* A set of StoredPaymentChannel's
*
*/
public static final class StoredServerPaymentChannels extends
com.google.protobuf.GeneratedMessage implements
// @@protoc_insertion_point(message_implements:paymentchannels.StoredServerPaymentChannels)
StoredServerPaymentChannelsOrBuilder {
// Use StoredServerPaymentChannels.newBuilder() to construct.
private StoredServerPaymentChannels(com.google.protobuf.GeneratedMessage.Builder> builder) {
super(builder);
this.unknownFields = builder.getUnknownFields();
}
private StoredServerPaymentChannels(boolean noInit) { this.unknownFields = com.google.protobuf.UnknownFieldSet.getDefaultInstance(); }
private static final StoredServerPaymentChannels defaultInstance;
public static StoredServerPaymentChannels getDefaultInstance() {
return defaultInstance;
}
public StoredServerPaymentChannels getDefaultInstanceForType() {
return defaultInstance;
}
private final com.google.protobuf.UnknownFieldSet unknownFields;
@java.lang.Override
public final com.google.protobuf.UnknownFieldSet
getUnknownFields() {
return this.unknownFields;
}
private StoredServerPaymentChannels(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
initFields();
int mutable_bitField0_ = 0;
com.google.protobuf.UnknownFieldSet.Builder unknownFields =
com.google.protobuf.UnknownFieldSet.newBuilder();
try {
boolean done = false;
while (!done) {
int tag = input.readTag();
switch (tag) {
case 0:
done = true;
break;
default: {
if (!parseUnknownField(input, unknownFields,
extensionRegistry, tag)) {
done = true;
}
break;
}
case 10: {
if (!((mutable_bitField0_ & 0x00000001) == 0x00000001)) {
channels_ = new java.util.ArrayList();
mutable_bitField0_ |= 0x00000001;
}
channels_.add(input.readMessage(org.bitcoinj.protocols.channels.ServerState.StoredServerPaymentChannel.PARSER, extensionRegistry));
break;
}
}
}
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
throw e.setUnfinishedMessage(this);
} catch (java.io.IOException e) {
throw new com.google.protobuf.InvalidProtocolBufferException(
e.getMessage()).setUnfinishedMessage(this);
} finally {
if (((mutable_bitField0_ & 0x00000001) == 0x00000001)) {
channels_ = java.util.Collections.unmodifiableList(channels_);
}
this.unknownFields = unknownFields.build();
makeExtensionsImmutable();
}
}
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return org.bitcoinj.protocols.channels.ServerState.internal_static_paymentchannels_StoredServerPaymentChannels_descriptor;
}
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
internalGetFieldAccessorTable() {
return org.bitcoinj.protocols.channels.ServerState.internal_static_paymentchannels_StoredServerPaymentChannels_fieldAccessorTable
.ensureFieldAccessorsInitialized(
org.bitcoinj.protocols.channels.ServerState.StoredServerPaymentChannels.class, org.bitcoinj.protocols.channels.ServerState.StoredServerPaymentChannels.Builder.class);
}
public static com.google.protobuf.Parser PARSER =
new com.google.protobuf.AbstractParser() {
public StoredServerPaymentChannels parsePartialFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return new StoredServerPaymentChannels(input, extensionRegistry);
}
};
@java.lang.Override
public com.google.protobuf.Parser getParserForType() {
return PARSER;
}
public static final int CHANNELS_FIELD_NUMBER = 1;
private java.util.List channels_;
/**
* repeated .paymentchannels.StoredServerPaymentChannel channels = 1;
*/
public java.util.List getChannelsList() {
return channels_;
}
/**
* repeated .paymentchannels.StoredServerPaymentChannel channels = 1;
*/
public java.util.List extends org.bitcoinj.protocols.channels.ServerState.StoredServerPaymentChannelOrBuilder>
getChannelsOrBuilderList() {
return channels_;
}
/**
* repeated .paymentchannels.StoredServerPaymentChannel channels = 1;
*/
public int getChannelsCount() {
return channels_.size();
}
/**
* repeated .paymentchannels.StoredServerPaymentChannel channels = 1;
*/
public org.bitcoinj.protocols.channels.ServerState.StoredServerPaymentChannel getChannels(int index) {
return channels_.get(index);
}
/**
* repeated .paymentchannels.StoredServerPaymentChannel channels = 1;
*/
public org.bitcoinj.protocols.channels.ServerState.StoredServerPaymentChannelOrBuilder getChannelsOrBuilder(
int index) {
return channels_.get(index);
}
private void initFields() {
channels_ = java.util.Collections.emptyList();
}
private byte memoizedIsInitialized = -1;
public final boolean isInitialized() {
byte isInitialized = memoizedIsInitialized;
if (isInitialized == 1) return true;
if (isInitialized == 0) return false;
for (int i = 0; i < getChannelsCount(); i++) {
if (!getChannels(i).isInitialized()) {
memoizedIsInitialized = 0;
return false;
}
}
memoizedIsInitialized = 1;
return true;
}
public void writeTo(com.google.protobuf.CodedOutputStream output)
throws java.io.IOException {
getSerializedSize();
for (int i = 0; i < channels_.size(); i++) {
output.writeMessage(1, channels_.get(i));
}
getUnknownFields().writeTo(output);
}
private int memoizedSerializedSize = -1;
public int getSerializedSize() {
int size = memoizedSerializedSize;
if (size != -1) return size;
size = 0;
for (int i = 0; i < channels_.size(); i++) {
size += com.google.protobuf.CodedOutputStream
.computeMessageSize(1, channels_.get(i));
}
size += getUnknownFields().getSerializedSize();
memoizedSerializedSize = size;
return size;
}
private static final long serialVersionUID = 0L;
@java.lang.Override
protected java.lang.Object writeReplace()
throws java.io.ObjectStreamException {
return super.writeReplace();
}
public static org.bitcoinj.protocols.channels.ServerState.StoredServerPaymentChannels parseFrom(
com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static org.bitcoinj.protocols.channels.ServerState.StoredServerPaymentChannels parseFrom(
com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static org.bitcoinj.protocols.channels.ServerState.StoredServerPaymentChannels parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static org.bitcoinj.protocols.channels.ServerState.StoredServerPaymentChannels parseFrom(
byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static org.bitcoinj.protocols.channels.ServerState.StoredServerPaymentChannels parseFrom(java.io.InputStream input)
throws java.io.IOException {
return PARSER.parseFrom(input);
}
public static org.bitcoinj.protocols.channels.ServerState.StoredServerPaymentChannels parseFrom(
java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return PARSER.parseFrom(input, extensionRegistry);
}
public static org.bitcoinj.protocols.channels.ServerState.StoredServerPaymentChannels parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
return PARSER.parseDelimitedFrom(input);
}
public static org.bitcoinj.protocols.channels.ServerState.StoredServerPaymentChannels parseDelimitedFrom(
java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return PARSER.parseDelimitedFrom(input, extensionRegistry);
}
public static org.bitcoinj.protocols.channels.ServerState.StoredServerPaymentChannels parseFrom(
com.google.protobuf.CodedInputStream input)
throws java.io.IOException {
return PARSER.parseFrom(input);
}
public static org.bitcoinj.protocols.channels.ServerState.StoredServerPaymentChannels parseFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return PARSER.parseFrom(input, extensionRegistry);
}
public static Builder newBuilder() { return Builder.create(); }
public Builder newBuilderForType() { return newBuilder(); }
public static Builder newBuilder(org.bitcoinj.protocols.channels.ServerState.StoredServerPaymentChannels prototype) {
return newBuilder().mergeFrom(prototype);
}
public Builder toBuilder() { return newBuilder(this); }
@java.lang.Override
protected Builder newBuilderForType(
com.google.protobuf.GeneratedMessage.BuilderParent parent) {
Builder builder = new Builder(parent);
return builder;
}
/**
* Protobuf type {@code paymentchannels.StoredServerPaymentChannels}
*
*
* A set of StoredPaymentChannel's
*
*/
public static final class Builder extends
com.google.protobuf.GeneratedMessage.Builder implements
// @@protoc_insertion_point(builder_implements:paymentchannels.StoredServerPaymentChannels)
org.bitcoinj.protocols.channels.ServerState.StoredServerPaymentChannelsOrBuilder {
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return org.bitcoinj.protocols.channels.ServerState.internal_static_paymentchannels_StoredServerPaymentChannels_descriptor;
}
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
internalGetFieldAccessorTable() {
return org.bitcoinj.protocols.channels.ServerState.internal_static_paymentchannels_StoredServerPaymentChannels_fieldAccessorTable
.ensureFieldAccessorsInitialized(
org.bitcoinj.protocols.channels.ServerState.StoredServerPaymentChannels.class, org.bitcoinj.protocols.channels.ServerState.StoredServerPaymentChannels.Builder.class);
}
// Construct using org.bitcoinj.protocols.channels.ServerState.StoredServerPaymentChannels.newBuilder()
private Builder() {
maybeForceBuilderInitialization();
}
private Builder(
com.google.protobuf.GeneratedMessage.BuilderParent parent) {
super(parent);
maybeForceBuilderInitialization();
}
private void maybeForceBuilderInitialization() {
if (com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) {
getChannelsFieldBuilder();
}
}
private static Builder create() {
return new Builder();
}
public Builder clear() {
super.clear();
if (channelsBuilder_ == null) {
channels_ = java.util.Collections.emptyList();
bitField0_ = (bitField0_ & ~0x00000001);
} else {
channelsBuilder_.clear();
}
return this;
}
public Builder clone() {
return create().mergeFrom(buildPartial());
}
public com.google.protobuf.Descriptors.Descriptor
getDescriptorForType() {
return org.bitcoinj.protocols.channels.ServerState.internal_static_paymentchannels_StoredServerPaymentChannels_descriptor;
}
public org.bitcoinj.protocols.channels.ServerState.StoredServerPaymentChannels getDefaultInstanceForType() {
return org.bitcoinj.protocols.channels.ServerState.StoredServerPaymentChannels.getDefaultInstance();
}
public org.bitcoinj.protocols.channels.ServerState.StoredServerPaymentChannels build() {
org.bitcoinj.protocols.channels.ServerState.StoredServerPaymentChannels result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
}
public org.bitcoinj.protocols.channels.ServerState.StoredServerPaymentChannels buildPartial() {
org.bitcoinj.protocols.channels.ServerState.StoredServerPaymentChannels result = new org.bitcoinj.protocols.channels.ServerState.StoredServerPaymentChannels(this);
int from_bitField0_ = bitField0_;
if (channelsBuilder_ == null) {
if (((bitField0_ & 0x00000001) == 0x00000001)) {
channels_ = java.util.Collections.unmodifiableList(channels_);
bitField0_ = (bitField0_ & ~0x00000001);
}
result.channels_ = channels_;
} else {
result.channels_ = channelsBuilder_.build();
}
onBuilt();
return result;
}
public Builder mergeFrom(com.google.protobuf.Message other) {
if (other instanceof org.bitcoinj.protocols.channels.ServerState.StoredServerPaymentChannels) {
return mergeFrom((org.bitcoinj.protocols.channels.ServerState.StoredServerPaymentChannels)other);
} else {
super.mergeFrom(other);
return this;
}
}
public Builder mergeFrom(org.bitcoinj.protocols.channels.ServerState.StoredServerPaymentChannels other) {
if (other == org.bitcoinj.protocols.channels.ServerState.StoredServerPaymentChannels.getDefaultInstance()) return this;
if (channelsBuilder_ == null) {
if (!other.channels_.isEmpty()) {
if (channels_.isEmpty()) {
channels_ = other.channels_;
bitField0_ = (bitField0_ & ~0x00000001);
} else {
ensureChannelsIsMutable();
channels_.addAll(other.channels_);
}
onChanged();
}
} else {
if (!other.channels_.isEmpty()) {
if (channelsBuilder_.isEmpty()) {
channelsBuilder_.dispose();
channelsBuilder_ = null;
channels_ = other.channels_;
bitField0_ = (bitField0_ & ~0x00000001);
channelsBuilder_ =
com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders ?
getChannelsFieldBuilder() : null;
} else {
channelsBuilder_.addAllMessages(other.channels_);
}
}
}
this.mergeUnknownFields(other.getUnknownFields());
return this;
}
public final boolean isInitialized() {
for (int i = 0; i < getChannelsCount(); i++) {
if (!getChannels(i).isInitialized()) {
return false;
}
}
return true;
}
public Builder mergeFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
org.bitcoinj.protocols.channels.ServerState.StoredServerPaymentChannels parsedMessage = null;
try {
parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
parsedMessage = (org.bitcoinj.protocols.channels.ServerState.StoredServerPaymentChannels) e.getUnfinishedMessage();
throw e;
} finally {
if (parsedMessage != null) {
mergeFrom(parsedMessage);
}
}
return this;
}
private int bitField0_;
private java.util.List channels_ =
java.util.Collections.emptyList();
private void ensureChannelsIsMutable() {
if (!((bitField0_ & 0x00000001) == 0x00000001)) {
channels_ = new java.util.ArrayList(channels_);
bitField0_ |= 0x00000001;
}
}
private com.google.protobuf.RepeatedFieldBuilder<
org.bitcoinj.protocols.channels.ServerState.StoredServerPaymentChannel, org.bitcoinj.protocols.channels.ServerState.StoredServerPaymentChannel.Builder, org.bitcoinj.protocols.channels.ServerState.StoredServerPaymentChannelOrBuilder> channelsBuilder_;
/**
* repeated .paymentchannels.StoredServerPaymentChannel channels = 1;
*/
public java.util.List getChannelsList() {
if (channelsBuilder_ == null) {
return java.util.Collections.unmodifiableList(channels_);
} else {
return channelsBuilder_.getMessageList();
}
}
/**
* repeated .paymentchannels.StoredServerPaymentChannel channels = 1;
*/
public int getChannelsCount() {
if (channelsBuilder_ == null) {
return channels_.size();
} else {
return channelsBuilder_.getCount();
}
}
/**
* repeated .paymentchannels.StoredServerPaymentChannel channels = 1;
*/
public org.bitcoinj.protocols.channels.ServerState.StoredServerPaymentChannel getChannels(int index) {
if (channelsBuilder_ == null) {
return channels_.get(index);
} else {
return channelsBuilder_.getMessage(index);
}
}
/**
* repeated .paymentchannels.StoredServerPaymentChannel channels = 1;
*/
public Builder setChannels(
int index, org.bitcoinj.protocols.channels.ServerState.StoredServerPaymentChannel value) {
if (channelsBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
ensureChannelsIsMutable();
channels_.set(index, value);
onChanged();
} else {
channelsBuilder_.setMessage(index, value);
}
return this;
}
/**
* repeated .paymentchannels.StoredServerPaymentChannel channels = 1;
*/
public Builder setChannels(
int index, org.bitcoinj.protocols.channels.ServerState.StoredServerPaymentChannel.Builder builderForValue) {
if (channelsBuilder_ == null) {
ensureChannelsIsMutable();
channels_.set(index, builderForValue.build());
onChanged();
} else {
channelsBuilder_.setMessage(index, builderForValue.build());
}
return this;
}
/**
* repeated .paymentchannels.StoredServerPaymentChannel channels = 1;
*/
public Builder addChannels(org.bitcoinj.protocols.channels.ServerState.StoredServerPaymentChannel value) {
if (channelsBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
ensureChannelsIsMutable();
channels_.add(value);
onChanged();
} else {
channelsBuilder_.addMessage(value);
}
return this;
}
/**
* repeated .paymentchannels.StoredServerPaymentChannel channels = 1;
*/
public Builder addChannels(
int index, org.bitcoinj.protocols.channels.ServerState.StoredServerPaymentChannel value) {
if (channelsBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
ensureChannelsIsMutable();
channels_.add(index, value);
onChanged();
} else {
channelsBuilder_.addMessage(index, value);
}
return this;
}
/**
* repeated .paymentchannels.StoredServerPaymentChannel channels = 1;
*/
public Builder addChannels(
org.bitcoinj.protocols.channels.ServerState.StoredServerPaymentChannel.Builder builderForValue) {
if (channelsBuilder_ == null) {
ensureChannelsIsMutable();
channels_.add(builderForValue.build());
onChanged();
} else {
channelsBuilder_.addMessage(builderForValue.build());
}
return this;
}
/**
* repeated .paymentchannels.StoredServerPaymentChannel channels = 1;
*/
public Builder addChannels(
int index, org.bitcoinj.protocols.channels.ServerState.StoredServerPaymentChannel.Builder builderForValue) {
if (channelsBuilder_ == null) {
ensureChannelsIsMutable();
channels_.add(index, builderForValue.build());
onChanged();
} else {
channelsBuilder_.addMessage(index, builderForValue.build());
}
return this;
}
/**
* repeated .paymentchannels.StoredServerPaymentChannel channels = 1;
*/
public Builder addAllChannels(
java.lang.Iterable extends org.bitcoinj.protocols.channels.ServerState.StoredServerPaymentChannel> values) {
if (channelsBuilder_ == null) {
ensureChannelsIsMutable();
com.google.protobuf.AbstractMessageLite.Builder.addAll(
values, channels_);
onChanged();
} else {
channelsBuilder_.addAllMessages(values);
}
return this;
}
/**
* repeated .paymentchannels.StoredServerPaymentChannel channels = 1;
*/
public Builder clearChannels() {
if (channelsBuilder_ == null) {
channels_ = java.util.Collections.emptyList();
bitField0_ = (bitField0_ & ~0x00000001);
onChanged();
} else {
channelsBuilder_.clear();
}
return this;
}
/**
* repeated .paymentchannels.StoredServerPaymentChannel channels = 1;
*/
public Builder removeChannels(int index) {
if (channelsBuilder_ == null) {
ensureChannelsIsMutable();
channels_.remove(index);
onChanged();
} else {
channelsBuilder_.remove(index);
}
return this;
}
/**
* repeated .paymentchannels.StoredServerPaymentChannel channels = 1;
*/
public org.bitcoinj.protocols.channels.ServerState.StoredServerPaymentChannel.Builder getChannelsBuilder(
int index) {
return getChannelsFieldBuilder().getBuilder(index);
}
/**
* repeated .paymentchannels.StoredServerPaymentChannel channels = 1;
*/
public org.bitcoinj.protocols.channels.ServerState.StoredServerPaymentChannelOrBuilder getChannelsOrBuilder(
int index) {
if (channelsBuilder_ == null) {
return channels_.get(index); } else {
return channelsBuilder_.getMessageOrBuilder(index);
}
}
/**
* repeated .paymentchannels.StoredServerPaymentChannel channels = 1;
*/
public java.util.List extends org.bitcoinj.protocols.channels.ServerState.StoredServerPaymentChannelOrBuilder>
getChannelsOrBuilderList() {
if (channelsBuilder_ != null) {
return channelsBuilder_.getMessageOrBuilderList();
} else {
return java.util.Collections.unmodifiableList(channels_);
}
}
/**
* repeated .paymentchannels.StoredServerPaymentChannel channels = 1;
*/
public org.bitcoinj.protocols.channels.ServerState.StoredServerPaymentChannel.Builder addChannelsBuilder() {
return getChannelsFieldBuilder().addBuilder(
org.bitcoinj.protocols.channels.ServerState.StoredServerPaymentChannel.getDefaultInstance());
}
/**
* repeated .paymentchannels.StoredServerPaymentChannel channels = 1;
*/
public org.bitcoinj.protocols.channels.ServerState.StoredServerPaymentChannel.Builder addChannelsBuilder(
int index) {
return getChannelsFieldBuilder().addBuilder(
index, org.bitcoinj.protocols.channels.ServerState.StoredServerPaymentChannel.getDefaultInstance());
}
/**
* repeated .paymentchannels.StoredServerPaymentChannel channels = 1;
*/
public java.util.List
getChannelsBuilderList() {
return getChannelsFieldBuilder().getBuilderList();
}
private com.google.protobuf.RepeatedFieldBuilder<
org.bitcoinj.protocols.channels.ServerState.StoredServerPaymentChannel, org.bitcoinj.protocols.channels.ServerState.StoredServerPaymentChannel.Builder, org.bitcoinj.protocols.channels.ServerState.StoredServerPaymentChannelOrBuilder>
getChannelsFieldBuilder() {
if (channelsBuilder_ == null) {
channelsBuilder_ = new com.google.protobuf.RepeatedFieldBuilder<
org.bitcoinj.protocols.channels.ServerState.StoredServerPaymentChannel, org.bitcoinj.protocols.channels.ServerState.StoredServerPaymentChannel.Builder, org.bitcoinj.protocols.channels.ServerState.StoredServerPaymentChannelOrBuilder>(
channels_,
((bitField0_ & 0x00000001) == 0x00000001),
getParentForChildren(),
isClean());
channels_ = null;
}
return channelsBuilder_;
}
// @@protoc_insertion_point(builder_scope:paymentchannels.StoredServerPaymentChannels)
}
static {
defaultInstance = new StoredServerPaymentChannels(true);
defaultInstance.initFields();
}
// @@protoc_insertion_point(class_scope:paymentchannels.StoredServerPaymentChannels)
}
public interface StoredServerPaymentChannelOrBuilder extends
// @@protoc_insertion_point(interface_extends:paymentchannels.StoredServerPaymentChannel)
com.google.protobuf.MessageOrBuilder {
/**
* required uint64 bestValueToMe = 1;
*/
boolean hasBestValueToMe();
/**
* required uint64 bestValueToMe = 1;
*/
long getBestValueToMe();
/**
* optional bytes bestValueSignature = 2;
*/
boolean hasBestValueSignature();
/**
* optional bytes bestValueSignature = 2;
*/
com.google.protobuf.ByteString getBestValueSignature();
/**
* required uint64 refundTransactionUnlockTimeSecs = 3;
*/
boolean hasRefundTransactionUnlockTimeSecs();
/**
* required uint64 refundTransactionUnlockTimeSecs = 3;
*/
long getRefundTransactionUnlockTimeSecs();
/**
* required bytes contractTransaction = 4;
*/
boolean hasContractTransaction();
/**
* required bytes contractTransaction = 4;
*/
com.google.protobuf.ByteString getContractTransaction();
/**
* optional bytes clientOutput = 5;
*/
boolean hasClientOutput();
/**
* optional bytes clientOutput = 5;
*/
com.google.protobuf.ByteString getClientOutput();
/**
* required bytes myKey = 6;
*/
boolean hasMyKey();
/**
* required bytes myKey = 6;
*/
com.google.protobuf.ByteString getMyKey();
/**
* optional uint32 majorVersion = 7 [default = 1];
*/
boolean hasMajorVersion();
/**
* optional uint32 majorVersion = 7 [default = 1];
*/
int getMajorVersion();
/**
* optional bytes clientKey = 8;
*
*
* Protocol version 2 only - the P2SH hash doesn't contain the required key
*
*/
boolean hasClientKey();
/**
* optional bytes clientKey = 8;
*
*
* Protocol version 2 only - the P2SH hash doesn't contain the required key
*
*/
com.google.protobuf.ByteString getClientKey();
}
/**
* Protobuf type {@code paymentchannels.StoredServerPaymentChannel}
*
*
* A server-side payment channel in serialized form, which can be reloaded later if the server restarts
*
*/
public static final class StoredServerPaymentChannel extends
com.google.protobuf.GeneratedMessage implements
// @@protoc_insertion_point(message_implements:paymentchannels.StoredServerPaymentChannel)
StoredServerPaymentChannelOrBuilder {
// Use StoredServerPaymentChannel.newBuilder() to construct.
private StoredServerPaymentChannel(com.google.protobuf.GeneratedMessage.Builder> builder) {
super(builder);
this.unknownFields = builder.getUnknownFields();
}
private StoredServerPaymentChannel(boolean noInit) { this.unknownFields = com.google.protobuf.UnknownFieldSet.getDefaultInstance(); }
private static final StoredServerPaymentChannel defaultInstance;
public static StoredServerPaymentChannel getDefaultInstance() {
return defaultInstance;
}
public StoredServerPaymentChannel getDefaultInstanceForType() {
return defaultInstance;
}
private final com.google.protobuf.UnknownFieldSet unknownFields;
@java.lang.Override
public final com.google.protobuf.UnknownFieldSet
getUnknownFields() {
return this.unknownFields;
}
private StoredServerPaymentChannel(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
initFields();
int mutable_bitField0_ = 0;
com.google.protobuf.UnknownFieldSet.Builder unknownFields =
com.google.protobuf.UnknownFieldSet.newBuilder();
try {
boolean done = false;
while (!done) {
int tag = input.readTag();
switch (tag) {
case 0:
done = true;
break;
default: {
if (!parseUnknownField(input, unknownFields,
extensionRegistry, tag)) {
done = true;
}
break;
}
case 8: {
bitField0_ |= 0x00000001;
bestValueToMe_ = input.readUInt64();
break;
}
case 18: {
bitField0_ |= 0x00000002;
bestValueSignature_ = input.readBytes();
break;
}
case 24: {
bitField0_ |= 0x00000004;
refundTransactionUnlockTimeSecs_ = input.readUInt64();
break;
}
case 34: {
bitField0_ |= 0x00000008;
contractTransaction_ = input.readBytes();
break;
}
case 42: {
bitField0_ |= 0x00000010;
clientOutput_ = input.readBytes();
break;
}
case 50: {
bitField0_ |= 0x00000020;
myKey_ = input.readBytes();
break;
}
case 56: {
bitField0_ |= 0x00000040;
majorVersion_ = input.readUInt32();
break;
}
case 66: {
bitField0_ |= 0x00000080;
clientKey_ = input.readBytes();
break;
}
}
}
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
throw e.setUnfinishedMessage(this);
} catch (java.io.IOException e) {
throw new com.google.protobuf.InvalidProtocolBufferException(
e.getMessage()).setUnfinishedMessage(this);
} finally {
this.unknownFields = unknownFields.build();
makeExtensionsImmutable();
}
}
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return org.bitcoinj.protocols.channels.ServerState.internal_static_paymentchannels_StoredServerPaymentChannel_descriptor;
}
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
internalGetFieldAccessorTable() {
return org.bitcoinj.protocols.channels.ServerState.internal_static_paymentchannels_StoredServerPaymentChannel_fieldAccessorTable
.ensureFieldAccessorsInitialized(
org.bitcoinj.protocols.channels.ServerState.StoredServerPaymentChannel.class, org.bitcoinj.protocols.channels.ServerState.StoredServerPaymentChannel.Builder.class);
}
public static com.google.protobuf.Parser PARSER =
new com.google.protobuf.AbstractParser() {
public StoredServerPaymentChannel parsePartialFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return new StoredServerPaymentChannel(input, extensionRegistry);
}
};
@java.lang.Override
public com.google.protobuf.Parser getParserForType() {
return PARSER;
}
private int bitField0_;
public static final int BESTVALUETOME_FIELD_NUMBER = 1;
private long bestValueToMe_;
/**
* required uint64 bestValueToMe = 1;
*/
public boolean hasBestValueToMe() {
return ((bitField0_ & 0x00000001) == 0x00000001);
}
/**
* required uint64 bestValueToMe = 1;
*/
public long getBestValueToMe() {
return bestValueToMe_;
}
public static final int BESTVALUESIGNATURE_FIELD_NUMBER = 2;
private com.google.protobuf.ByteString bestValueSignature_;
/**
* optional bytes bestValueSignature = 2;
*/
public boolean hasBestValueSignature() {
return ((bitField0_ & 0x00000002) == 0x00000002);
}
/**
* optional bytes bestValueSignature = 2;
*/
public com.google.protobuf.ByteString getBestValueSignature() {
return bestValueSignature_;
}
public static final int REFUNDTRANSACTIONUNLOCKTIMESECS_FIELD_NUMBER = 3;
private long refundTransactionUnlockTimeSecs_;
/**
* required uint64 refundTransactionUnlockTimeSecs = 3;
*/
public boolean hasRefundTransactionUnlockTimeSecs() {
return ((bitField0_ & 0x00000004) == 0x00000004);
}
/**
* required uint64 refundTransactionUnlockTimeSecs = 3;
*/
public long getRefundTransactionUnlockTimeSecs() {
return refundTransactionUnlockTimeSecs_;
}
public static final int CONTRACTTRANSACTION_FIELD_NUMBER = 4;
private com.google.protobuf.ByteString contractTransaction_;
/**
* required bytes contractTransaction = 4;
*/
public boolean hasContractTransaction() {
return ((bitField0_ & 0x00000008) == 0x00000008);
}
/**
* required bytes contractTransaction = 4;
*/
public com.google.protobuf.ByteString getContractTransaction() {
return contractTransaction_;
}
public static final int CLIENTOUTPUT_FIELD_NUMBER = 5;
private com.google.protobuf.ByteString clientOutput_;
/**
* optional bytes clientOutput = 5;
*/
public boolean hasClientOutput() {
return ((bitField0_ & 0x00000010) == 0x00000010);
}
/**
* optional bytes clientOutput = 5;
*/
public com.google.protobuf.ByteString getClientOutput() {
return clientOutput_;
}
public static final int MYKEY_FIELD_NUMBER = 6;
private com.google.protobuf.ByteString myKey_;
/**
* required bytes myKey = 6;
*/
public boolean hasMyKey() {
return ((bitField0_ & 0x00000020) == 0x00000020);
}
/**
* required bytes myKey = 6;
*/
public com.google.protobuf.ByteString getMyKey() {
return myKey_;
}
public static final int MAJORVERSION_FIELD_NUMBER = 7;
private int majorVersion_;
/**
* optional uint32 majorVersion = 7 [default = 1];
*/
public boolean hasMajorVersion() {
return ((bitField0_ & 0x00000040) == 0x00000040);
}
/**
* optional uint32 majorVersion = 7 [default = 1];
*/
public int getMajorVersion() {
return majorVersion_;
}
public static final int CLIENTKEY_FIELD_NUMBER = 8;
private com.google.protobuf.ByteString clientKey_;
/**
* optional bytes clientKey = 8;
*
*
* Protocol version 2 only - the P2SH hash doesn't contain the required key
*
*/
public boolean hasClientKey() {
return ((bitField0_ & 0x00000080) == 0x00000080);
}
/**
* optional bytes clientKey = 8;
*
*
* Protocol version 2 only - the P2SH hash doesn't contain the required key
*
*/
public com.google.protobuf.ByteString getClientKey() {
return clientKey_;
}
private void initFields() {
bestValueToMe_ = 0L;
bestValueSignature_ = com.google.protobuf.ByteString.EMPTY;
refundTransactionUnlockTimeSecs_ = 0L;
contractTransaction_ = com.google.protobuf.ByteString.EMPTY;
clientOutput_ = com.google.protobuf.ByteString.EMPTY;
myKey_ = com.google.protobuf.ByteString.EMPTY;
majorVersion_ = 1;
clientKey_ = com.google.protobuf.ByteString.EMPTY;
}
private byte memoizedIsInitialized = -1;
public final boolean isInitialized() {
byte isInitialized = memoizedIsInitialized;
if (isInitialized == 1) return true;
if (isInitialized == 0) return false;
if (!hasBestValueToMe()) {
memoizedIsInitialized = 0;
return false;
}
if (!hasRefundTransactionUnlockTimeSecs()) {
memoizedIsInitialized = 0;
return false;
}
if (!hasContractTransaction()) {
memoizedIsInitialized = 0;
return false;
}
if (!hasMyKey()) {
memoizedIsInitialized = 0;
return false;
}
memoizedIsInitialized = 1;
return true;
}
public void writeTo(com.google.protobuf.CodedOutputStream output)
throws java.io.IOException {
getSerializedSize();
if (((bitField0_ & 0x00000001) == 0x00000001)) {
output.writeUInt64(1, bestValueToMe_);
}
if (((bitField0_ & 0x00000002) == 0x00000002)) {
output.writeBytes(2, bestValueSignature_);
}
if (((bitField0_ & 0x00000004) == 0x00000004)) {
output.writeUInt64(3, refundTransactionUnlockTimeSecs_);
}
if (((bitField0_ & 0x00000008) == 0x00000008)) {
output.writeBytes(4, contractTransaction_);
}
if (((bitField0_ & 0x00000010) == 0x00000010)) {
output.writeBytes(5, clientOutput_);
}
if (((bitField0_ & 0x00000020) == 0x00000020)) {
output.writeBytes(6, myKey_);
}
if (((bitField0_ & 0x00000040) == 0x00000040)) {
output.writeUInt32(7, majorVersion_);
}
if (((bitField0_ & 0x00000080) == 0x00000080)) {
output.writeBytes(8, clientKey_);
}
getUnknownFields().writeTo(output);
}
private int memoizedSerializedSize = -1;
public int getSerializedSize() {
int size = memoizedSerializedSize;
if (size != -1) return size;
size = 0;
if (((bitField0_ & 0x00000001) == 0x00000001)) {
size += com.google.protobuf.CodedOutputStream
.computeUInt64Size(1, bestValueToMe_);
}
if (((bitField0_ & 0x00000002) == 0x00000002)) {
size += com.google.protobuf.CodedOutputStream
.computeBytesSize(2, bestValueSignature_);
}
if (((bitField0_ & 0x00000004) == 0x00000004)) {
size += com.google.protobuf.CodedOutputStream
.computeUInt64Size(3, refundTransactionUnlockTimeSecs_);
}
if (((bitField0_ & 0x00000008) == 0x00000008)) {
size += com.google.protobuf.CodedOutputStream
.computeBytesSize(4, contractTransaction_);
}
if (((bitField0_ & 0x00000010) == 0x00000010)) {
size += com.google.protobuf.CodedOutputStream
.computeBytesSize(5, clientOutput_);
}
if (((bitField0_ & 0x00000020) == 0x00000020)) {
size += com.google.protobuf.CodedOutputStream
.computeBytesSize(6, myKey_);
}
if (((bitField0_ & 0x00000040) == 0x00000040)) {
size += com.google.protobuf.CodedOutputStream
.computeUInt32Size(7, majorVersion_);
}
if (((bitField0_ & 0x00000080) == 0x00000080)) {
size += com.google.protobuf.CodedOutputStream
.computeBytesSize(8, clientKey_);
}
size += getUnknownFields().getSerializedSize();
memoizedSerializedSize = size;
return size;
}
private static final long serialVersionUID = 0L;
@java.lang.Override
protected java.lang.Object writeReplace()
throws java.io.ObjectStreamException {
return super.writeReplace();
}
public static org.bitcoinj.protocols.channels.ServerState.StoredServerPaymentChannel parseFrom(
com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static org.bitcoinj.protocols.channels.ServerState.StoredServerPaymentChannel parseFrom(
com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static org.bitcoinj.protocols.channels.ServerState.StoredServerPaymentChannel parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static org.bitcoinj.protocols.channels.ServerState.StoredServerPaymentChannel parseFrom(
byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static org.bitcoinj.protocols.channels.ServerState.StoredServerPaymentChannel parseFrom(java.io.InputStream input)
throws java.io.IOException {
return PARSER.parseFrom(input);
}
public static org.bitcoinj.protocols.channels.ServerState.StoredServerPaymentChannel parseFrom(
java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return PARSER.parseFrom(input, extensionRegistry);
}
public static org.bitcoinj.protocols.channels.ServerState.StoredServerPaymentChannel parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
return PARSER.parseDelimitedFrom(input);
}
public static org.bitcoinj.protocols.channels.ServerState.StoredServerPaymentChannel parseDelimitedFrom(
java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return PARSER.parseDelimitedFrom(input, extensionRegistry);
}
public static org.bitcoinj.protocols.channels.ServerState.StoredServerPaymentChannel parseFrom(
com.google.protobuf.CodedInputStream input)
throws java.io.IOException {
return PARSER.parseFrom(input);
}
public static org.bitcoinj.protocols.channels.ServerState.StoredServerPaymentChannel parseFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return PARSER.parseFrom(input, extensionRegistry);
}
public static Builder newBuilder() { return Builder.create(); }
public Builder newBuilderForType() { return newBuilder(); }
public static Builder newBuilder(org.bitcoinj.protocols.channels.ServerState.StoredServerPaymentChannel prototype) {
return newBuilder().mergeFrom(prototype);
}
public Builder toBuilder() { return newBuilder(this); }
@java.lang.Override
protected Builder newBuilderForType(
com.google.protobuf.GeneratedMessage.BuilderParent parent) {
Builder builder = new Builder(parent);
return builder;
}
/**
* Protobuf type {@code paymentchannels.StoredServerPaymentChannel}
*
*
* A server-side payment channel in serialized form, which can be reloaded later if the server restarts
*
*/
public static final class Builder extends
com.google.protobuf.GeneratedMessage.Builder implements
// @@protoc_insertion_point(builder_implements:paymentchannels.StoredServerPaymentChannel)
org.bitcoinj.protocols.channels.ServerState.StoredServerPaymentChannelOrBuilder {
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return org.bitcoinj.protocols.channels.ServerState.internal_static_paymentchannels_StoredServerPaymentChannel_descriptor;
}
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
internalGetFieldAccessorTable() {
return org.bitcoinj.protocols.channels.ServerState.internal_static_paymentchannels_StoredServerPaymentChannel_fieldAccessorTable
.ensureFieldAccessorsInitialized(
org.bitcoinj.protocols.channels.ServerState.StoredServerPaymentChannel.class, org.bitcoinj.protocols.channels.ServerState.StoredServerPaymentChannel.Builder.class);
}
// Construct using org.bitcoinj.protocols.channels.ServerState.StoredServerPaymentChannel.newBuilder()
private Builder() {
maybeForceBuilderInitialization();
}
private Builder(
com.google.protobuf.GeneratedMessage.BuilderParent parent) {
super(parent);
maybeForceBuilderInitialization();
}
private void maybeForceBuilderInitialization() {
if (com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) {
}
}
private static Builder create() {
return new Builder();
}
public Builder clear() {
super.clear();
bestValueToMe_ = 0L;
bitField0_ = (bitField0_ & ~0x00000001);
bestValueSignature_ = com.google.protobuf.ByteString.EMPTY;
bitField0_ = (bitField0_ & ~0x00000002);
refundTransactionUnlockTimeSecs_ = 0L;
bitField0_ = (bitField0_ & ~0x00000004);
contractTransaction_ = com.google.protobuf.ByteString.EMPTY;
bitField0_ = (bitField0_ & ~0x00000008);
clientOutput_ = com.google.protobuf.ByteString.EMPTY;
bitField0_ = (bitField0_ & ~0x00000010);
myKey_ = com.google.protobuf.ByteString.EMPTY;
bitField0_ = (bitField0_ & ~0x00000020);
majorVersion_ = 1;
bitField0_ = (bitField0_ & ~0x00000040);
clientKey_ = com.google.protobuf.ByteString.EMPTY;
bitField0_ = (bitField0_ & ~0x00000080);
return this;
}
public Builder clone() {
return create().mergeFrom(buildPartial());
}
public com.google.protobuf.Descriptors.Descriptor
getDescriptorForType() {
return org.bitcoinj.protocols.channels.ServerState.internal_static_paymentchannels_StoredServerPaymentChannel_descriptor;
}
public org.bitcoinj.protocols.channels.ServerState.StoredServerPaymentChannel getDefaultInstanceForType() {
return org.bitcoinj.protocols.channels.ServerState.StoredServerPaymentChannel.getDefaultInstance();
}
public org.bitcoinj.protocols.channels.ServerState.StoredServerPaymentChannel build() {
org.bitcoinj.protocols.channels.ServerState.StoredServerPaymentChannel result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
}
public org.bitcoinj.protocols.channels.ServerState.StoredServerPaymentChannel buildPartial() {
org.bitcoinj.protocols.channels.ServerState.StoredServerPaymentChannel result = new org.bitcoinj.protocols.channels.ServerState.StoredServerPaymentChannel(this);
int from_bitField0_ = bitField0_;
int to_bitField0_ = 0;
if (((from_bitField0_ & 0x00000001) == 0x00000001)) {
to_bitField0_ |= 0x00000001;
}
result.bestValueToMe_ = bestValueToMe_;
if (((from_bitField0_ & 0x00000002) == 0x00000002)) {
to_bitField0_ |= 0x00000002;
}
result.bestValueSignature_ = bestValueSignature_;
if (((from_bitField0_ & 0x00000004) == 0x00000004)) {
to_bitField0_ |= 0x00000004;
}
result.refundTransactionUnlockTimeSecs_ = refundTransactionUnlockTimeSecs_;
if (((from_bitField0_ & 0x00000008) == 0x00000008)) {
to_bitField0_ |= 0x00000008;
}
result.contractTransaction_ = contractTransaction_;
if (((from_bitField0_ & 0x00000010) == 0x00000010)) {
to_bitField0_ |= 0x00000010;
}
result.clientOutput_ = clientOutput_;
if (((from_bitField0_ & 0x00000020) == 0x00000020)) {
to_bitField0_ |= 0x00000020;
}
result.myKey_ = myKey_;
if (((from_bitField0_ & 0x00000040) == 0x00000040)) {
to_bitField0_ |= 0x00000040;
}
result.majorVersion_ = majorVersion_;
if (((from_bitField0_ & 0x00000080) == 0x00000080)) {
to_bitField0_ |= 0x00000080;
}
result.clientKey_ = clientKey_;
result.bitField0_ = to_bitField0_;
onBuilt();
return result;
}
public Builder mergeFrom(com.google.protobuf.Message other) {
if (other instanceof org.bitcoinj.protocols.channels.ServerState.StoredServerPaymentChannel) {
return mergeFrom((org.bitcoinj.protocols.channels.ServerState.StoredServerPaymentChannel)other);
} else {
super.mergeFrom(other);
return this;
}
}
public Builder mergeFrom(org.bitcoinj.protocols.channels.ServerState.StoredServerPaymentChannel other) {
if (other == org.bitcoinj.protocols.channels.ServerState.StoredServerPaymentChannel.getDefaultInstance()) return this;
if (other.hasBestValueToMe()) {
setBestValueToMe(other.getBestValueToMe());
}
if (other.hasBestValueSignature()) {
setBestValueSignature(other.getBestValueSignature());
}
if (other.hasRefundTransactionUnlockTimeSecs()) {
setRefundTransactionUnlockTimeSecs(other.getRefundTransactionUnlockTimeSecs());
}
if (other.hasContractTransaction()) {
setContractTransaction(other.getContractTransaction());
}
if (other.hasClientOutput()) {
setClientOutput(other.getClientOutput());
}
if (other.hasMyKey()) {
setMyKey(other.getMyKey());
}
if (other.hasMajorVersion()) {
setMajorVersion(other.getMajorVersion());
}
if (other.hasClientKey()) {
setClientKey(other.getClientKey());
}
this.mergeUnknownFields(other.getUnknownFields());
return this;
}
public final boolean isInitialized() {
if (!hasBestValueToMe()) {
return false;
}
if (!hasRefundTransactionUnlockTimeSecs()) {
return false;
}
if (!hasContractTransaction()) {
return false;
}
if (!hasMyKey()) {
return false;
}
return true;
}
public Builder mergeFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
org.bitcoinj.protocols.channels.ServerState.StoredServerPaymentChannel parsedMessage = null;
try {
parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
parsedMessage = (org.bitcoinj.protocols.channels.ServerState.StoredServerPaymentChannel) e.getUnfinishedMessage();
throw e;
} finally {
if (parsedMessage != null) {
mergeFrom(parsedMessage);
}
}
return this;
}
private int bitField0_;
private long bestValueToMe_ ;
/**
* required uint64 bestValueToMe = 1;
*/
public boolean hasBestValueToMe() {
return ((bitField0_ & 0x00000001) == 0x00000001);
}
/**
* required uint64 bestValueToMe = 1;
*/
public long getBestValueToMe() {
return bestValueToMe_;
}
/**
* required uint64 bestValueToMe = 1;
*/
public Builder setBestValueToMe(long value) {
bitField0_ |= 0x00000001;
bestValueToMe_ = value;
onChanged();
return this;
}
/**
* required uint64 bestValueToMe = 1;
*/
public Builder clearBestValueToMe() {
bitField0_ = (bitField0_ & ~0x00000001);
bestValueToMe_ = 0L;
onChanged();
return this;
}
private com.google.protobuf.ByteString bestValueSignature_ = com.google.protobuf.ByteString.EMPTY;
/**
* optional bytes bestValueSignature = 2;
*/
public boolean hasBestValueSignature() {
return ((bitField0_ & 0x00000002) == 0x00000002);
}
/**
* optional bytes bestValueSignature = 2;
*/
public com.google.protobuf.ByteString getBestValueSignature() {
return bestValueSignature_;
}
/**
* optional bytes bestValueSignature = 2;
*/
public Builder setBestValueSignature(com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
bitField0_ |= 0x00000002;
bestValueSignature_ = value;
onChanged();
return this;
}
/**
* optional bytes bestValueSignature = 2;
*/
public Builder clearBestValueSignature() {
bitField0_ = (bitField0_ & ~0x00000002);
bestValueSignature_ = getDefaultInstance().getBestValueSignature();
onChanged();
return this;
}
private long refundTransactionUnlockTimeSecs_ ;
/**
* required uint64 refundTransactionUnlockTimeSecs = 3;
*/
public boolean hasRefundTransactionUnlockTimeSecs() {
return ((bitField0_ & 0x00000004) == 0x00000004);
}
/**
* required uint64 refundTransactionUnlockTimeSecs = 3;
*/
public long getRefundTransactionUnlockTimeSecs() {
return refundTransactionUnlockTimeSecs_;
}
/**
* required uint64 refundTransactionUnlockTimeSecs = 3;
*/
public Builder setRefundTransactionUnlockTimeSecs(long value) {
bitField0_ |= 0x00000004;
refundTransactionUnlockTimeSecs_ = value;
onChanged();
return this;
}
/**
* required uint64 refundTransactionUnlockTimeSecs = 3;
*/
public Builder clearRefundTransactionUnlockTimeSecs() {
bitField0_ = (bitField0_ & ~0x00000004);
refundTransactionUnlockTimeSecs_ = 0L;
onChanged();
return this;
}
private com.google.protobuf.ByteString contractTransaction_ = com.google.protobuf.ByteString.EMPTY;
/**
* required bytes contractTransaction = 4;
*/
public boolean hasContractTransaction() {
return ((bitField0_ & 0x00000008) == 0x00000008);
}
/**
* required bytes contractTransaction = 4;
*/
public com.google.protobuf.ByteString getContractTransaction() {
return contractTransaction_;
}
/**
* required bytes contractTransaction = 4;
*/
public Builder setContractTransaction(com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
bitField0_ |= 0x00000008;
contractTransaction_ = value;
onChanged();
return this;
}
/**
* required bytes contractTransaction = 4;
*/
public Builder clearContractTransaction() {
bitField0_ = (bitField0_ & ~0x00000008);
contractTransaction_ = getDefaultInstance().getContractTransaction();
onChanged();
return this;
}
private com.google.protobuf.ByteString clientOutput_ = com.google.protobuf.ByteString.EMPTY;
/**
* optional bytes clientOutput = 5;
*/
public boolean hasClientOutput() {
return ((bitField0_ & 0x00000010) == 0x00000010);
}
/**
* optional bytes clientOutput = 5;
*/
public com.google.protobuf.ByteString getClientOutput() {
return clientOutput_;
}
/**
* optional bytes clientOutput = 5;
*/
public Builder setClientOutput(com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
bitField0_ |= 0x00000010;
clientOutput_ = value;
onChanged();
return this;
}
/**
* optional bytes clientOutput = 5;
*/
public Builder clearClientOutput() {
bitField0_ = (bitField0_ & ~0x00000010);
clientOutput_ = getDefaultInstance().getClientOutput();
onChanged();
return this;
}
private com.google.protobuf.ByteString myKey_ = com.google.protobuf.ByteString.EMPTY;
/**
* required bytes myKey = 6;
*/
public boolean hasMyKey() {
return ((bitField0_ & 0x00000020) == 0x00000020);
}
/**
* required bytes myKey = 6;
*/
public com.google.protobuf.ByteString getMyKey() {
return myKey_;
}
/**
* required bytes myKey = 6;
*/
public Builder setMyKey(com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
bitField0_ |= 0x00000020;
myKey_ = value;
onChanged();
return this;
}
/**
* required bytes myKey = 6;
*/
public Builder clearMyKey() {
bitField0_ = (bitField0_ & ~0x00000020);
myKey_ = getDefaultInstance().getMyKey();
onChanged();
return this;
}
private int majorVersion_ = 1;
/**
* optional uint32 majorVersion = 7 [default = 1];
*/
public boolean hasMajorVersion() {
return ((bitField0_ & 0x00000040) == 0x00000040);
}
/**
* optional uint32 majorVersion = 7 [default = 1];
*/
public int getMajorVersion() {
return majorVersion_;
}
/**
* optional uint32 majorVersion = 7 [default = 1];
*/
public Builder setMajorVersion(int value) {
bitField0_ |= 0x00000040;
majorVersion_ = value;
onChanged();
return this;
}
/**
* optional uint32 majorVersion = 7 [default = 1];
*/
public Builder clearMajorVersion() {
bitField0_ = (bitField0_ & ~0x00000040);
majorVersion_ = 1;
onChanged();
return this;
}
private com.google.protobuf.ByteString clientKey_ = com.google.protobuf.ByteString.EMPTY;
/**
* optional bytes clientKey = 8;
*
*
* Protocol version 2 only - the P2SH hash doesn't contain the required key
*
*/
public boolean hasClientKey() {
return ((bitField0_ & 0x00000080) == 0x00000080);
}
/**
* optional bytes clientKey = 8;
*
*
* Protocol version 2 only - the P2SH hash doesn't contain the required key
*
*/
public com.google.protobuf.ByteString getClientKey() {
return clientKey_;
}
/**
* optional bytes clientKey = 8;
*
*
* Protocol version 2 only - the P2SH hash doesn't contain the required key
*
*/
public Builder setClientKey(com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
bitField0_ |= 0x00000080;
clientKey_ = value;
onChanged();
return this;
}
/**
* optional bytes clientKey = 8;
*
*
* Protocol version 2 only - the P2SH hash doesn't contain the required key
*
*/
public Builder clearClientKey() {
bitField0_ = (bitField0_ & ~0x00000080);
clientKey_ = getDefaultInstance().getClientKey();
onChanged();
return this;
}
// @@protoc_insertion_point(builder_scope:paymentchannels.StoredServerPaymentChannel)
}
static {
defaultInstance = new StoredServerPaymentChannel(true);
defaultInstance.initFields();
}
// @@protoc_insertion_point(class_scope:paymentchannels.StoredServerPaymentChannel)
}
private static final com.google.protobuf.Descriptors.Descriptor
internal_static_paymentchannels_StoredServerPaymentChannels_descriptor;
private static
com.google.protobuf.GeneratedMessage.FieldAccessorTable
internal_static_paymentchannels_StoredServerPaymentChannels_fieldAccessorTable;
private static final com.google.protobuf.Descriptors.Descriptor
internal_static_paymentchannels_StoredServerPaymentChannel_descriptor;
private static
com.google.protobuf.GeneratedMessage.FieldAccessorTable
internal_static_paymentchannels_StoredServerPaymentChannel_fieldAccessorTable;
public static com.google.protobuf.Descriptors.FileDescriptor
getDescriptor() {
return descriptor;
}
private static com.google.protobuf.Descriptors.FileDescriptor
descriptor;
static {
java.lang.String[] descriptorData = {
"\n storedserverpaymentchannel.proto\022\017paym" +
"entchannels\"\\\n\033StoredServerPaymentChanne" +
"ls\022=\n\010channels\030\001 \003(\0132+.paymentchannels.S" +
"toredServerPaymentChannel\"\346\001\n\032StoredServ" +
"erPaymentChannel\022\025\n\rbestValueToMe\030\001 \002(\004\022" +
"\032\n\022bestValueSignature\030\002 \001(\014\022\'\n\037refundTra" +
"nsactionUnlockTimeSecs\030\003 \002(\004\022\033\n\023contract" +
"Transaction\030\004 \002(\014\022\024\n\014clientOutput\030\005 \001(\014\022" +
"\r\n\005myKey\030\006 \002(\014\022\027\n\014majorVersion\030\007 \001(\r:\0011\022" +
"\021\n\tclientKey\030\010 \001(\014B.\n\037org.bitcoinj.proto",
"cols.channelsB\013ServerState"
};
com.google.protobuf.Descriptors.FileDescriptor.InternalDescriptorAssigner assigner =
new com.google.protobuf.Descriptors.FileDescriptor. InternalDescriptorAssigner() {
public com.google.protobuf.ExtensionRegistry assignDescriptors(
com.google.protobuf.Descriptors.FileDescriptor root) {
descriptor = root;
return null;
}
};
com.google.protobuf.Descriptors.FileDescriptor
.internalBuildGeneratedFileFrom(descriptorData,
new com.google.protobuf.Descriptors.FileDescriptor[] {
}, assigner);
internal_static_paymentchannels_StoredServerPaymentChannels_descriptor =
getDescriptor().getMessageTypes().get(0);
internal_static_paymentchannels_StoredServerPaymentChannels_fieldAccessorTable = new
com.google.protobuf.GeneratedMessage.FieldAccessorTable(
internal_static_paymentchannels_StoredServerPaymentChannels_descriptor,
new java.lang.String[] { "Channels", });
internal_static_paymentchannels_StoredServerPaymentChannel_descriptor =
getDescriptor().getMessageTypes().get(1);
internal_static_paymentchannels_StoredServerPaymentChannel_fieldAccessorTable = new
com.google.protobuf.GeneratedMessage.FieldAccessorTable(
internal_static_paymentchannels_StoredServerPaymentChannel_descriptor,
new java.lang.String[] { "BestValueToMe", "BestValueSignature", "RefundTransactionUnlockTimeSecs", "ContractTransaction", "ClientOutput", "MyKey", "MajorVersion", "ClientKey", });
}
// @@protoc_insertion_point(outer_class_scope)
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy