state property

  1. @TagNumber.new(11)
ReplicationCycle_State get state

State of the ReplicationCycle.

Implementation

@$pb.TagNumber(11)
ReplicationCycle_State get state => $_getN(6);
  1. @TagNumber.new(11)
set state (ReplicationCycle_State v)

Implementation

@$pb.TagNumber(11)
set state(ReplicationCycle_State v) {
  setField(11, v);
}