Class FlowNodeProto.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<FlowNodeProto.Builder>
com.google.protobuf.GeneratedMessage.Builder<FlowNodeProto.Builder>
com.google.ortools.graph.FlowNodeProto.Builder
All Implemented Interfaces:
FlowNodeProtoOrBuilder, com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable
Enclosing class:
FlowNodeProto

public static final class FlowNodeProto.Builder extends com.google.protobuf.GeneratedMessage.Builder<FlowNodeProto.Builder> implements FlowNodeProtoOrBuilder
Protobuf type operations_research.FlowNodeProto
  • Method Summary

    Modifier and Type
    Method
    Description
     
     
     
    The ids must be non-negative (>= 0).
    The supply can be positive or negative in which case it means demand.
     
    static final com.google.protobuf.Descriptors.Descriptor
     
    com.google.protobuf.Descriptors.Descriptor
     
    long
    The ids must be non-negative (>= 0).
    long
    The supply can be positive or negative in which case it means demand.
    boolean
    The ids must be non-negative (>= 0).
    boolean
    The supply can be positive or negative in which case it means demand.
    protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
     
    final boolean
     
     
    mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    mergeFrom(com.google.protobuf.Message other)
     
    setId(long value)
    The ids must be non-negative (>= 0).
    setSupply(long value)
    The supply can be positive or negative in which case it means demand.

    Methods inherited from class com.google.protobuf.GeneratedMessage.Builder

    addRepeatedField, clearField, clearOneof, clone, getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownFields, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFields, setUnknownFieldSetBuilder, setUnknownFieldsProto3

    Methods inherited from class com.google.protobuf.AbstractMessage.Builder

    findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString

    Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder

    addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException

    Methods inherited from class java.lang.Object

    equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

    Methods inherited from interface com.google.protobuf.Message.Builder

    mergeDelimitedFrom, mergeDelimitedFrom

    Methods inherited from interface com.google.protobuf.MessageLite.Builder

    mergeFrom

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage.Builder<FlowNodeProto.Builder>
    • clear

      public FlowNodeProto.Builder clear()
      Specified by:
      clear in interface com.google.protobuf.Message.Builder
      Specified by:
      clear in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clear in class com.google.protobuf.GeneratedMessage.Builder<FlowNodeProto.Builder>
    • getDescriptorForType

      public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
      Specified by:
      getDescriptorForType in interface com.google.protobuf.Message.Builder
      Specified by:
      getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
      Overrides:
      getDescriptorForType in class com.google.protobuf.GeneratedMessage.Builder<FlowNodeProto.Builder>
    • getDefaultInstanceForType

      public FlowNodeProto getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
    • build

      public FlowNodeProto build()
      Specified by:
      build in interface com.google.protobuf.Message.Builder
      Specified by:
      build in interface com.google.protobuf.MessageLite.Builder
    • buildPartial

      public FlowNodeProto buildPartial()
      Specified by:
      buildPartial in interface com.google.protobuf.Message.Builder
      Specified by:
      buildPartial in interface com.google.protobuf.MessageLite.Builder
    • mergeFrom

      public FlowNodeProto.Builder mergeFrom(com.google.protobuf.Message other)
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<FlowNodeProto.Builder>
    • mergeFrom

      public FlowNodeProto.Builder mergeFrom(FlowNodeProto other)
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessage.Builder<FlowNodeProto.Builder>
    • mergeFrom

      public FlowNodeProto.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Specified by:
      mergeFrom in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<FlowNodeProto.Builder>
      Throws:
      IOException
    • hasId

      public boolean hasId()
       The ids must be non-negative (>= 0). They should be dense for good
       performance. Note that it is not mandatory to include nodes with no supply
       in a FlowModelProto.
       
      optional int64 id = 1;
      Specified by:
      hasId in interface FlowNodeProtoOrBuilder
      Returns:
      Whether the id field is set.
    • getId

      public long getId()
       The ids must be non-negative (>= 0). They should be dense for good
       performance. Note that it is not mandatory to include nodes with no supply
       in a FlowModelProto.
       
      optional int64 id = 1;
      Specified by:
      getId in interface FlowNodeProtoOrBuilder
      Returns:
      The id.
    • setId

      public FlowNodeProto.Builder setId(long value)
       The ids must be non-negative (>= 0). They should be dense for good
       performance. Note that it is not mandatory to include nodes with no supply
       in a FlowModelProto.
       
      optional int64 id = 1;
      Parameters:
      value - The id to set.
      Returns:
      This builder for chaining.
    • clearId

      public FlowNodeProto.Builder clearId()
       The ids must be non-negative (>= 0). They should be dense for good
       performance. Note that it is not mandatory to include nodes with no supply
       in a FlowModelProto.
       
      optional int64 id = 1;
      Returns:
      This builder for chaining.
    • hasSupply

      public boolean hasSupply()
       The supply can be positive or negative in which case it means demand.
       The sum of the supplies over all nodes must always be 0.
       
      optional int64 supply = 2 [default = 0];
      Specified by:
      hasSupply in interface FlowNodeProtoOrBuilder
      Returns:
      Whether the supply field is set.
    • getSupply

      public long getSupply()
       The supply can be positive or negative in which case it means demand.
       The sum of the supplies over all nodes must always be 0.
       
      optional int64 supply = 2 [default = 0];
      Specified by:
      getSupply in interface FlowNodeProtoOrBuilder
      Returns:
      The supply.
    • setSupply

      public FlowNodeProto.Builder setSupply(long value)
       The supply can be positive or negative in which case it means demand.
       The sum of the supplies over all nodes must always be 0.
       
      optional int64 supply = 2 [default = 0];
      Parameters:
      value - The supply to set.
      Returns:
      This builder for chaining.
    • clearSupply

      public FlowNodeProto.Builder clearSupply()
       The supply can be positive or negative in which case it means demand.
       The sum of the supplies over all nodes must always be 0.
       
      optional int64 supply = 2 [default = 0];
      Returns:
      This builder for chaining.