-
public final class MobileSegment.Data
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classMobileSegment.Data.Companion
-
Field Summary
Fields Modifier and Type Field Description private final List<MobileSegment.Wireframe>wireframes
-
Constructor Summary
Constructors Constructor Description MobileSegment.Data(List<MobileSegment.Wireframe> wireframes)
-
Method Summary
Modifier and Type Method Description final List<MobileSegment.Wireframe>getWireframes()final JsonElementtoJson()-
-
Constructor Detail
-
MobileSegment.Data
MobileSegment.Data(List<MobileSegment.Wireframe> wireframes)
- Parameters:
wireframes- The Wireframes contained by this Record.
-
-
Method Detail
-
getWireframes
final List<MobileSegment.Wireframe> getWireframes()
-
toJson
final JsonElement toJson()
-
-
-
-