Package io.prismacloud.iac.commons.model
Class IacMatchedPoliciesSummary
- java.lang.Object
-
- io.prismacloud.iac.commons.model.IacMatchedPoliciesSummary
-
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen", date="2021-01-26T11:29:52.304914+05:30[Asia/Kolkata]") public class IacMatchedPoliciesSummary extends Object
IacMatchedPoliciesSummary
-
-
Constructor Summary
Constructors Constructor Description IacMatchedPoliciesSummary()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
Long
getHigh()
Number of high severity policies matchedLong
getLow()
Number of low severity policies matchedLong
getMedium()
Number of medium severity policies matchedint
hashCode()
IacMatchedPoliciesSummary
high(Long high)
IacMatchedPoliciesSummary
low(Long low)
IacMatchedPoliciesSummary
medium(Long medium)
void
setHigh(Long high)
void
setLow(Long low)
void
setMedium(Long medium)
String
toString()
-
-
-
Method Detail
-
high
public IacMatchedPoliciesSummary high(Long high)
-
getHigh
public Long getHigh()
Number of high severity policies matched- Returns:
- high
-
setHigh
public void setHigh(Long high)
-
medium
public IacMatchedPoliciesSummary medium(Long medium)
-
getMedium
public Long getMedium()
Number of medium severity policies matched- Returns:
- medium
-
setMedium
public void setMedium(Long medium)
-
low
public IacMatchedPoliciesSummary low(Long low)
-
getLow
public Long getLow()
Number of low severity policies matched- Returns:
- low
-
setLow
public void setLow(Long low)
-
-