Uses of Class
org.odpi.openmetadata.adminservices.properties.ServerStatus
-
Packages that use ServerStatus Package Description org.odpi.openmetadata.adminservices.properties Properties are the Java Beans that appear exclusively on the APIorg.odpi.openmetadata.adminservices.rest These are the beans that wrap request bodies and responses on the REST API. -
-
Uses of ServerStatus in org.odpi.openmetadata.adminservices.properties
Constructors in org.odpi.openmetadata.adminservices.properties with parameters of type ServerStatus Constructor Description ServerStatus(ServerStatus template)Copy/clone constructor -
Uses of ServerStatus in org.odpi.openmetadata.adminservices.rest
Methods in org.odpi.openmetadata.adminservices.rest that return ServerStatus Modifier and Type Method Description ServerStatusOMAGServerStatusResponse. getServerStatus()Return the server status structure.Methods in org.odpi.openmetadata.adminservices.rest with parameters of type ServerStatus Modifier and Type Method Description voidOMAGServerStatusResponse. setServerStatus(ServerStatus serverStatus)Set up the server status structure.
-