Class OperationResponseInner


  • public final class OperationResponseInner
    extends Object
    The OperationResponse model.
    • Constructor Detail

      • OperationResponseInner

        public OperationResponseInner()
    • Method Detail

      • name

        public String name()
        Get the name property: The name property.
        Returns:
        the name value.
      • withName

        public OperationResponseInner withName​(String name)
        Set the name property: The name property.
        Parameters:
        name - the name value to set.
        Returns:
        the OperationResponseInner object itself.
      • display

        public OperationDisplay display()
        Get the display property: The display property.
        Returns:
        the display value.
      • withDisplay

        public OperationResponseInner withDisplay​(OperationDisplay display)
        Set the display property: The display property.
        Parameters:
        display - the display value to set.
        Returns:
        the OperationResponseInner object itself.
      • origin

        public String origin()
        Get the origin property: The origin property.
        Returns:
        the origin value.
      • withOrigin

        public OperationResponseInner withOrigin​(String origin)
        Set the origin property: The origin property.
        Parameters:
        origin - the origin value to set.
        Returns:
        the OperationResponseInner object itself.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.