public class DsService extends Object
| Constructor and Description |
|---|
DsService() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAliasName() |
String |
getCategory() |
String |
getExt() |
String |
getId() |
String |
getName() |
Integer |
getServiceFormat() |
Integer |
getServiceType() |
String |
getUrl() |
void |
setAliasName(String aliasName) |
void |
setCategory(String category) |
void |
setExt(String ext) |
void |
setId(String id) |
void |
setName(String name) |
void |
setServiceFormat(Integer serviceFormat) |
void |
setServiceType(Integer serviceType) |
void |
setUrl(String url) |
public String getId()
public void setId(String id)
public String getName()
public void setName(String name)
public String getAliasName()
public void setAliasName(String aliasName)
public Integer getServiceType()
public void setServiceType(Integer serviceType)
public String getUrl()
public void setUrl(String url)
public Integer getServiceFormat()
public void setServiceFormat(Integer serviceFormat)
public String getExt()
public void setExt(String ext)
public String getCategory()
public void setCategory(String category)
Copyright © 2025. All rights reserved.