public static class Kmod.LoadedModule extends Object
| Constructor and Description |
|---|
LoadedModule() |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
Long |
getSize() |
Long |
getUse_count() |
List<String> |
getUsed_by() |
void |
setName(String name) |
void |
setSize(Long size) |
void |
setUse_count(Long use_count) |
void |
setUsed_by(List<String> used_by) |
public LoadedModule()
public Long getUse_count()
public void setUse_count(Long use_count)
public List<String> getUsed_by()
public void setUsed_by(List<String> used_by)
Copyright © 2017–2018. All rights reserved.