public class ModelDescriptor extends AbstractIdentifiable
Constructor and Description |
---|
ModelDescriptor(String id,
String name,
String type)
It is not intended or recommended that the consumer of this API construct these objects.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getName()
Gets the name of the model.
|
String |
getType()
Gets the standard type of the model.
|
int |
hashCode() |
String |
toString() |
getId, getTypeId
public ModelDescriptor(String id, String name, String type)
id
- The identifier of the model.name
- The name of the model.type
- The standard type of the model.public String getName()
public String getType()
public boolean equals(Object obj)
equals
in class AbstractIdentifiable
public int hashCode()
hashCode
in class AbstractIdentifiable
public String toString()
toString
in class AbstractIdentifiable
<i>Copyright (c) 2022, SAS Institute Inc., Cary, NC, USA</i>