public class CoordinatorCustomDutyGroup extends Object
| Constructor and Description |
|---|
CoordinatorCustomDutyGroup(String name,
org.joda.time.Duration period,
List<CoordinatorCustomDuty> customDutyList) |
| Modifier and Type | Method and Description |
|---|---|
List<CoordinatorCustomDuty> |
getCustomDutyList() |
String |
getName() |
org.joda.time.Duration |
getPeriod() |
String |
toString() |
public CoordinatorCustomDutyGroup(String name, org.joda.time.Duration period, List<CoordinatorCustomDuty> customDutyList)
Copyright © 2011–2021 The Apache Software Foundation. All rights reserved.