Interface RecommendationAction
-
public interface RecommendationActionAn immutable client-side representation of RecommendationAction.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IntegeractionId()Gets the actionId property: Recommendation action identifier.StringadvisorName()Gets the advisorName property: Advisor name.OffsetDateTimecreatedTime()Gets the createdTime property: Recommendation action creation time.Map<String,String>details()Gets the details property: Recommendation action details.OffsetDateTimeexpirationTime()Gets the expirationTime property: Recommendation action expiration time.Stringid()Gets the id property: Fully qualified resource Id for the resource.RecommendationActionInnerinnerModel()Gets the inner com.azure.resourcemanager.mysql.fluent.models.RecommendationActionInner object.Stringname()Gets the name property: The name of the resource.Stringreason()Gets the reason property: Recommendation action reason.StringrecommendationType()Gets the recommendationType property: Recommendation action type.StringsessionId()Gets the sessionId property: Recommendation action session identifier.Stringtype()Gets the type property: The type of the resource.
-
-
-
Method Detail
-
id
String id()
Gets the id property: Fully qualified resource Id for the resource.- Returns:
- the id value.
-
name
String name()
Gets the name property: The name of the resource.- Returns:
- the name value.
-
type
String type()
Gets the type property: The type of the resource.- Returns:
- the type value.
-
advisorName
String advisorName()
Gets the advisorName property: Advisor name.- Returns:
- the advisorName value.
-
sessionId
String sessionId()
Gets the sessionId property: Recommendation action session identifier.- Returns:
- the sessionId value.
-
actionId
Integer actionId()
Gets the actionId property: Recommendation action identifier.- Returns:
- the actionId value.
-
createdTime
OffsetDateTime createdTime()
Gets the createdTime property: Recommendation action creation time.- Returns:
- the createdTime value.
-
expirationTime
OffsetDateTime expirationTime()
Gets the expirationTime property: Recommendation action expiration time.- Returns:
- the expirationTime value.
-
reason
String reason()
Gets the reason property: Recommendation action reason.- Returns:
- the reason value.
-
recommendationType
String recommendationType()
Gets the recommendationType property: Recommendation action type.- Returns:
- the recommendationType value.
-
details
Map<String,String> details()
Gets the details property: Recommendation action details.- Returns:
- the details value.
-
innerModel
RecommendationActionInner innerModel()
Gets the inner com.azure.resourcemanager.mysql.fluent.models.RecommendationActionInner object.- Returns:
- the inner object.
-
-