Package com.vmware.nsx_policy.model
Class DirectoryLdapServerStatus.Builder
- java.lang.Object
-
- com.vmware.nsx_policy.model.DirectoryLdapServerStatus.Builder
-
- Enclosing class:
- DirectoryLdapServerStatus
public static final class DirectoryLdapServerStatus.Builder extends java.lang.Object
Builder class forDirectoryLdapServerStatus
.
-
-
Constructor Summary
Constructors Constructor Description Builder()
Constructor with parameters for the required properties ofDirectoryLdapServerStatus
.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DirectoryLdapServerStatus
build()
DirectoryLdapServerStatus.Builder
setErrorId(java.lang.Long errorId)
Error ID of the directory LDAP server status maintained by the NSX directory service.DirectoryLdapServerStatus.Builder
setErrorMessage(java.lang.String errorMessage)
Error message of the directory LDAP server status maintained by the NSX directory service.
-
-
-
Constructor Detail
-
Builder
public Builder()
Constructor with parameters for the required properties ofDirectoryLdapServerStatus
.
-
-
Method Detail
-
setErrorId
public DirectoryLdapServerStatus.Builder setErrorId(java.lang.Long errorId)
Error ID of the directory LDAP server status maintained by the NSX directory service. format: int64- Parameters:
errorId
- New value for the property.
-
setErrorMessage
public DirectoryLdapServerStatus.Builder setErrorMessage(java.lang.String errorMessage)
Error message of the directory LDAP server status maintained by the NSX directory service.- Parameters:
errorMessage
- New value for the property.
-
build
public DirectoryLdapServerStatus build()
-
-