Class ChannelMigrateOffsetTokenResponseDTO


  • public class ChannelMigrateOffsetTokenResponseDTO
    extends Object
    POJO used to serialize the System function response for migration offset from Source Channel to Destination.
    • Constructor Detail

      • ChannelMigrateOffsetTokenResponseDTO

        public ChannelMigrateOffsetTokenResponseDTO​(long responseCode,
                                                    String responseMessage)
      • ChannelMigrateOffsetTokenResponseDTO

        public ChannelMigrateOffsetTokenResponseDTO()
        Default Ctor for Jackson
    • Method Detail

      • getResponseCode

        public long getResponseCode()
      • getResponseMessage

        public String getResponseMessage()