Uses of Class
com.vmware.nsx_policy.model.ErrorResolverInfo
-
Packages that use ErrorResolverInfo Package Description com.vmware.nsx_policy com.vmware.nsx_policy.model -
-
Uses of ErrorResolverInfo in com.vmware.nsx_policy
Methods in com.vmware.nsx_policy that return ErrorResolverInfo Modifier and Type Method Description ErrorResolverInfoErrorResolver. get(java.lang.String errorId)Returns some metadata about the given error_id.ErrorResolverInfoErrorResolver. get(java.lang.String errorId, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Returns some metadata about the given error_id.ErrorResolverInfoErrorResolverStub. get(java.lang.String errorId)ErrorResolverInfoErrorResolverStub. get(java.lang.String errorId, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Method parameters in com.vmware.nsx_policy with type arguments of type ErrorResolverInfo Modifier and Type Method Description voidErrorResolver. get(java.lang.String errorId, com.vmware.vapi.bindings.client.AsyncCallback<ErrorResolverInfo> asyncCallback)Returns some metadata about the given error_id.voidErrorResolver. get(java.lang.String errorId, com.vmware.vapi.bindings.client.AsyncCallback<ErrorResolverInfo> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Returns some metadata about the given error_id.voidErrorResolverStub. get(java.lang.String errorId, com.vmware.vapi.bindings.client.AsyncCallback<ErrorResolverInfo> asyncCallback)voidErrorResolverStub. get(java.lang.String errorId, com.vmware.vapi.bindings.client.AsyncCallback<ErrorResolverInfo> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) -
Uses of ErrorResolverInfo in com.vmware.nsx_policy.model
Methods in com.vmware.nsx_policy.model that return ErrorResolverInfo Modifier and Type Method Description static ErrorResolverInfoErrorResolverInfo. _newInstance(com.vmware.vapi.data.StructValue structValue)WARNING: Internal method, subject to change in future versions.
Returns new instance of this binding class and injects the provided data value.
WARNING: The returned object is not fully initialized.static ErrorResolverInfoErrorResolverInfo. _newInstance2(com.vmware.vapi.data.StructValue structValue)WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.ErrorResolverInfoErrorResolverInfo.Builder. build()Methods in com.vmware.nsx_policy.model that return types with arguments of type ErrorResolverInfo Modifier and Type Method Description java.util.List<ErrorResolverInfo>ErrorResolverInfoList. getResults()ErrorResolverInfo listMethod parameters in com.vmware.nsx_policy.model with type arguments of type ErrorResolverInfo Modifier and Type Method Description ErrorResolverInfoList.BuilderErrorResolverInfoList.Builder. setResults(java.util.List<ErrorResolverInfo> results)ErrorResolverInfo listvoidErrorResolverInfoList. setResults(java.util.List<ErrorResolverInfo> results)ErrorResolverInfo list
-