Interface TestConductorProtocol.InjectFailureOrBuilder

    • Method Detail

      • hasFailure

        boolean hasFailure()
        required .FailType failure = 1;
        Returns:
        Whether the failure field is set.
      • hasDirection

        boolean hasDirection()
        optional .Direction direction = 2;
        Returns:
        Whether the direction field is set.
      • hasAddress

        boolean hasAddress()
        optional .Address address = 3;
        Returns:
        Whether the address field is set.
      • hasRateMBit

        boolean hasRateMBit()
        optional float rateMBit = 6;
        Returns:
        Whether the rateMBit field is set.
      • getRateMBit

        float getRateMBit()
        optional float rateMBit = 6;
        Returns:
        The rateMBit.
      • hasExitValue

        boolean hasExitValue()
        optional int32 exitValue = 7;
        Returns:
        Whether the exitValue field is set.
      • getExitValue

        int getExitValue()
        optional int32 exitValue = 7;
        Returns:
        The exitValue.