Package ca.uhn.fhir.util
Class UrlUtil.UrlParts
- java.lang.Object
-
- ca.uhn.fhir.util.UrlUtil.UrlParts
-
- Enclosing class:
- UrlUtil
public static class UrlUtil.UrlParts extends Object
-
-
Constructor Summary
Constructors Constructor Description UrlParts()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetParams()StringgetResourceId()StringgetResourceType()StringgetVersionId()voidsetParams(String theParams)voidsetResourceId(String theResourceId)voidsetResourceType(String theResourceType)voidsetVersionId(String theVersionId)
-
-
-
Constructor Detail
-
UrlParts
public UrlParts()
-
-
Method Detail
-
getResourceId
public String getResourceId()
-
setResourceId
public void setResourceId(String theResourceId)
-
getResourceType
public String getResourceType()
-
setResourceType
public void setResourceType(String theResourceType)
-
getVersionId
public String getVersionId()
-
setVersionId
public void setVersionId(String theVersionId)
-
-