public class Sbc extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
description |
String |
hostname |
Integer |
state |
| Constructor and Description |
|---|
Sbc(String hostname,
String description,
Integer state) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
String |
getHostname() |
Integer |
getState() |
void |
setDescription(String description) |
void |
setHostname(String hostname) |
void |
setState(Integer state) |
String |
toString() |
public String hostname
public String description
public Integer state
Copyright © 2025. All rights reserved.