com.linkedin.restli.restspec
Class ActionsSetSchema

java.lang.Object
  extended by com.linkedin.data.template.RecordTemplate
      extended by com.linkedin.restli.restspec.ActionsSetSchema
All Implemented Interfaces:
com.linkedin.data.template.DataTemplate<com.linkedin.data.DataMap>, java.lang.Cloneable

@Generated(value="com.linkedin.pegasus.generator.PegasusDataTemplateGenerator",
           comments="LinkedIn Data Template. Generated from /Users/jbetz/projects/pegasus_trunk/pegasus/restli-common/src/main/pegasus/com/linkedin/restli/restspec/ActionsSetSchema.pdsc.",
           date="Thu Oct 24 11:16:22 PDT 2013")
public class ActionsSetSchema
extends com.linkedin.data.template.RecordTemplate


Nested Class Summary
static class ActionsSetSchema.Fields
           
 
Constructor Summary
ActionsSetSchema()
           
ActionsSetSchema(com.linkedin.data.DataMap data)
           
 
Method Summary
 ActionsSetSchema clone()
           
 ActionsSetSchema copy()
           
static ActionsSetSchema.Fields fields()
           
 ActionSchemaArray getActions()
          Getter for actions
 ActionSchemaArray getActions(com.linkedin.data.template.GetMode mode)
          Getter for actions
 boolean hasActions()
          Existence checker for actions
 void removeActions()
          Remover for actions
 ActionsSetSchema setActions(ActionSchemaArray value)
          Setter for actions
 ActionsSetSchema setActions(ActionSchemaArray value, com.linkedin.data.template.SetMode mode)
          Setter for actions
 
Methods inherited from class com.linkedin.data.template.RecordTemplate
contains, data, equals, hashCode, obtainDirect, obtainWrapped, putDirect, putDirect, putDirect, putWrapped, putWrapped, remove, schema, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ActionsSetSchema

public ActionsSetSchema()

ActionsSetSchema

public ActionsSetSchema(com.linkedin.data.DataMap data)
Method Detail

fields

public static ActionsSetSchema.Fields fields()

hasActions

public boolean hasActions()
Existence checker for actions

See Also:
ActionsSetSchema.Fields.actions()

removeActions

public void removeActions()
Remover for actions

See Also:
ActionsSetSchema.Fields.actions()

getActions

public ActionSchemaArray getActions(com.linkedin.data.template.GetMode mode)
Getter for actions

See Also:
ActionsSetSchema.Fields.actions()

getActions

public ActionSchemaArray getActions()
Getter for actions

See Also:
ActionsSetSchema.Fields.actions()

setActions

public ActionsSetSchema setActions(ActionSchemaArray value,
                                   com.linkedin.data.template.SetMode mode)
Setter for actions

See Also:
ActionsSetSchema.Fields.actions()

setActions

public ActionsSetSchema setActions(ActionSchemaArray value)
Setter for actions

See Also:
ActionsSetSchema.Fields.actions()

clone

public ActionsSetSchema clone()
                       throws java.lang.CloneNotSupportedException
Specified by:
clone in interface com.linkedin.data.template.DataTemplate<com.linkedin.data.DataMap>
Overrides:
clone in class com.linkedin.data.template.RecordTemplate
Throws:
java.lang.CloneNotSupportedException

copy

public ActionsSetSchema copy()
                      throws java.lang.CloneNotSupportedException
Specified by:
copy in interface com.linkedin.data.template.DataTemplate<com.linkedin.data.DataMap>
Overrides:
copy in class com.linkedin.data.template.RecordTemplate
Throws:
java.lang.CloneNotSupportedException