in services/tracking-service/reactive-vertx/src/main/java/com/amazon/vo/TrackingMessage.java [32:42]
public TrackingMessage(String userAgent, String programId, String checksum, Integer customerId,
String customerName, boolean isValid, String messageId, String programName) {
this.userAgent = userAgent;
this.programId = programId;
this.checksum = checksum;
this.customerId = customerId;
this.customerName = customerName;
this.isValid = isValid;
this.messageId = messageId;
this.programName = programName;
}