getId method

int getId()

Gets the id of this chain.

@return the id value

Implementation

int getId() {
  return id;
}