Class GetDigitalTwinInstanceContentResponse.ResultWrapper

  • Enclosing class:
    GetDigitalTwinInstanceContentResponse

    public static class GetDigitalTwinInstanceContentResponse.ResultWrapper
    extends Object
    A wrapper for the response body type.

    The wrapper simplifies the deserialization and serialization of the {@code java.util.Map as it contains generic parameters.

    • Constructor Detail

      • ResultWrapper

        public ResultWrapper​(Map<String,​Object> result)
        Create the wrapper given the response body.
    • Method Detail

      • getResult

        public Map<String,​Object> getResult()
        Get the response body.