Class PollingLocationResponse.Output
- java.lang.Object
-
- com.ibm.fhir.operation.bulkdata.model.PollingLocationResponse.Output
-
- Enclosing class:
- PollingLocationResponse
public static class PollingLocationResponse.Output extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
PollingLocationResponse.Output.Writer
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getCount()
String
getInputUrl()
String
getType()
String
getUrl()
void
setCount(String count)
void
setInputUrl(String inputUrl)
void
setType(String type)
void
setUrl(String url)
String
toString()
-
-
-
Method Detail
-
getType
public String getType()
-
setType
public void setType(String type)
-
getUrl
public String getUrl()
-
setUrl
public void setUrl(String url)
-
getCount
public String getCount()
-
setCount
public void setCount(String count)
-
getInputUrl
public String getInputUrl()
-
setInputUrl
public void setInputUrl(String inputUrl)
-
-