setId method

Offer setId(
  1. String id
)

Sets the id

Implementation

Offer setId(String id) {
  _id = id;
  return this;
}