package com.persistent.azure.diagnostics.performancecounters;
import com.microsoft.windowsazure.services.table.client.TableServiceEntity;
private Double eventTickCount;
private String deploymentId;
private String role;
private String roleInstance;
private String counterName;
private String counterValue;
return role;
}
this.role = role;
}
return roleInstance;
}
this.roleInstance = roleInstance;
}
return eventTickCount;
}
this.eventTickCount = eventTickCount;
}
return counterName;
}
this.counterName = counterName;
}
return counterValue;
}
this.counterValue = counterValue;
}
return deploymentId;
}
this.deploymentId = deploymentId;
}
}