|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.linkedin.data.template.RecordTemplate
com.linkedin.restli.restspec.ActionSchema
@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/ActionSchema.pdsc.",
date="Thu Oct 24 11:16:22 PDT 2013")
public class ActionSchema
| Nested Class Summary | |
|---|---|
static class |
ActionSchema.Fields
|
| Constructor Summary | |
|---|---|
ActionSchema()
|
|
ActionSchema(com.linkedin.data.DataMap data)
|
|
| Method Summary | |
|---|---|
ActionSchema |
clone()
|
ActionSchema |
copy()
|
static ActionSchema.Fields |
fields()
|
CustomAnnotationContentSchemaMap |
getAnnotations()
Getter for annotations |
CustomAnnotationContentSchemaMap |
getAnnotations(com.linkedin.data.template.GetMode mode)
Getter for annotations |
java.lang.String |
getDoc()
Getter for doc |
java.lang.String |
getDoc(com.linkedin.data.template.GetMode mode)
Getter for doc |
java.lang.String |
getName()
Getter for name |
java.lang.String |
getName(com.linkedin.data.template.GetMode mode)
Getter for name |
ParameterSchemaArray |
getParameters()
Getter for parameters |
ParameterSchemaArray |
getParameters(com.linkedin.data.template.GetMode mode)
Getter for parameters |
java.lang.String |
getReturns()
Getter for returns |
java.lang.String |
getReturns(com.linkedin.data.template.GetMode mode)
Getter for returns |
com.linkedin.data.template.StringArray |
getThrows()
Getter for throws |
com.linkedin.data.template.StringArray |
getThrows(com.linkedin.data.template.GetMode mode)
Getter for throws |
boolean |
hasAnnotations()
Existence checker for annotations |
boolean |
hasDoc()
Existence checker for doc |
boolean |
hasName()
Existence checker for name |
boolean |
hasParameters()
Existence checker for parameters |
boolean |
hasReturns()
Existence checker for returns |
boolean |
hasThrows()
Existence checker for throws |
void |
removeAnnotations()
Remover for annotations |
void |
removeDoc()
Remover for doc |
void |
removeName()
Remover for name |
void |
removeParameters()
Remover for parameters |
void |
removeReturns()
Remover for returns |
void |
removeThrows()
Remover for throws |
ActionSchema |
setAnnotations(CustomAnnotationContentSchemaMap value)
Setter for annotations |
ActionSchema |
setAnnotations(CustomAnnotationContentSchemaMap value,
com.linkedin.data.template.SetMode mode)
Setter for annotations |
ActionSchema |
setDoc(java.lang.String value)
Setter for doc |
ActionSchema |
setDoc(java.lang.String value,
com.linkedin.data.template.SetMode mode)
Setter for doc |
ActionSchema |
setName(java.lang.String value)
Setter for name |
ActionSchema |
setName(java.lang.String value,
com.linkedin.data.template.SetMode mode)
Setter for name |
ActionSchema |
setParameters(ParameterSchemaArray value)
Setter for parameters |
ActionSchema |
setParameters(ParameterSchemaArray value,
com.linkedin.data.template.SetMode mode)
Setter for parameters |
ActionSchema |
setReturns(java.lang.String value)
Setter for returns |
ActionSchema |
setReturns(java.lang.String value,
com.linkedin.data.template.SetMode mode)
Setter for returns |
ActionSchema |
setThrows(com.linkedin.data.template.StringArray value)
Setter for throws |
ActionSchema |
setThrows(com.linkedin.data.template.StringArray value,
com.linkedin.data.template.SetMode mode)
Setter for throws |
| 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 |
|---|
public ActionSchema()
public ActionSchema(com.linkedin.data.DataMap data)
| Method Detail |
|---|
public static ActionSchema.Fields fields()
public boolean hasAnnotations()
ActionSchema.Fields.annotations()public void removeAnnotations()
ActionSchema.Fields.annotations()public CustomAnnotationContentSchemaMap getAnnotations(com.linkedin.data.template.GetMode mode)
ActionSchema.Fields.annotations()public CustomAnnotationContentSchemaMap getAnnotations()
ActionSchema.Fields.annotations()
public ActionSchema setAnnotations(CustomAnnotationContentSchemaMap value,
com.linkedin.data.template.SetMode mode)
ActionSchema.Fields.annotations()public ActionSchema setAnnotations(CustomAnnotationContentSchemaMap value)
ActionSchema.Fields.annotations()public boolean hasName()
ActionSchema.Fields.name()public void removeName()
ActionSchema.Fields.name()public java.lang.String getName(com.linkedin.data.template.GetMode mode)
ActionSchema.Fields.name()public java.lang.String getName()
ActionSchema.Fields.name()
public ActionSchema setName(java.lang.String value,
com.linkedin.data.template.SetMode mode)
ActionSchema.Fields.name()public ActionSchema setName(java.lang.String value)
ActionSchema.Fields.name()public boolean hasDoc()
ActionSchema.Fields.doc()public void removeDoc()
ActionSchema.Fields.doc()public java.lang.String getDoc(com.linkedin.data.template.GetMode mode)
ActionSchema.Fields.doc()public java.lang.String getDoc()
ActionSchema.Fields.doc()
public ActionSchema setDoc(java.lang.String value,
com.linkedin.data.template.SetMode mode)
ActionSchema.Fields.doc()public ActionSchema setDoc(java.lang.String value)
ActionSchema.Fields.doc()public boolean hasParameters()
ActionSchema.Fields.parameters()public void removeParameters()
ActionSchema.Fields.parameters()public ParameterSchemaArray getParameters(com.linkedin.data.template.GetMode mode)
ActionSchema.Fields.parameters()public ParameterSchemaArray getParameters()
ActionSchema.Fields.parameters()
public ActionSchema setParameters(ParameterSchemaArray value,
com.linkedin.data.template.SetMode mode)
ActionSchema.Fields.parameters()public ActionSchema setParameters(ParameterSchemaArray value)
ActionSchema.Fields.parameters()public boolean hasReturns()
ActionSchema.Fields.returns()public void removeReturns()
ActionSchema.Fields.returns()public java.lang.String getReturns(com.linkedin.data.template.GetMode mode)
ActionSchema.Fields.returns()public java.lang.String getReturns()
ActionSchema.Fields.returns()
public ActionSchema setReturns(java.lang.String value,
com.linkedin.data.template.SetMode mode)
ActionSchema.Fields.returns()public ActionSchema setReturns(java.lang.String value)
ActionSchema.Fields.returns()public boolean hasThrows()
ActionSchema.Fields.throws_()public void removeThrows()
ActionSchema.Fields.throws_()public com.linkedin.data.template.StringArray getThrows(com.linkedin.data.template.GetMode mode)
ActionSchema.Fields.throws_()public com.linkedin.data.template.StringArray getThrows()
ActionSchema.Fields.throws_()
public ActionSchema setThrows(com.linkedin.data.template.StringArray value,
com.linkedin.data.template.SetMode mode)
ActionSchema.Fields.throws_()public ActionSchema setThrows(com.linkedin.data.template.StringArray value)
ActionSchema.Fields.throws_()
public ActionSchema clone()
throws java.lang.CloneNotSupportedException
clone in interface com.linkedin.data.template.DataTemplate<com.linkedin.data.DataMap>clone in class com.linkedin.data.template.RecordTemplatejava.lang.CloneNotSupportedException
public ActionSchema copy()
throws java.lang.CloneNotSupportedException
copy in interface com.linkedin.data.template.DataTemplate<com.linkedin.data.DataMap>copy in class com.linkedin.data.template.RecordTemplatejava.lang.CloneNotSupportedException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||