public class TransferCartToken extends Object implements Serializable
Constructor and Description |
---|
TransferCartToken() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getAuthor()
The username of the author associated with the transfer cart token.
|
String |
getCartId()
The ID of the cart the token is authorized to transfer.
|
Instant |
getExpirationTime()
The expiration time of the transfer cart token in UTC.
|
String |
getToken()
The token string that is used to authorize that a request has access to transfer the given
cart.
|
int |
hashCode() |
void |
setAuthor(String author)
The username of the author associated with the transfer cart token.
|
void |
setCartId(String cartId)
The ID of the cart the token is authorized to transfer.
|
void |
setExpirationTime(Instant expirationTime)
The expiration time of the transfer cart token in UTC.
|
void |
setToken(String token)
The token string that is used to authorize that a request has access to transfer the given
cart.
|
String |
toString() |
public String getToken()
public Instant getExpirationTime()
public String getAuthor()
public String getCartId()
public void setToken(String token)
public void setExpirationTime(Instant expirationTime)
public void setAuthor(String author)
public void setCartId(String cartId)
protected boolean canEqual(Object other)
Copyright © 2021. All rights reserved.