Class LinkObject
- java.lang.Object
-
- io.jenkins.plugins.servicenow.api.model.JsonResponseObject
-
- io.jenkins.plugins.servicenow.api.model.LinkObject
-
- All Implemented Interfaces:
JsonData
public class LinkObject extends JsonResponseObject
-
-
Constructor Summary
Constructors Constructor Description LinkObject()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getId()
String
getUrl()
void
setId(String id)
void
setUrl(String url)
String
toString()
-
Methods inherited from class io.jenkins.plugins.servicenow.api.model.JsonResponseObject
addUnboundAttribute, getUnboundAttributes
-
-