public class ServerCpu extends Object implements Serializable
Constructor and Description |
---|
ServerCpu() |
ServerCpu(String name,
int level,
HashSet<String> flags,
String verbData) |
Modifier and Type | Method and Description |
---|---|
String |
getCpuName() |
HashSet<String> |
getFlags() |
int |
getLevel() |
String |
getVdsVerbData() |
void |
setCpuName(String value) |
void |
setFlags(HashSet<String> value) |
void |
setLevel(int value) |
void |
setVdsVerbData(String value) |
Copyright © 2012. All Rights Reserved.