/**
  * Stream id getter.
  *
  * @return stream id.
  */
 public long getStreamId() {
   return pk.getStreamId();
 }