|
|||||||||
| 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.RestMethodSchema
@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/RestMethodSchema.pdsc.",
date="Thu Oct 24 11:16:23 PDT 2013")
public class RestMethodSchema
| Nested Class Summary | |
|---|---|
static class |
RestMethodSchema.Fields
|
| Constructor Summary | |
|---|---|
RestMethodSchema()
|
|
RestMethodSchema(com.linkedin.data.DataMap data)
|
|
| Method Summary | |
|---|---|
RestMethodSchema |
clone()
|
RestMethodSchema |
copy()
|
static RestMethodSchema.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 |
getMethod()
Getter for method |
java.lang.String |
getMethod(com.linkedin.data.template.GetMode mode)
Getter for method |
ParameterSchemaArray |
getParameters()
Getter for parameters |
ParameterSchemaArray |
getParameters(com.linkedin.data.template.GetMode mode)
Getter for parameters |
boolean |
hasAnnotations()
Existence checker for annotations |
boolean |
hasDoc()
Existence checker for doc |
boolean |
hasMethod()
Existence checker for method |
boolean |
hasParameters()
Existence checker for parameters |
void |
removeAnnotations()
Remover for annotations |
void |
removeDoc()
Remover for doc |
void |
removeMethod()
Remover for method |
void |
removeParameters()
Remover for parameters |
RestMethodSchema |
setAnnotations(CustomAnnotationContentSchemaMap value)
Setter for annotations |
RestMethodSchema |
setAnnotations(CustomAnnotationContentSchemaMap value,
com.linkedin.data.template.SetMode mode)
Setter for annotations |
RestMethodSchema |
setDoc(java.lang.String value)
Setter for doc |
RestMethodSchema |
setDoc(java.lang.String value,
com.linkedin.data.template.SetMode mode)
Setter for doc |
RestMethodSchema |
setMethod(java.lang.String value)
Setter for method |
RestMethodSchema |
setMethod(java.lang.String value,
com.linkedin.data.template.SetMode mode)
Setter for method |
RestMethodSchema |
setParameters(ParameterSchemaArray value)
Setter for parameters |
RestMethodSchema |
setParameters(ParameterSchemaArray value,
com.linkedin.data.template.SetMode mode)
Setter for parameters |
| 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 RestMethodSchema()
public RestMethodSchema(com.linkedin.data.DataMap data)
| Method Detail |
|---|
public static RestMethodSchema.Fields fields()
public boolean hasAnnotations()
RestMethodSchema.Fields.annotations()public void removeAnnotations()
RestMethodSchema.Fields.annotations()public CustomAnnotationContentSchemaMap getAnnotations(com.linkedin.data.template.GetMode mode)
RestMethodSchema.Fields.annotations()public CustomAnnotationContentSchemaMap getAnnotations()
RestMethodSchema.Fields.annotations()
public RestMethodSchema setAnnotations(CustomAnnotationContentSchemaMap value,
com.linkedin.data.template.SetMode mode)
RestMethodSchema.Fields.annotations()public RestMethodSchema setAnnotations(CustomAnnotationContentSchemaMap value)
RestMethodSchema.Fields.annotations()public boolean hasMethod()
RestMethodSchema.Fields.method()public void removeMethod()
RestMethodSchema.Fields.method()public java.lang.String getMethod(com.linkedin.data.template.GetMode mode)
RestMethodSchema.Fields.method()public java.lang.String getMethod()
RestMethodSchema.Fields.method()
public RestMethodSchema setMethod(java.lang.String value,
com.linkedin.data.template.SetMode mode)
RestMethodSchema.Fields.method()public RestMethodSchema setMethod(java.lang.String value)
RestMethodSchema.Fields.method()public boolean hasDoc()
RestMethodSchema.Fields.doc()public void removeDoc()
RestMethodSchema.Fields.doc()public java.lang.String getDoc(com.linkedin.data.template.GetMode mode)
RestMethodSchema.Fields.doc()public java.lang.String getDoc()
RestMethodSchema.Fields.doc()
public RestMethodSchema setDoc(java.lang.String value,
com.linkedin.data.template.SetMode mode)
RestMethodSchema.Fields.doc()public RestMethodSchema setDoc(java.lang.String value)
RestMethodSchema.Fields.doc()public boolean hasParameters()
RestMethodSchema.Fields.parameters()public void removeParameters()
RestMethodSchema.Fields.parameters()public ParameterSchemaArray getParameters(com.linkedin.data.template.GetMode mode)
RestMethodSchema.Fields.parameters()public ParameterSchemaArray getParameters()
RestMethodSchema.Fields.parameters()
public RestMethodSchema setParameters(ParameterSchemaArray value,
com.linkedin.data.template.SetMode mode)
RestMethodSchema.Fields.parameters()public RestMethodSchema setParameters(ParameterSchemaArray value)
RestMethodSchema.Fields.parameters()
public RestMethodSchema 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 RestMethodSchema 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 | ||||||||