hudson.plugins.PerfPublisher.Report
Class Core

java.lang.Object
  extended by hudson.plugins.PerfPublisher.Report.Core

public class Core
extends java.lang.Object


Constructor Summary
Core()
           
Core(int proc, int coreid, int physid)
           
 
Method Summary
 int getCoreid()
           
 int getPhysid()
           
 int getProc()
           
 void setCoreid(int coreid)
           
 void setPhysid(int physid)
           
 void setProc(int proc)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Core

public Core()

Core

public Core(int proc,
            int coreid,
            int physid)
Method Detail

getProc

public int getProc()
Returns:
the proc

setProc

public void setProc(int proc)
Parameters:
proc - the proc to set

getCoreid

public int getCoreid()
Returns:
the coreid

setCoreid

public void setCoreid(int coreid)
Parameters:
coreid - the coreid to set

getPhysid

public int getPhysid()
Returns:
the physid

setPhysid

public void setPhysid(int physid)
Parameters:
physid - the physid to set


Copyright © 2010. All Rights Reserved.