Package io.jenkins.plugins.oak9.model
Class ResultRef
- java.lang.Object
-
- io.jenkins.plugins.oak9.model.ResultRef
-
@Generated("jsonschema2pojo") public class ResultRef extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Object>
getAdditionalProperties()
String
getDocRefEntityKey()
String
getDocRefPrimaryKey()
String
getEntityType()
String
getRefType()
String
getS3RefKey()
void
setAdditionalProperty(String name, Object value)
void
setDocRefEntityKey(String docRefEntityKey)
void
setDocRefPrimaryKey(String docRefPrimaryKey)
void
setEntityType(String entityType)
void
setRefType(String refType)
void
setS3RefKey(String s3RefKey)
-
-
-
Method Detail
-
getEntityType
public String getEntityType()
-
setEntityType
public void setEntityType(String entityType)
-
getRefType
public String getRefType()
-
setRefType
public void setRefType(String refType)
-
getS3RefKey
public String getS3RefKey()
-
setS3RefKey
public void setS3RefKey(String s3RefKey)
-
getDocRefPrimaryKey
public String getDocRefPrimaryKey()
-
setDocRefPrimaryKey
public void setDocRefPrimaryKey(String docRefPrimaryKey)
-
getDocRefEntityKey
public String getDocRefEntityKey()
-
setDocRefEntityKey
public void setDocRefEntityKey(String docRefEntityKey)
-
-