public class DecoderType extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
name |
protected DecoderTypeType |
type |
protected String |
typeIds |
| Constructor and Description |
|---|
DecoderType() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
String |
getName()
Gets the value of the name property.
|
DecoderTypeType |
getType()
Gets the value of the type property.
|
String |
getTypeIds()
Gets the value of the typeIds property.
|
int |
hashCode() |
void |
setName(String value)
Sets the value of the name property.
|
void |
setType(DecoderTypeType value)
Sets the value of the type property.
|
void |
setTypeIds(String value)
Sets the value of the typeIds property.
|
String |
toString() |
DecoderType |
withName(String value) |
DecoderType |
withType(DecoderTypeType value) |
DecoderType |
withTypeIds(String value) |
protected String name
protected String typeIds
protected DecoderTypeType type
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getTypeIds()
Stringpublic void setTypeIds(String value)
value - allowed object is
Stringpublic DecoderTypeType getType()
DecoderTypeTypepublic void setType(DecoderTypeType value)
value - allowed object is
DecoderTypeTypepublic DecoderType withName(String value)
public DecoderType withTypeIds(String value)
public DecoderType withType(DecoderTypeType value)
Copyright © 2024. All rights reserved.