public class ComponentLogParams extends Object
| Modifier and Type | Field and Description |
|---|---|
boolean |
failHarder |
String |
logProductId |
String |
logType |
int |
samplingFrequency |
| Constructor and Description |
|---|
ComponentLogParams(String logProductId,
String logType) |
ComponentLogParams(String logProductId,
String logType,
int samplingFrequency,
boolean failHarder) |