Class BatchErrorDetail


  • public class BatchErrorDetail
    extends Object
    An item of additional information included in an Azure Batch error response.
    • Constructor Detail

      • BatchErrorDetail

        public BatchErrorDetail()
    • Method Detail

      • key

        public String key()
        Get the key value.
        Returns:
        the key value
      • withKey

        public BatchErrorDetail withKey​(String key)
        Set the key value.
        Parameters:
        key - the key value to set
        Returns:
        the BatchErrorDetail object itself.
      • value

        public String value()
        Get the value value.
        Returns:
        the value value
      • withValue

        public BatchErrorDetail withValue​(String value)
        Set the value value.
        Parameters:
        value - the value value to set
        Returns:
        the BatchErrorDetail object itself.