public class ListNamespacesResponse.Namespace extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
contact
E-mail address that will reach people who can address problems with runaway queue length.
|
Date |
created
Date-time at which this namespace was first claimed.
|
Date |
expires
Date-time after which the username, and all associated queues and exchanges, should be deleted.
|
String |
namespace
|
| Constructor and Description |
|---|
Namespace() |
public String contact
E-mail address that will reach people who can address problems with runaway queue length. The service will send warning notifications to this address before forcibly deleting the queue. If omitted, no warnings will be given.
public Date created
Date-time at which this namespace was first claimed.
public Date expires
Date-time after which the username, and all associated queues and exchanges, should be deleted.
public String namespace
Copyright © 2014–2017 Mozilla. All rights reserved.