All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.openfeed.Settlement Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// NO CHECKED-IN PROTOBUF GENCODE
// source: openfeed.proto
// Protobuf Java Version: 4.28.3

package org.openfeed;

/**
 * 
 * // Settlement value for futures and options markets.
 * 
* * Protobuf type {@code org.openfeed.Settlement} */ public final class Settlement extends com.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:org.openfeed.Settlement) SettlementOrBuilder { private static final long serialVersionUID = 0L; static { com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, /* patch= */ 3, /* suffix= */ "", Settlement.class.getName()); } // Use Settlement.newBuilder() to construct. private Settlement(com.google.protobuf.GeneratedMessage.Builder builder) { super(builder); } private Settlement() { currency_ = ""; settlementSource_ = 0; session_ = ""; } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return org.openfeed.Openfeed.internal_static_org_openfeed_Settlement_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return org.openfeed.Openfeed.internal_static_org_openfeed_Settlement_fieldAccessorTable .ensureFieldAccessorsInitialized( org.openfeed.Settlement.class, org.openfeed.Settlement.Builder.class); } public static final int TRANSACTIONTIME_FIELD_NUMBER = 9; private long transactionTime_ = 0L; /** * sint64 transactionTime = 9; * @return The transactionTime. */ @java.lang.Override public long getTransactionTime() { return transactionTime_; } public static final int TRADEDATE_FIELD_NUMBER = 10; private int tradeDate_ = 0; /** *
   * / Date only, format 2012-07-04 -> 20120704
   * 
