Class ListMaintenanceEventsRequest


  • @Generated(value="OracleSDKGenerator",
               comments="API Version: 20190415")
    public class ListMaintenanceEventsRequest
    extends BmcRequest<Void>

    Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.80.2/mysql/ListMaintenanceEventsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListMaintenanceEventsRequest.

    • Constructor Detail

      • ListMaintenanceEventsRequest

        public ListMaintenanceEventsRequest()
    • Method Detail

      • getDbSystemId

        public String getDbSystemId()
        The DB System OCID.
      • getOpcRequestId

        public String getOpcRequestId()
        Customer-defined unique identifier for the request.

        If you need to contact Oracle about a specific request, please provide the request ID that you supplied in this header with the request.

      • getMysqlVersionBeforeMaintenance

        public String getMysqlVersionBeforeMaintenance()
        The MySQL version before the maintenance event.
      • getMysqlVersionAfterMaintenance

        public String getMysqlVersionAfterMaintenance()
        The MySQL version after the maintenance event.
      • getMaintenanceType

        public MaintenanceType getMaintenanceType()
        How the maintenance event was triggered.
      • getMaintenanceAction

        public MaintenanceAction getMaintenanceAction()
        The nature of the maintenance event.
      • getLimit

        public Integer getLimit()
        The maximum number of items to return in a paginated list call.

        For information about pagination, see List Pagination.

      • getPage

        public String getPage()
        The value of the opc-next-page or opc-prev-page response header from the previous list call.

        For information about pagination, see List Pagination.

      • equals

        public boolean equals​(Object o)
        Description copied from class: BmcRequest
        Uses getInvocationCallback and getRetryConfiguration to determine if passed request is equal to ‘this’.
        Overrides:
        equals in class BmcRequest<Void>
      • hashCode

        public int hashCode()
        Description copied from class: BmcRequest
        Uses getInvocationCallback and getRetryConfiguration to generate a hash.
        Overrides:
        hashCode in class BmcRequest<Void>