All Downloads are FREE. Search and download functionalities are using the official Maven repository.

target.apidocs.com.google.api.services.directory.model.FailureInfo.html Maven / Gradle / Ivy

There is a newer version: directory_v1-rev20240709-2.0.0
Show newest version






FailureInfo (Admin SDK API directory_v1-rev20220606-1.32.1)












com.google.api.services.directory.model

Class FailureInfo

    • Constructor Detail

      • FailureInfo

        public FailureInfo()
    • Method Detail

      • getErrorCode

        public String getErrorCode()
        Canonical code for why the update failed to apply.
        Returns:
        value or null for none
      • setErrorCode

        public FailureInfo setErrorCode(String errorCode)
        Canonical code for why the update failed to apply.
        Parameters:
        errorCode - errorCode or null for none
      • getErrorMessage

        public String getErrorMessage()
        Failure reason message.
        Returns:
        value or null for none
      • setErrorMessage

        public FailureInfo setErrorMessage(String errorMessage)
        Failure reason message.
        Parameters:
        errorMessage - errorMessage or null for none
      • getPrinter

        public Printer getPrinter()
        Failed printer.
        Returns:
        value or null for none
      • setPrinter

        public FailureInfo setPrinter(Printer printer)
        Failed printer.
        Parameters:
        printer - printer or null for none
      • getPrinterId

        public String getPrinterId()
        Id of a failed printer.
        Returns:
        value or null for none
      • setPrinterId

        public FailureInfo setPrinterId(String printerId)
        Id of a failed printer.
        Parameters:
        printerId - printerId or null for none

Copyright © 2011–2022 Google. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy