Responsibility Class
- java.
lang. Object - com.
azure. resourcemanager. appcomplianceautomation. models. Responsibility
- com.
Implements
public final class Responsibility
implements JsonSerializable<Responsibility>
A class represent the customer responsibility.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| List<String> |
evidenceFiles()
Get the evidence |
| Integer |
failedResourceCount()
Get the failed |
| static Responsibility |
fromJson(JsonReader jsonReader)
Reads an instance of Responsibility from the Json |
| String |
guidance()
Get the guidance property: The evidence upload guidance description. |
| String |
justification()
Get the justification property: The justification given by the user to clarify the reason. |
| List<Recommendation> |
recommendationList()
Get the recommendation |
|
List<Responsibility |
resourceList()
Get the resource |
| String |
responsibilityDescription()
Get the responsibility |
|
Responsibility |
responsibilityEnvironment()
Get the responsibility |
| String |
responsibilityId()
Get the responsibility |
|
Responsibility |
responsibilitySeverity()
Get the responsibility |
|
Responsibility |
responsibilityStatus()
Get the responsibility |
| String |
responsibilityTitle()
Get the responsibility |
|
Responsibility |
responsibilityType()
Get the responsibility |
|
Json |
toJson(JsonWriter jsonWriter) |
| Integer |
totalResourceCount()
Get the total |
Methods inherited from java.lang.Object
Method Details
evidenceFiles
public List<String> evidenceFiles()
Get the evidenceFiles property: List of evidence file url.
Returns:
failedResourceCount
public Integer failedResourceCount()
Get the failedResourceCount property: The count of all failed resources.
Returns:
fromJson
public static Responsibility fromJson(JsonReader jsonReader)
Reads an instance of Responsibility from the JsonReader.
Parameters:
Returns:
Throws:
guidance
public String guidance()
Get the guidance property: The evidence upload guidance description.
Returns:
justification
public String justification()
Get the justification property: The justification given by the user to clarify the reason.
Returns:
recommendationList
public List<Recommendation> recommendationList()
Get the recommendationList property: List of recommendation.
Returns:
resourceList
public List<ResponsibilityResource> resourceList()
Get the resourceList property: List of resource.
Returns:
responsibilityDescription
public String responsibilityDescription()
Get the responsibilityDescription property: The description of the customer responsibility.
Returns:
responsibilityEnvironment
public ResponsibilityEnvironment responsibilityEnvironment()
Get the responsibilityEnvironment property: The supported cloud environment of this customer responsibility.
Returns:
responsibilityId
public String responsibilityId()
Get the responsibilityId property: The id of the customer responsibility.
Returns:
responsibilitySeverity
public ResponsibilitySeverity responsibilitySeverity()
Get the responsibilitySeverity property: The severity level of this customer responsibility.
Returns:
responsibilityStatus
public ResponsibilityStatus responsibilityStatus()
Get the responsibilityStatus property: The status of this customer responsibility.
Returns:
responsibilityTitle
public String responsibilityTitle()
Get the responsibilityTitle property: The title of the customer responsibility.
Returns:
responsibilityType
public ResponsibilityType responsibilityType()
Get the responsibilityType property: The type of customer responsibility.
Returns:
toJson
totalResourceCount
public Integer totalResourceCount()
Get the totalResourceCount property: The count of all resources.
Returns: