setId method

Tag setId(
  1. String id
)

Implementation

Tag setId(String id) {
  attrs['id'] = id;
  return this;
}