public class Network extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Network.Quota |
| Constructor and Description |
|---|
Network() |
| Modifier and Type | Method and Description |
|---|---|
Date |
getCreatedAt() |
String |
getId() |
ArrayList<Network.Quota> |
getQuotas() |
String |
getSubscriptionLevel() |
boolean |
isEnabled() |
boolean |
isHomeNetwork() |
boolean |
isPaidNetwork() |
void |
setCreatedAt(Date createdAt)
Set the date time this network was created
|
void |
setHomeNetwork(boolean homeNetwork)
Is this the users home network?
|
void |
setId(String id)
Set this network's unique id
|
void |
setIsEnabled(boolean enabled)
Is this network active?
|
void |
setPaidNetwork(boolean paidNetwork)
Is this a paid network?
|
void |
setQuotas(ArrayList<Network.Quota> quotas)
Set Limits and usage of each quota.
|
void |
setSubscriptionLevel(String subscriptionLevel)
Set the type of subscription for this network.
|
public void setId(String id)
id - public void setIsEnabled(boolean enabled)
enabled - public void setHomeNetwork(boolean homeNetwork)
homeNetwork - public void setCreatedAt(Date createdAt)
createdAt - public void setQuotas(ArrayList<Network.Quota> quotas)
quotas - public void setPaidNetwork(boolean paidNetwork)
paidNetwork - public void setSubscriptionLevel(String subscriptionLevel)
subscriptionLevel - public String getId()
public boolean isHomeNetwork()
public boolean isEnabled()
public Date getCreatedAt()
public ArrayList<Network.Quota> getQuotas()
public boolean isPaidNetwork()
public String getSubscriptionLevel()
Copyright © 2015 Alfresco Software Inc.. All Rights Reserved.