public class TransitionsGroup
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getId()
Gets a string value that represents the unique identifier of the transitions group.
|
java.util.List<Transition> |
getTransitions()
Gets a collection of time zone transition groups.
|
java.lang.String |
toString()
Converts the value of the current TransitionsGroup object to its equivalent string representation.
|
public java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String getId()
public java.util.List<Transition> getTransitions()