|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.emc.cdp.services.rest.model.Token
public class Token
Java class for Token complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Token">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="id" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="tokenGroupId" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="subscriptionId" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="subtenantId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="enabled" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="sharedSecret" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
description
|
protected Boolean |
enabled
|
protected String |
id
|
protected String |
sharedSecret
|
protected String |
subscriptionId
|
protected String |
subtenantId
|
protected String |
tokenGroupId
|
| Constructor Summary | |
|---|---|
Token()
|
|
| Method Summary | |
|---|---|
String |
getDescription()
Gets the value of the description property. |
String |
getId()
Gets the value of the id property. |
String |
getSharedSecret()
Gets the value of the sharedSecret property. |
String |
getSubscriptionId()
Gets the value of the subscriptionId property. |
String |
getSubtenantId()
Gets the value of the subtenantId property. |
String |
getTokenGroupId()
Gets the value of the tokenGroupId property. |
Boolean |
isEnabled()
Gets the value of the enabled property. |
void |
setDescription(String value)
Sets the value of the description property. |
void |
setEnabled(Boolean value)
Sets the value of the enabled property. |
void |
setId(String value)
Sets the value of the id property. |
void |
setSharedSecret(String value)
Sets the value of the sharedSecret property. |
void |
setSubscriptionId(String value)
Sets the value of the subscriptionId property. |
void |
setSubtenantId(String value)
Sets the value of the subtenantId property. |
void |
setTokenGroupId(String value)
Sets the value of the tokenGroupId property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String id
protected String tokenGroupId
protected String subscriptionId
protected String subtenantId
protected String description
protected Boolean enabled
protected String sharedSecret
| Constructor Detail |
|---|
public Token()
| Method Detail |
|---|
public String getId()
Stringpublic void setId(String value)
value - allowed object is
Stringpublic String getTokenGroupId()
Stringpublic void setTokenGroupId(String value)
value - allowed object is
Stringpublic String getSubscriptionId()
Stringpublic void setSubscriptionId(String value)
value - allowed object is
Stringpublic String getSubtenantId()
Stringpublic void setSubtenantId(String value)
value - allowed object is
Stringpublic String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic Boolean isEnabled()
Booleanpublic void setEnabled(Boolean value)
value - allowed object is
Booleanpublic String getSharedSecret()
Stringpublic void setSharedSecret(String value)
value - allowed object is
String
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||