public class PathAndExternalIdJson extends BaseJson
Constructor and Description |
---|
PathAndExternalIdJson() |
Modifier and Type | Method and Description |
---|---|
DeviceType |
getDeviceType()
Device type
|
ExternalRepositoryIdRequestJson |
getExternalRepositoryIdentifier()
External repository identifier
|
String |
getPath()
Path
|
void |
setDeviceType(DeviceType deviceType)
Device type
|
void |
setExternalRepositoryIdentifier(ExternalRepositoryIdRequestJson externalRepositoryIdentifier)
External repository identifier
|
void |
setPath(String path)
Path
|
getObjType, setObjType, toString
public DeviceType getDeviceType()
public void setDeviceType(DeviceType deviceType)
deviceType
- Device typepublic String getPath()
public void setPath(String path)
path
- Pathpublic ExternalRepositoryIdRequestJson getExternalRepositoryIdentifier()
public void setExternalRepositoryIdentifier(ExternalRepositoryIdRequestJson externalRepositoryIdentifier)
externalRepositoryIdentifier
- External repository identifierCopyright © 2019. All rights reserved.