Package com.adobe.testing.s3mock.s3.dto
Class LocationInfo
-
- All Implemented Interfaces:
public final class LocationInfo
-
-
Field Summary
Fields Modifier and Type Field Description private final Stringnameprivate final LocationTypetype
-
Constructor Summary
Constructors Constructor Description LocationInfo(String name, LocationType type)
-
Method Summary
Modifier and Type Method Description final StringgetName()final LocationTypegetType()-
-
Constructor Detail
-
LocationInfo
LocationInfo(String name, LocationType type)
-
-
Method Detail
-
getType
final LocationType getType()
-
-
-
-