Class ResponseMessage.Builder

java.lang.Object
org.openwms.common.comm.osip.res.ResponseMessage.Builder
Enclosing class:
ResponseMessage

public static class ResponseMessage.Builder extends Object
  • Field Details

    • responseMessage

      private final ResponseMessage responseMessage
    • provider

      private final org.openwms.common.comm.spi.FieldLengthProvider provider
  • Constructor Details

    • Builder

      public Builder(org.openwms.common.comm.spi.FieldLengthProvider provider)
  • Method Details

    • withBarcode

      public ResponseMessage.Builder withBarcode(String barcode)
    • withActualLocation

      public ResponseMessage.Builder withActualLocation(String actualLocation)
      Add an actual Location by the given unique LocationPk in an expected format like AAAAAAA/BBBBBB/.... Where the number of digits each coordinate has and the number of coordinates at all is defined by the FieldLengthProvider.
      Parameters:
      actualLocation - The String representation of LocationPK of the actual location
      Returns:
      The builder
    • withTargetLocation

      public ResponseMessage.Builder withTargetLocation(String targetLocation)
      Add an target Location by the given unique LocationPk in an expected format like AAAAAAA/BBBBBB/.... Where the number of digits each coordinate has and the number of coordinates at all is defined by the FieldLengthProvider.
      Parameters:
      targetLocation - The String representation of LocationPK of the target location
      Returns:
      The builder
    • withTargetLocationGroup

      public ResponseMessage.Builder withTargetLocationGroup(String targetLocationGroup)
    • withErrorCode

      public ResponseMessage.Builder withErrorCode(String errorCode)
    • withCreateDate

      public ResponseMessage.Builder withCreateDate(String createDate, String pattern) throws ParseException
      Throws:
      ParseException
    • build

      public ResponseMessage build()