public class LinkStatus extends Object
LinkStatus class.
| Constructor and Description |
|---|
LinkStatus(String id,
String color,
boolean flash)
Constructor for LinkStatus.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getColor()
Getter for the field
color. |
boolean |
getFlash()
Getter for the field
flash. |
String |
getId()
Getter for the field
id. |
void |
setColor(String color)
Setter for the field
color. |
void |
setFlash(boolean flash)
Setter for the field
flash. |
void |
setId(String id)
Setter for the field
id. |
public void setColor(String color)
Setter for the field color.
color - a String object.public boolean getFlash()
Getter for the field flash.
public void setFlash(boolean flash)
Setter for the field flash.
flash - a boolean.Copyright © 2015. All rights reserved.