alpha/alpha-core/src/main/java/org/apache/servicecomb/pack/alpha/core/fsm/event/TxCompensateAckFailedEvent.java [47:79]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    public Builder serviceName(String serviceName) {
      txCompensatedEvent.setServiceName(serviceName);
      return this;
    }

    public Builder instanceId(String instanceId) {
      txCompensatedEvent.setInstanceId(instanceId);
      return this;
    }

    public Builder parentTxId(String parentTxId) {
      txCompensatedEvent.setParentTxId(parentTxId);
      return this;
    }

    public Builder localTxId(String localTxId) {
      txCompensatedEvent.setLocalTxId(localTxId);
      return this;
    }

    public Builder globalTxId(String globalTxId) {
      txCompensatedEvent.setGlobalTxId(globalTxId);
      return this;
    }

    public Builder createTime(Date createTime){
      txCompensatedEvent.setCreateTime(createTime);
      return this;
    }

    public Builder payloads(byte[] payloads){
      txCompensatedEvent.setPayloads(payloads);
      return this;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



alpha/alpha-core/src/main/java/org/apache/servicecomb/pack/alpha/core/fsm/event/internal/CompensateAckTimeoutEvent.java [47:79]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    public Builder serviceName(String serviceName) {
      txCompensatedEvent.setServiceName(serviceName);
      return this;
    }

    public Builder instanceId(String instanceId) {
      txCompensatedEvent.setInstanceId(instanceId);
      return this;
    }

    public Builder parentTxId(String parentTxId) {
      txCompensatedEvent.setParentTxId(parentTxId);
      return this;
    }

    public Builder localTxId(String localTxId) {
      txCompensatedEvent.setLocalTxId(localTxId);
      return this;
    }

    public Builder globalTxId(String globalTxId) {
      txCompensatedEvent.setGlobalTxId(globalTxId);
      return this;
    }

    public Builder createTime(Date createTime){
      txCompensatedEvent.setCreateTime(createTime);
      return this;
    }

    public Builder payloads(byte[] payloads){
      txCompensatedEvent.setPayloads(payloads);
      return this;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