* * sint32 tradeDate = 10; * @return The tradeDate. */ @java.lang.Override public int getTradeDate() { return tradeDate_; } public static final int PRICE_FIELD_NUMBER = 11; private long price_ = 0L; /** *
   * / Divide by priceDenominator
   * 
* * sint64 price = 11; * @return The price. */ @java.lang.Override public long getPrice() { return price_; } public static final int PRELIMINARYSETTLE_FIELD_NUMBER = 12; private boolean preliminarySettle_ = false; /** * bool preliminarySettle = 12; * @return The preliminarySettle. */ @java.lang.Override public boolean getPreliminarySettle() { return preliminarySettle_; } public static final int CURRENCY_FIELD_NUMBER = 13; @SuppressWarnings("serial") private volatile java.lang.Object currency_ = ""; /** * string currency = 13; * @return The currency. */ @java.lang.Override public java.lang.String getCurrency() { java.lang.Object ref = currency_; if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); currency_ = s; return s; } } /** * string currency = 13; * @return The bytes for currency. */ @java.lang.Override public com.google.protobuf.ByteString getCurrencyBytes() { java.lang.Object ref = currency_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); currency_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } public static final int SETTLEMENTSOURCE_FIELD_NUMBER = 14; private int settlementSource_ = 0; /** * .org.openfeed.SettlementSource settlementSource = 14; * @return The enum numeric value on the wire for settlementSource. */ @java.lang.Override public int getSettlementSourceValue() { return settlementSource_; } /** * .org.openfeed.SettlementSource settlementSource = 14; * @return The settlementSource. */ @java.lang.Override public org.openfeed.SettlementSource getSettlementSource() { org.openfeed.SettlementSource result = org.openfeed.SettlementSource.forNumber(settlementSource_); return result == null ? org.openfeed.SettlementSource.UNRECOGNIZED : result; } public static final int SESSION_FIELD_NUMBER = 15; @SuppressWarnings("serial") private volatile java.lang.Object session_ = ""; /** *
   * / Used by CME ITC.
   * 
* * string session = 15; * @return The session. */ @java.lang.Override public java.lang.String getSession() { java.lang.Object ref = session_; if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); session_ = s; return s; } } /** *
   * / Used by CME ITC.
   * 
* * string session = 15; * @return The bytes for session. */ @java.lang.Override public com.google.protobuf.ByteString getSessionBytes() { java.lang.Object ref = session_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); session_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } public static final int TRANSIENT_FIELD_NUMBER = 16; private boolean transient_ = false; /** *
   * / True if not persisted in the EOD database.
   * 
* * bool transient = 16; * @return The transient. */ @java.lang.Override public boolean getTransient() { return transient_; } public static final int RESERVED_FIELD_NUMBER = 127; private boolean reserved_ = false; /** *
   * / Reserved
   * 
* * bool reserved = 127; * @return The reserved. */ @java.lang.Override public boolean getReserved() { return reserved_; } private byte memoizedIsInitialized = -1; @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; memoizedIsInitialized = 1; return true; } @java.lang.Override public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (transactionTime_ != 0L) { output.writeSInt64(9, transactionTime_); } if (tradeDate_ != 0) { output.writeSInt32(10, tradeDate_); } if (price_ != 0L) { output.writeSInt64(11, price_); } if (preliminarySettle_ != false) { output.writeBool(12, preliminarySettle_); } if (!com.google.protobuf.GeneratedMessage.isStringEmpty(currency_)) { com.google.protobuf.GeneratedMessage.writeString(output, 13, currency_); } if (settlementSource_ != org.openfeed.SettlementSource.UNKNOWN_SETTLEMENT_SOURCE.getNumber()) { output.writeEnum(14, settlementSource_); } if (!com.google.protobuf.GeneratedMessage.isStringEmpty(session_)) { com.google.protobuf.GeneratedMessage.writeString(output, 15, session_); } if (transient_ != false) { output.writeBool(16, transient_); } if (reserved_ != false) { output.writeBool(127, reserved_); } getUnknownFields().writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (transactionTime_ != 0L) { size += com.google.protobuf.CodedOutputStream .computeSInt64Size(9, transactionTime_); } if (tradeDate_ != 0) { size += com.google.protobuf.CodedOutputStream .computeSInt32Size(10, tradeDate_); } if (price_ != 0L) { size += com.google.protobuf.CodedOutputStream .computeSInt64Size(11, price_); } if (preliminarySettle_ != false) { size += com.google.protobuf.CodedOutputStream .computeBoolSize(12, preliminarySettle_); } if (!com.google.protobuf.GeneratedMessage.isStringEmpty(currency_)) { size += com.google.protobuf.GeneratedMessage.computeStringSize(13, currency_); } if (settlementSource_ != org.openfeed.SettlementSource.UNKNOWN_SETTLEMENT_SOURCE.getNumber()) { size += com.google.protobuf.CodedOutputStream .computeEnumSize(14, settlementSource_); } if (!com.google.protobuf.GeneratedMessage.isStringEmpty(session_)) { size += com.google.protobuf.GeneratedMessage.computeStringSize(15, session_); } if (transient_ != false) { size += com.google.protobuf.CodedOutputStream .computeBoolSize(16, transient_); } if (reserved_ != false) { size += com.google.protobuf.CodedOutputStream .computeBoolSize(127, reserved_); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof org.openfeed.Settlement)) { return super.equals(obj); } org.openfeed.Settlement other = (org.openfeed.Settlement) obj; if (getTransactionTime() != other.getTransactionTime()) return false; if (getTradeDate() != other.getTradeDate()) return false; if (getPrice() != other.getPrice()) return false; if (getPreliminarySettle() != other.getPreliminarySettle()) return false; if (!getCurrency() .equals(other.getCurrency())) return false; if (settlementSource_ != other.settlementSource_) return false; if (!getSession() .equals(other.getSession())) return false; if (getTransient() != other.getTransient()) return false; if (getReserved() != other.getReserved()) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); hash = (37 * hash) + TRANSACTIONTIME_FIELD_NUMBER; hash = (53 * hash) + com.google.protobuf.Internal.hashLong( getTransactionTime()); hash = (37 * hash) + TRADEDATE_FIELD_NUMBER; hash = (53 * hash) + getTradeDate(); hash = (37 * hash) + PRICE_FIELD_NUMBER; hash = (53 * hash) + com.google.protobuf.Internal.hashLong( getPrice()); hash = (37 * hash) + PRELIMINARYSETTLE_FIELD_NUMBER; hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean( getPreliminarySettle()); hash = (37 * hash) + CURRENCY_FIELD_NUMBER; hash = (53 * hash) + getCurrency().hashCode(); hash = (37 * hash) + SETTLEMENTSOURCE_FIELD_NUMBER; hash = (53 * hash) + settlementSource_; hash = (37 * hash) + SESSION_FIELD_NUMBER; hash = (53 * hash) + getSession().hashCode(); hash = (37 * hash) + TRANSIENT_FIELD_NUMBER; hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean( getTransient()); hash = (37 * hash) + RESERVED_FIELD_NUMBER; hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean( getReserved()); hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } public static org.openfeed.Settlement parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.openfeed.Settlement parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.openfeed.Settlement parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.openfeed.Settlement parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.openfeed.Settlement parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.openfeed.Settlement parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.openfeed.Settlement parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input); } public static org.openfeed.Settlement parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input, extensionRegistry); } public static org.openfeed.Settlement parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input); } public static org.openfeed.Settlement parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static org.openfeed.Settlement parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input); } public static org.openfeed.Settlement parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(org.openfeed.Settlement prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } @java.lang.Override public Builder toBuilder() { return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** *
   * // Settlement value for futures and options markets.
   * 
* * Protobuf type {@code org.openfeed.Settlement} */ public static final class Builder extends com.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:org.openfeed.Settlement) org.openfeed.SettlementOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return org.openfeed.Openfeed.internal_static_org_openfeed_Settlement_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return org.openfeed.Openfeed.internal_static_org_openfeed_Settlement_fieldAccessorTable .ensureFieldAccessorsInitialized( org.openfeed.Settlement.class, org.openfeed.Settlement.Builder.class); } // Construct using org.openfeed.Settlement.newBuilder() private Builder() { } private Builder( com.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); } @java.lang.Override public Builder clear() { super.clear(); bitField0_ = 0; transactionTime_ = 0L; tradeDate_ = 0; price_ = 0L; preliminarySettle_ = false; currency_ = ""; settlementSource_ = 0; session_ = ""; transient_ = false; reserved_ = false; return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return org.openfeed.Openfeed.internal_static_org_openfeed_Settlement_descriptor; } @java.lang.Override public org.openfeed.Settlement getDefaultInstanceForType() { return org.openfeed.Settlement.getDefaultInstance(); } @java.lang.Override public org.openfeed.Settlement build() { org.openfeed.Settlement result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public org.openfeed.Settlement buildPartial() { org.openfeed.Settlement result = new org.openfeed.Settlement(this); if (bitField0_ != 0) { buildPartial0(result); } onBuilt(); return result; } private void buildPartial0(org.openfeed.Settlement result) { int from_bitField0_ = bitField0_; if (((from_bitField0_ & 0x00000001) != 0)) { result.transactionTime_ = transactionTime_; } if (((from_bitField0_ & 0x00000002) != 0)) { result.tradeDate_ = tradeDate_; } if (((from_bitField0_ & 0x00000004) != 0)) { result.price_ = price_; } if (((from_bitField0_ & 0x00000008) != 0)) { result.preliminarySettle_ = preliminarySettle_; } if (((from_bitField0_ & 0x00000010) != 0)) { result.currency_ = currency_; } if (((from_bitField0_ & 0x00000020) != 0)) { result.settlementSource_ = settlementSource_; } if (((from_bitField0_ & 0x00000040) != 0)) { result.session_ = session_; } if (((from_bitField0_ & 0x00000080) != 0)) { result.transient_ = transient_; } if (((from_bitField0_ & 0x00000100) != 0)) { result.reserved_ = reserved_; } } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof org.openfeed.Settlement) { return mergeFrom((org.openfeed.Settlement)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(org.openfeed.Settlement other) { if (other == org.openfeed.Settlement.getDefaultInstance()) return this; if (other.getTransactionTime() != 0L) { setTransactionTime(other.getTransactionTime()); } if (other.getTradeDate() != 0) { setTradeDate(other.getTradeDate()); } if (other.getPrice() != 0L) { setPrice(other.getPrice()); } if (other.getPreliminarySettle() != false) { setPreliminarySettle(other.getPreliminarySettle()); } if (!other.getCurrency().isEmpty()) { currency_ = other.currency_; bitField0_ |= 0x00000010; onChanged(); } if (other.settlementSource_ != 0) { setSettlementSourceValue(other.getSettlementSourceValue()); } if (!other.getSession().isEmpty()) { session_ = other.session_; bitField0_ |= 0x00000040; onChanged(); } if (other.getTransient() != false) { setTransient(other.getTransient()); } if (other.getReserved() != false) { setReserved(other.getReserved()); } this.mergeUnknownFields(other.getUnknownFields()); onChanged(); return this; } @java.lang.Override public final boolean isInitialized() { return true; } @java.lang.Override public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; case 72: { transactionTime_ = input.readSInt64(); bitField0_ |= 0x00000001; break; } // case 72 case 80: { tradeDate_ = input.readSInt32(); bitField0_ |= 0x00000002; break; } // case 80 case 88: { price_ = input.readSInt64(); bitField0_ |= 0x00000004; break; } // case 88 case 96: { preliminarySettle_ = input.readBool(); bitField0_ |= 0x00000008; break; } // case 96 case 106: { currency_ = input.readStringRequireUtf8(); bitField0_ |= 0x00000010; break; } // case 106 case 112: { settlementSource_ = input.readEnum(); bitField0_ |= 0x00000020; break; } // case 112 case 122: { session_ = input.readStringRequireUtf8(); bitField0_ |= 0x00000040; break; } // case 122 case 128: { transient_ = input.readBool(); bitField0_ |= 0x00000080; break; } // case 128 case 1016: { reserved_ = input.readBool(); bitField0_ |= 0x00000100; break; } // case 1016 default: { if (!super.parseUnknownField(input, extensionRegistry, tag)) { done = true; // was an endgroup tag } break; } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.unwrapIOException(); } finally { onChanged(); } // finally return this; } private int bitField0_; private long transactionTime_ ; /** * sint64 transactionTime = 9; * @return The transactionTime. */ @java.lang.Override public long getTransactionTime() { return transactionTime_; } /** * sint64 transactionTime = 9; * @param value The transactionTime to set. * @return This builder for chaining. */ public Builder setTransactionTime(long value) { transactionTime_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } /** * sint64 transactionTime = 9; * @return This builder for chaining. */ public Builder clearTransactionTime() { bitField0_ = (bitField0_ & ~0x00000001); transactionTime_ = 0L; onChanged(); return this; } private int tradeDate_ ; /** *
     * / Date only, format 2012-07-04 -> 20120704
     * 
