Package io.prismacloud.iac.commons.model
Class JsonApiModelScanTableDataRelationshipsScanResultLinks
- java.lang.Object
-
- io.prismacloud.iac.commons.model.JsonApiModelScanTableDataRelationshipsScanResultLinks
-
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen", date="2021-01-26T11:29:52.304914+05:30[Asia/Kolkata]") public class JsonApiModelScanTableDataRelationshipsScanResultLinks extends Object
Links related to the scan
-
-
Constructor Summary
Constructors Constructor Description JsonApiModelScanTableDataRelationshipsScanResultLinks()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetRelated()URL to the detailed scan result objectinthashCode()JsonApiModelScanTableDataRelationshipsScanResultLinksrelated(String related)voidsetRelated(String related)StringtoString()
-
-
-
Method Detail
-
related
public JsonApiModelScanTableDataRelationshipsScanResultLinks related(String related)
-
getRelated
public String getRelated()
URL to the detailed scan result object- Returns:
- related
-
setRelated
public void setRelated(String related)
-
-