Class AppServicePlanEventTypeDetail
java.lang.Object
com.azure.messaging.eventgrid.systemevents.AppServicePlanEventTypeDetail
Detail of action on the app service plan.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of AppServicePlanEventTypeDetail class. -
Method Summary
Modifier and TypeMethodDescriptionGet the action property: Type of action on the app service plan.Get the stampKind property: Kind of environment where app service plan is.Get the status property: Asynchronous operation status of the operation on the app service plan.setAction(AppServicePlanAction action) Set the action property: Type of action on the app service plan.setStampKind(StampKind stampKind) Set the stampKind property: Kind of environment where app service plan is.setStatus(AsyncStatus status) Set the status property: Asynchronous operation status of the operation on the app service plan.
-
Constructor Details
-
AppServicePlanEventTypeDetail
public AppServicePlanEventTypeDetail()Creates an instance of AppServicePlanEventTypeDetail class.
-
-
Method Details
-
getStampKind
Get the stampKind property: Kind of environment where app service plan is.- Returns:
- the stampKind value.
-
setStampKind
Set the stampKind property: Kind of environment where app service plan is.- Parameters:
stampKind- the stampKind value to set.- Returns:
- the AppServicePlanEventTypeDetail object itself.
-
getAction
Get the action property: Type of action on the app service plan.- Returns:
- the action value.
-
setAction
Set the action property: Type of action on the app service plan.- Parameters:
action- the action value to set.- Returns:
- the AppServicePlanEventTypeDetail object itself.
-
getStatus
Get the status property: Asynchronous operation status of the operation on the app service plan.- Returns:
- the status value.
-
setStatus
Set the status property: Asynchronous operation status of the operation on the app service plan.- Parameters:
status- the status value to set.- Returns:
- the AppServicePlanEventTypeDetail object itself.
-