* * sint32 tradeDate = 10; * @return The tradeDate. */ @java.lang.Override public int getTradeDate() { return tradeDate_; } /** *
     * / Date only, format 2012-07-04 -> 20120704
     * 
* * sint32 tradeDate = 10; * @param value The tradeDate to set. * @return This builder for chaining. */ public Builder setTradeDate(int value) { tradeDate_ = value; bitField0_ |= 0x00000002; onChanged(); return this; } /** *
     * / Date only, format 2012-07-04 -> 20120704
     * 
* * sint32 tradeDate = 10; * @return This builder for chaining. */ public Builder clearTradeDate() { bitField0_ = (bitField0_ & ~0x00000002); tradeDate_ = 0; onChanged(); return this; } private long price_ ; /** *
     * / Divide by priceDenominator
     * 
* * sint64 price = 11; * @return The price. */ @java.lang.Override public long getPrice() { return price_; } /** *
     * / Divide by priceDenominator
     * 
* * sint64 price = 11; * @param value The price to set. * @return This builder for chaining. */ public Builder setPrice(long value) { price_ = value; bitField0_ |= 0x00000004; onChanged(); return this; } /** *
     * / Divide by priceDenominator
     * 
* * sint64 price = 11; * @return This builder for chaining. */ public Builder clearPrice() { bitField0_ = (bitField0_ & ~0x00000004); price_ = 0L; onChanged(); return this; } private boolean preliminarySettle_ ; /** * bool preliminarySettle = 12; * @return The preliminarySettle. */ @java.lang.Override public boolean getPreliminarySettle() { return preliminarySettle_; } /** * bool preliminarySettle = 12; * @param value The preliminarySettle to set. * @return This builder for chaining. */ public Builder setPreliminarySettle(boolean value) { preliminarySettle_ = value; bitField0_ |= 0x00000008; onChanged(); return this; } /** * bool preliminarySettle = 12; * @return This builder for chaining. */ public Builder clearPreliminarySettle() { bitField0_ = (bitField0_ & ~0x00000008); preliminarySettle_ = false; onChanged(); return this; } private java.lang.Object currency_ = ""; /** * string currency = 13; * @return The currency. */ public java.lang.String getCurrency() { java.lang.Object ref = currency_; if (!(ref instanceof java.lang.String)) { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); currency_ = s; return s; } else { return (java.lang.String) ref; } } /** * string currency = 13; * @return The bytes for currency. */ public com.google.protobuf.ByteString getCurrencyBytes() { java.lang.Object ref = currency_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); currency_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** * string currency = 13; * @param value The currency to set. * @return This builder for chaining. */ public Builder setCurrency( java.lang.String value) { if (value == null) { throw new NullPointerException(); } currency_ = value; bitField0_ |= 0x00000010; onChanged(); return this; } /** * string currency = 13; * @return This builder for chaining. */ public Builder clearCurrency() { currency_ = getDefaultInstance().getCurrency(); bitField0_ = (bitField0_ & ~0x00000010); onChanged(); return this; } /** * string currency = 13; * @param value The bytes for currency to set. * @return This builder for chaining. */ public Builder setCurrencyBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); currency_ = value; bitField0_ |= 0x00000010; onChanged(); return this; } private int settlementSource_ = 0; /** * .org.openfeed.SettlementSource settlementSource = 14; * @return The enum numeric value on the wire for settlementSource. */ @java.lang.Override public int getSettlementSourceValue() { return settlementSource_; } /** * .org.openfeed.SettlementSource settlementSource = 14; * @param value The enum numeric value on the wire for settlementSource to set. * @return This builder for chaining. */ public Builder setSettlementSourceValue(int value) { settlementSource_ = value; bitField0_ |= 0x00000020; onChanged(); return this; } /** * .org.openfeed.SettlementSource settlementSource = 14; * @return The settlementSource. */ @java.lang.Override public org.openfeed.SettlementSource getSettlementSource() { org.openfeed.SettlementSource result = org.openfeed.SettlementSource.forNumber(settlementSource_); return result == null ? org.openfeed.SettlementSource.UNRECOGNIZED : result; } /** * .org.openfeed.SettlementSource settlementSource = 14; * @param value The settlementSource to set. * @return This builder for chaining. */ public Builder setSettlementSource(org.openfeed.SettlementSource value) { if (value == null) { throw new NullPointerException(); } bitField0_ |= 0x00000020; settlementSource_ = value.getNumber(); onChanged(); return this; } /** * .org.openfeed.SettlementSource settlementSource = 14; * @return This builder for chaining. */ public Builder clearSettlementSource() { bitField0_ = (bitField0_ & ~0x00000020); settlementSource_ = 0; onChanged(); return this; } private java.lang.Object session_ = ""; /** *
     * / Used by CME ITC.
     * 
* * string session = 15; * @return The session. */ public java.lang.String getSession() { java.lang.Object ref = session_; if (!(ref instanceof java.lang.String)) { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); session_ = s; return s; } else { return (java.lang.String) ref; } } /** *
     * / Used by CME ITC.
     * 
* * string session = 15; * @return The bytes for session. */ public com.google.protobuf.ByteString getSessionBytes() { java.lang.Object ref = session_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); session_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** *
     * / Used by CME ITC.
     * 
