public class Content extends Object
| Constructor and Description |
|---|
Content() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getAdditionalProperties() |
Integer |
getCalls() |
List<Content> |
getContents() |
String |
getLink() |
Integer |
getScore() |
String |
getSignature() |
SrcLoc |
getSrcLoc() |
Integer |
getSyscalls() |
String |
getType() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setCalls(Integer calls) |
void |
setContents(List<Content> contents) |
void |
setLink(String link) |
void |
setScore(Integer score) |
void |
setSignature(String signature) |
void |
setSrcLoc(SrcLoc srcLoc) |
void |
setSyscalls(Integer syscalls) |
void |
setType(String type) |
public String getType()
public void setType(String type)
public String getLink()
public void setLink(String link)
public String getSignature()
public void setSignature(String signature)
public SrcLoc getSrcLoc()
public void setSrcLoc(SrcLoc srcLoc)
public Integer getSyscalls()
public void setSyscalls(Integer syscalls)
public Integer getCalls()
public void setCalls(Integer calls)
public Integer getScore()
public void setScore(Integer score)
Copyright © 2018. All rights reserved.