Class VideoAnalyzerPrivateEndpointConnectionOperationStatusInner
- java.lang.Object
-
- com.azure.resourcemanager.videoanalyzer.fluent.models.VideoAnalyzerPrivateEndpointConnectionOperationStatusInner
-
public final class VideoAnalyzerPrivateEndpointConnectionOperationStatusInner extends Object
Status of private endpoint connection operation.
-
-
Constructor Summary
Constructors Constructor Description VideoAnalyzerPrivateEndpointConnectionOperationStatusInner()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
endTime()
Get the endTime property: Operation end time.com.azure.core.management.exception.ManagementError
error()
Get the error property: The error detail.String
id()
Get the id property: Operation resource ID.String
name()
Get the name property: Operation identifier.String
startTime()
Get the startTime property: Operation start time.String
status()
Get the status property: Operation status.void
validate()
Validates the instance.VideoAnalyzerPrivateEndpointConnectionOperationStatusInner
withEndTime(String endTime)
Set the endTime property: Operation end time.VideoAnalyzerPrivateEndpointConnectionOperationStatusInner
withError(com.azure.core.management.exception.ManagementError error)
Set the error property: The error detail.VideoAnalyzerPrivateEndpointConnectionOperationStatusInner
withId(String id)
Set the id property: Operation resource ID.VideoAnalyzerPrivateEndpointConnectionOperationStatusInner
withName(String name)
Set the name property: Operation identifier.VideoAnalyzerPrivateEndpointConnectionOperationStatusInner
withStartTime(String startTime)
Set the startTime property: Operation start time.VideoAnalyzerPrivateEndpointConnectionOperationStatusInner
withStatus(String status)
Set the status property: Operation status.
-
-
-
Method Detail
-
name
public String name()
Get the name property: Operation identifier.- Returns:
- the name value.
-
withName
public VideoAnalyzerPrivateEndpointConnectionOperationStatusInner withName(String name)
Set the name property: Operation identifier.- Parameters:
name
- the name value to set.- Returns:
- the VideoAnalyzerPrivateEndpointConnectionOperationStatusInner object itself.
-
id
public String id()
Get the id property: Operation resource ID.- Returns:
- the id value.
-
withId
public VideoAnalyzerPrivateEndpointConnectionOperationStatusInner withId(String id)
Set the id property: Operation resource ID.- Parameters:
id
- the id value to set.- Returns:
- the VideoAnalyzerPrivateEndpointConnectionOperationStatusInner object itself.
-
startTime
public String startTime()
Get the startTime property: Operation start time.- Returns:
- the startTime value.
-
withStartTime
public VideoAnalyzerPrivateEndpointConnectionOperationStatusInner withStartTime(String startTime)
Set the startTime property: Operation start time.- Parameters:
startTime
- the startTime value to set.- Returns:
- the VideoAnalyzerPrivateEndpointConnectionOperationStatusInner object itself.
-
endTime
public String endTime()
Get the endTime property: Operation end time.- Returns:
- the endTime value.
-
withEndTime
public VideoAnalyzerPrivateEndpointConnectionOperationStatusInner withEndTime(String endTime)
Set the endTime property: Operation end time.- Parameters:
endTime
- the endTime value to set.- Returns:
- the VideoAnalyzerPrivateEndpointConnectionOperationStatusInner object itself.
-
status
public String status()
Get the status property: Operation status.- Returns:
- the status value.
-
withStatus
public VideoAnalyzerPrivateEndpointConnectionOperationStatusInner withStatus(String status)
Set the status property: Operation status.- Parameters:
status
- the status value to set.- Returns:
- the VideoAnalyzerPrivateEndpointConnectionOperationStatusInner object itself.
-
error
public com.azure.core.management.exception.ManagementError error()
Get the error property: The error detail.- Returns:
- the error value.
-
withError
public VideoAnalyzerPrivateEndpointConnectionOperationStatusInner withError(com.azure.core.management.exception.ManagementError error)
Set the error property: The error detail.- Parameters:
error
- the error value to set.- Returns:
- the VideoAnalyzerPrivateEndpointConnectionOperationStatusInner object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-
-