* * string session = 15; * @param value The session to set. * @return This builder for chaining. */ public Builder setSession( java.lang.String value) { if (value == null) { throw new NullPointerException(); } session_ = value; bitField0_ |= 0x00000040; onChanged(); return this; } /** *
     * / Used by CME ITC.
     * 
* * string session = 15; * @return This builder for chaining. */ public Builder clearSession() { session_ = getDefaultInstance().getSession(); bitField0_ = (bitField0_ & ~0x00000040); onChanged(); return this; } /** *
     * / Used by CME ITC.
     * 
* * string session = 15; * @param value The bytes for session to set. * @return This builder for chaining. */ public Builder setSessionBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); session_ = value; bitField0_ |= 0x00000040; onChanged(); return this; } private boolean transient_ ; /** *
     * / True if not persisted in the EOD database.
     * 
* * bool transient = 16; * @return The transient. */ @java.lang.Override public boolean getTransient() { return transient_; } /** *
     * / True if not persisted in the EOD database.
     * 
* * bool transient = 16; * @param value The transient to set. * @return This builder for chaining. */ public Builder setTransient(boolean value) { transient_ = value; bitField0_ |= 0x00000080; onChanged(); return this; } /** *
     * / True if not persisted in the EOD database.
     * 
* * bool transient = 16; * @return This builder for chaining. */ public Builder clearTransient() { bitField0_ = (bitField0_ & ~0x00000080); transient_ = false; onChanged(); return this; } private boolean reserved_ ; /** *
     * / Reserved
     * 
* * bool reserved = 127; * @return The reserved. */ @java.lang.Override public boolean getReserved() { return reserved_; } /** *
     * / Reserved
     * 
* * bool reserved = 127; * @param value The reserved to set. * @return This builder for chaining. */ public Builder setReserved(boolean value) { reserved_ = value; bitField0_ |= 0x00000100; onChanged(); return this; } /** *
     * / Reserved
     * 
* * bool reserved = 127; * @return This builder for chaining. */ public Builder clearReserved() { bitField0_ = (bitField0_ & ~0x00000100); reserved_ = false; onChanged(); return this; } // @@protoc_insertion_point(builder_scope:org.openfeed.Settlement) } // @@protoc_insertion_point(class_scope:org.openfeed.Settlement) private static final org.openfeed.Settlement DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new org.openfeed.Settlement(); } public static org.openfeed.Settlement getDefaultInstance() { return DEFAULT_INSTANCE; } private static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public Settlement parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { Builder builder = newBuilder(); try { builder.mergeFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(builder.buildPartial()); } catch (com.google.protobuf.UninitializedMessageException e) { throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException(e) .setUnfinishedMessage(builder.buildPartial()); } return builder.buildPartial(); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public org.openfeed.Settlement getDefaultInstanceForType() { return DEFAULT_INSTANCE; } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy