public class Namespace extends Object
Representation of the namespace
| Modifier and Type | Field and Description |
|---|---|
Object |
contact
The contact information which will be handed off to the notification serviceSee http://schemas.taskcluster.net/pulse/v1/namespace.json#/properties/contact
|
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
The namespace’s nameSee http://schemas.taskcluster.net/pulse/v1/namespace.json#/properties/namespace
|
| Constructor and Description |
|---|
Namespace() |
public Object contact
The contact information which will be handed off to the notification service
See http://schemas.taskcluster.net/pulse/v1/namespace.json#/properties/contact
public Date created
Date-time at which this namespace was first claimed.
See http://schemas.taskcluster.net/pulse/v1/namespace.json#/properties/created
public Date expires
Date-time after which the username, and all associated queues and exchanges, should be deleted.
See http://schemas.taskcluster.net/pulse/v1/namespace.json#/properties/expires
public String namespace
The namespace’s name
See http://schemas.taskcluster.net/pulse/v1/namespace.json#/properties/namespace
Copyright © 2014–2017 Mozilla. All rights reserved.