com.emc.cdp.services.rest.model
Class Token

java.lang.Object
  extended by com.emc.cdp.services.rest.model.Token

public class Token
extends Object

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

id

protected String id

tokenGroupId

protected String tokenGroupId

subscriptionId

protected String subscriptionId

subtenantId

protected String subtenantId

description

protected String description

enabled

protected Boolean enabled

sharedSecret

protected String sharedSecret
Constructor Detail

Token

public Token()
Method Detail

getId

public String getId()
Gets the value of the id property.

Returns:
possible object is String

setId

public void setId(String value)
Sets the value of the id property.

Parameters:
value - allowed object is String

getTokenGroupId

public String getTokenGroupId()
Gets the value of the tokenGroupId property.

Returns:
possible object is String

setTokenGroupId

public void setTokenGroupId(String value)
Sets the value of the tokenGroupId property.

Parameters:
value - allowed object is String

getSubscriptionId

public String getSubscriptionId()
Gets the value of the subscriptionId property.

Returns:
possible object is String

setSubscriptionId

public void setSubscriptionId(String value)
Sets the value of the subscriptionId property.

Parameters:
value - allowed object is String

getSubtenantId

public String getSubtenantId()
Gets the value of the subtenantId property.

Returns:
possible object is String

setSubtenantId

public void setSubtenantId(String value)
Sets the value of the subtenantId property.

Parameters:
value - allowed object is String

getDescription

public String getDescription()
Gets the value of the description property.

Returns:
possible object is String

setDescription

public void setDescription(String value)
Sets the value of the description property.

Parameters:
value - allowed object is String

isEnabled

public Boolean isEnabled()
Gets the value of the enabled property.

Returns:
possible object is Boolean

setEnabled

public void setEnabled(Boolean value)
Sets the value of the enabled property.

Parameters:
value - allowed object is Boolean

getSharedSecret

public String getSharedSecret()
Gets the value of the sharedSecret property.

Returns:
possible object is String

setSharedSecret

public void setSharedSecret(String value)
Sets the value of the sharedSecret property.

Parameters:
value - allowed object is String


Copyright © 2014. All Rights Reserved.