İngilizce dilinde oku

Aracılığıyla paylaş


OnvifDeviceGetRequest Class

public final class OnvifDeviceGetRequest
extends MethodRequest

Retrieves properties and media profiles of an ONVIF device.

Constructor Summary

Constructor Description
OnvifDeviceGetRequest(EndpointBase endpoint)

Creates an instance of OnvifDeviceGetRequest class.

Method Summary

Modifier and Type Method and Description
EndpointBase getEndpoint()

Get the endpoint property: Base class for endpoints.

String getMethodName()

Get the methodName property: method name.

Methods inherited from MethodRequest

Methods inherited from java.lang.Object

Constructor Details

OnvifDeviceGetRequest

public OnvifDeviceGetRequest(EndpointBase endpoint)

Creates an instance of OnvifDeviceGetRequest class.

Parameters:

endpoint - the endpoint value to set.

Method Details

getEndpoint

public EndpointBase getEndpoint()

Get the endpoint property: Base class for endpoints.

Returns:

the endpoint value.

getMethodName

public String getMethodName()

Get the methodName property: method name.

Returns:

the methodName value.

Applies to

Azure SDK for Java

Legacy