public class PrefixListId
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
The ID of the prefix.
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
prefixListId
The ID of the prefix.
|
Constructor and Description |
---|
PrefixListId() |
Modifier and Type | Method and Description |
---|---|
PrefixListId |
clone() |
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getPrefixListId()
The ID of the prefix.
|
int |
hashCode() |
void |
setPrefixListId(java.lang.String prefixListId)
The ID of the prefix.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
PrefixListId |
withPrefixListId(java.lang.String prefixListId)
The ID of the prefix.
|
public void setPrefixListId(java.lang.String prefixListId)
The ID of the prefix.
prefixListId
- The ID of the prefix.public java.lang.String getPrefixListId()
The ID of the prefix.
public PrefixListId withPrefixListId(java.lang.String prefixListId)
The ID of the prefix.
prefixListId
- The ID of the prefix.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public PrefixListId clone()
clone
in class java.lang.Object