Package com.vmware.nsx_policy.model
Class AlbControllerClusterRuntimeError.Builder
- java.lang.Object
-
- com.vmware.nsx_policy.model.AlbControllerClusterRuntimeError.Builder
-
- Enclosing class:
- AlbControllerClusterRuntimeError
public static final class AlbControllerClusterRuntimeError.Builder extends java.lang.ObjectBuilder class forAlbControllerClusterRuntimeError.
-
-
Constructor Summary
Constructors Constructor Description Builder()Constructor with parameters for the required properties ofAlbControllerClusterRuntimeError.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AlbControllerClusterRuntimeErrorbuild()AlbControllerClusterRuntimeError.BuildersetErrorCode(java.lang.Long errorCode)Advanced Load Balancer cluster runtime error code.AlbControllerClusterRuntimeError.BuildersetErrorMessage(java.lang.String errorMessage)Advanced Load Balancer cluster runtime error msg.
-
-
-
Constructor Detail
-
Builder
public Builder()
Constructor with parameters for the required properties ofAlbControllerClusterRuntimeError.
-
-
Method Detail
-
setErrorCode
public AlbControllerClusterRuntimeError.Builder setErrorCode(java.lang.Long errorCode)
Advanced Load Balancer cluster runtime error code. format: int32 This property may be present in responses from the server, but if it is present in a request to server it will be ignored.- Parameters:
errorCode- New value for the property.
-
setErrorMessage
public AlbControllerClusterRuntimeError.Builder setErrorMessage(java.lang.String errorMessage)
Advanced Load Balancer cluster runtime error msg. This property may be present in responses from the server, but if it is present in a request to server it will be ignored.- Parameters:
errorMessage- New value for the property.
-
build
public AlbControllerClusterRuntimeError build()
-
-