public class SlowRequestsBasedTrigger extends Object
| Constructor and Description |
|---|
SlowRequestsBasedTrigger() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
count()
Get the count value.
|
String |
timeInterval()
Get the timeInterval value.
|
String |
timeTaken()
Get the timeTaken value.
|
SlowRequestsBasedTrigger |
withCount(Integer count)
Set the count value.
|
SlowRequestsBasedTrigger |
withTimeInterval(String timeInterval)
Set the timeInterval value.
|
SlowRequestsBasedTrigger |
withTimeTaken(String timeTaken)
Set the timeTaken value.
|
public String timeTaken()
public SlowRequestsBasedTrigger withTimeTaken(String timeTaken)
timeTaken - the timeTaken value to setpublic Integer count()
public SlowRequestsBasedTrigger withCount(Integer count)
count - the count value to setpublic String timeInterval()
public SlowRequestsBasedTrigger withTimeInterval(String timeInterval)
timeInterval - the timeInterval value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/