public class DigitalService extends DigitalServiceElementHeader
| Constructor and Description |
|---|
DigitalService()
Default constructor
|
DigitalService(DigitalService template)
Copy/clone constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object objectToCompare)
Return comparison result based on the content of the properties.
|
String |
getDescription()
Return the description for this asset.
|
String |
getDisplayName()
Return the display name for this asset (normally a shortened for of the qualified name).
|
String |
getVersion()
Return the version number for this Asset's type.
|
int |
hashCode()
Return hash code for this object
|
void |
setDescription(String description)
Set up the description for this asset.
|
void |
setDisplayName(String displayName)
Set up the display name for this asset (normally a shortened for of the qualified name).
|
void |
setVersion(String version)
Set up the version number for this Asset's type.
|
String |
toString()
JSON-style toString
|
public DigitalService()
public DigitalService(DigitalService template)
template - object to copypublic String getVersion()
public void setVersion(String version)
version - Stringpublic String getDisplayName()
public void setDisplayName(String displayName)
displayName - string namepublic String getDescription()
public void setDescription(String description)
description - stringpublic boolean equals(Object objectToCompare)
Copyright © 2018–2020 ODPi. All rights reserved.