getPoolId method

int? getPoolId()

Returns the id of the given pool instance.

@return an integer ID belonging to this pool instance.

Implementation

int? getPoolId() {
  return poolId;
}