demo-apps/demo-kinesis-driver/src/main/java/com/amazonaws/services/kinesisanalytics/payloads/EmployeeInfo.java [198:220]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    private Builder(com.amazonaws.services.kinesisanalytics.payloads.EmployeeInfo.Builder other) {
      super(other);
      if (isValidValue(fields()[0], other.companyid)) {
        this.companyid = data().deepCopy(fields()[0].schema(), other.companyid);
        fieldSetFlags()[0] = true;
      }
      if (isValidValue(fields()[1], other.employeeid)) {
        this.employeeid = data().deepCopy(fields()[1].schema(), other.employeeid);
        fieldSetFlags()[1] = true;
      }
      if (isValidValue(fields()[2], other.mname)) {
        this.mname = data().deepCopy(fields()[2].schema(), other.mname);
        fieldSetFlags()[2] = true;
      }
      if (isValidValue(fields()[3], other.dob)) {
        this.dob = data().deepCopy(fields()[3].schema(), other.dob);
        fieldSetFlags()[3] = true;
      }
      if (isValidValue(fields()[4], other.eventtimestamp)) {
        this.eventtimestamp = data().deepCopy(fields()[4].schema(), other.eventtimestamp);
        fieldSetFlags()[4] = true;
      }
    }
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



demo-apps/demo-kda-app/src/main/java/com/amazonaws/services/kinesisanalytics/payloads/EmployeeInfo.java [198:220]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    private Builder(com.amazonaws.services.kinesisanalytics.payloads.EmployeeInfo.Builder other) {
      super(other);
      if (isValidValue(fields()[0], other.companyid)) {
        this.companyid = data().deepCopy(fields()[0].schema(), other.companyid);
        fieldSetFlags()[0] = true;
      }
      if (isValidValue(fields()[1], other.employeeid)) {
        this.employeeid = data().deepCopy(fields()[1].schema(), other.employeeid);
        fieldSetFlags()[1] = true;
      }
      if (isValidValue(fields()[2], other.mname)) {
        this.mname = data().deepCopy(fields()[2].schema(), other.mname);
        fieldSetFlags()[2] = true;
      }
      if (isValidValue(fields()[3], other.dob)) {
        this.dob = data().deepCopy(fields()[3].schema(), other.dob);
        fieldSetFlags()[3] = true;
      }
      if (isValidValue(fields()[4], other.eventtimestamp)) {
        this.eventtimestamp = data().deepCopy(fields()[4].schema(), other.eventtimestamp);
        fieldSetFlags()[4] = true;
      }
    }
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



