-
public final class PostureResponse
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public abstract classPostureResponse.Datapublic final classPostureResponse.OSpublic final classPostureResponse.Domainpublic final classPostureResponse.MACpublic classPostureResponse.Companion
-
Field Summary
Fields Modifier and Type Field Description private final Stringidprivate final PostureQueryTypetypeIdprivate final PostureResponse.Datadata
-
Constructor Summary
Constructors Constructor Description PostureResponse(String id, PostureQueryType typeId, PostureResponse.Data data)
-
Method Summary
Modifier and Type Method Description final StringgetId()final PostureQueryTypegetTypeId()final PostureResponse.DatagetData()-
-
Constructor Detail
-
PostureResponse
PostureResponse(String id, PostureQueryType typeId, PostureResponse.Data data)
-
-
Method Detail
-
getTypeId
final PostureQueryType getTypeId()
-
getData
final PostureResponse.Data getData()
-
-
-
-