public final class CreateOrderResponse extends Object
Constructor and Description |
---|
CreateOrderResponse(Long orderId,
LicenseUserPassword[] newPasswords) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
LicenseUserPassword[] |
getNewPasswords()
Array of LicenseUserPassword objects that each have an email and a new password.
|
Long |
getOrderId()
Id of the order which is automatically generated on the server.
|
int |
hashCode() |
String |
toString() |
public CreateOrderResponse(Long orderId, LicenseUserPassword[] newPasswords)
public Long getOrderId()
public LicenseUserPassword[] getNewPasswords()
Copyright © 2023 Cense Data Inc.. All rights reserved.