public class Recording extends Object
| Constructor and Description |
|---|
Recording() |
| Modifier and Type | Method and Description |
|---|---|
String |
getFormat() |
Integer |
getPeriodInMinute() |
void |
setFormat(String format) |
void |
setPeriodInMinute(Integer periodInMinute) |
String |
toString() |
Recording |
withFormat(String format) |
Recording |
withPeriodInMinute(Integer periodInMinute) |
Copyright © 2016. All rights reserved.