Package | Description |
---|---|
com.vmware.appliance.vcenter.settings.v1 |
The
com.vmware.appliance.vcenter.settings.v1 package provides interfaces
to manage the ConfigManagement. |
Modifier and Type | Method and Description |
---|---|
static Notification |
Notification._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 Notification |
Notification._newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
Notification |
Notification.Builder.build() |
Modifier and Type | Method and Description |
---|---|
java.util.List<Notification> |
Notifications.getErrors()
Error notification messages reported.
|
java.util.List<Notification> |
Notifications.getInfo()
Info notification messages reported.
|
java.util.List<Notification> |
Notifications.getWarnings()
Warning notification messages reported.
|
Modifier and Type | Method and Description |
---|---|
void |
Notifications.setErrors(java.util.List<Notification> errors)
Error notification messages reported.
|
Notifications.Builder |
Notifications.Builder.setErrors(java.util.List<Notification> errors)
Error notification messages reported.
|
void |
Notifications.setInfo(java.util.List<Notification> info)
Info notification messages reported.
|
Notifications.Builder |
Notifications.Builder.setInfo(java.util.List<Notification> info)
Info notification messages reported.
|
void |
Notifications.setWarnings(java.util.List<Notification> warnings)
Warning notification messages reported.
|
Notifications.Builder |
Notifications.Builder.setWarnings(java.util.List<Notification> warnings)
Warning notification messages reported.
|