Class DeviceAllocationConfiguration

    • Constructor Detail

      • DeviceAllocationConfiguration

        public DeviceAllocationConfiguration()
        No args constructor for use in serialization
    • Method Detail

      • getOpaque

        public OpaqueDeviceConfiguration getOpaque()
        DeviceAllocationConfiguration gets embedded in an AllocationResult.
      • setOpaque

        public void setOpaque​(OpaqueDeviceConfiguration opaque)
        DeviceAllocationConfiguration gets embedded in an AllocationResult.
      • getRequests

        public List<String> getRequests()
        Requests lists the names of requests where the configuration applies. If empty, its applies to all requests.


        References to subrequests must include the name of the main request and may include the subrequest using the format <main request>[/<subrequest>]. If just the main request is given, the configuration applies to all subrequests.

      • setRequests

        public void setRequests​(List<String> requests)
        Requests lists the names of requests where the configuration applies. If empty, its applies to all requests.


        References to subrequests must include the name of the main request and may include the subrequest using the format <main request>[/<subrequest>]. If just the main request is given, the configuration applies to all subrequests.

      • getSource

        public String getSource()
        Source records whether the configuration comes from a class and thus is not something that a normal user would have been able to set or from a claim.
      • setSource

        public void setSource​(String source)
        Source records whether the configuration comes from a class and thus is not something that a normal user would have been able to set or from a claim.
      • getAdditionalProperties

        public Map<String,​Object> getAdditionalProperties()
      • setAdditionalProperty

        public void setAdditionalProperty​(String name,
                                          Object value)
      • setAdditionalProperties

        public void setAdditionalProperties​(Map<String,​Object> additionalProperties)