Class AasCreator.AasResult
java.lang.Object
test.de.iip_ecosphere.platform.services.environment.AasCreator.AasResult
- Enclosing class:
AasCreator
Collects AAS creation results.
- Author:
- Holger Eichelberger, SSE
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate de.iip_ecosphere.platform.services.environment.ServiceStub -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionde.iip_ecosphere.platform.services.environment.ServiceStubgetStub()Returns the service stub.
-
Field Details
-
stub
private de.iip_ecosphere.platform.services.environment.ServiceStub stub
-
-
Constructor Details
-
AasResult
public AasResult()
-
-
Method Details
-
getStub
public de.iip_ecosphere.platform.services.environment.ServiceStub getStub()Returns the service stub.- Returns:
- the stub
-