|
|||||||||
| 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.ParameterSchema
@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/ParameterSchema.pdsc.",
date="Thu Oct 24 11:16:22 PDT 2013")
public class ParameterSchema
| Nested Class Summary | |
|---|---|
static class |
ParameterSchema.Fields
|
| Constructor Summary | |
|---|---|
ParameterSchema()
|
|
ParameterSchema(com.linkedin.data.DataMap data)
|
|
| Method Summary | |
|---|---|
ParameterSchema |
clone()
|
ParameterSchema |
copy()
|
static ParameterSchema.Fields |
fields()
|
CustomAnnotationContentSchemaMap |
getAnnotations()
Getter for annotations |
CustomAnnotationContentSchemaMap |
getAnnotations(com.linkedin.data.template.GetMode mode)
Getter for annotations |
java.lang.String |
getDefault()
Getter for default |
java.lang.String |
getDefault(com.linkedin.data.template.GetMode mode)
Getter for default |
java.lang.String |
getDoc()
Getter for doc |
java.lang.String |
getDoc(com.linkedin.data.template.GetMode mode)
Getter for doc |
java.lang.String |
getItems()
Getter for items |
java.lang.String |
getItems(com.linkedin.data.template.GetMode mode)
Getter for items |
java.lang.String |
getName()
Getter for name |
java.lang.String |
getName(com.linkedin.data.template.GetMode mode)
Getter for name |
java.lang.String |
getType()
Getter for type |
java.lang.String |
getType(com.linkedin.data.template.GetMode mode)
Getter for type |
boolean |
hasAnnotations()
Existence checker for annotations |
boolean |
hasDefault()
Existence checker for default |
boolean |
hasDoc()
Existence checker for doc |
boolean |
hasItems()
Existence checker for items |
boolean |
hasName()
Existence checker for name |
boolean |
hasOptional()
Existence checker for optional |
boolean |
hasType()
Existence checker for type |
java.lang.Boolean |
isOptional()
Getter for optional |
java.lang.Boolean |
isOptional(com.linkedin.data.template.GetMode mode)
Getter for optional |
void |
removeAnnotations()
Remover for annotations |
void |
removeDefault()
Remover for default |
void |
removeDoc()
Remover for doc |
void |
removeItems()
Remover for items |
void |
removeName()
Remover for name |
void |
removeOptional()
Remover for optional |
void |
removeType()
Remover for type |
ParameterSchema |
setAnnotations(CustomAnnotationContentSchemaMap value)
Setter for annotations |
ParameterSchema |
setAnnotations(CustomAnnotationContentSchemaMap value,
com.linkedin.data.template.SetMode mode)
Setter for annotations |
ParameterSchema |
setDefault(java.lang.String value)
Setter for default |
ParameterSchema |
setDefault(java.lang.String value,
com.linkedin.data.template.SetMode mode)
Setter for default |
ParameterSchema |
setDoc(java.lang.String value)
Setter for doc |
ParameterSchema |
setDoc(java.lang.String value,
com.linkedin.data.template.SetMode mode)
Setter for doc |
ParameterSchema |
setItems(java.lang.String value)
Setter for items |
ParameterSchema |
setItems(java.lang.String value,
com.linkedin.data.template.SetMode mode)
Setter for items |
ParameterSchema |
setName(java.lang.String value)
Setter for name |
ParameterSchema |
setName(java.lang.String value,
com.linkedin.data.template.SetMode mode)
Setter for name |
ParameterSchema |
setOptional(boolean value)
Setter for optional |
ParameterSchema |
setOptional(java.lang.Boolean value)
Setter for optional |
ParameterSchema |
setOptional(java.lang.Boolean value,
com.linkedin.data.template.SetMode mode)
Setter for optional |
ParameterSchema |
setType(java.lang.String value)
Setter for type |
ParameterSchema |
setType(java.lang.String value,
com.linkedin.data.template.SetMode mode)
Setter for type |
| 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 ParameterSchema()
public ParameterSchema(com.linkedin.data.DataMap data)
| Method Detail |
|---|
public static ParameterSchema.Fields fields()
public boolean hasAnnotations()
ParameterSchema.Fields.annotations()public void removeAnnotations()
ParameterSchema.Fields.annotations()public CustomAnnotationContentSchemaMap getAnnotations(com.linkedin.data.template.GetMode mode)
ParameterSchema.Fields.annotations()public CustomAnnotationContentSchemaMap getAnnotations()
ParameterSchema.Fields.annotations()
public ParameterSchema setAnnotations(CustomAnnotationContentSchemaMap value,
com.linkedin.data.template.SetMode mode)
ParameterSchema.Fields.annotations()public ParameterSchema setAnnotations(CustomAnnotationContentSchemaMap value)
ParameterSchema.Fields.annotations()public boolean hasName()
ParameterSchema.Fields.name()public void removeName()
ParameterSchema.Fields.name()public java.lang.String getName(com.linkedin.data.template.GetMode mode)
ParameterSchema.Fields.name()public java.lang.String getName()
ParameterSchema.Fields.name()
public ParameterSchema setName(java.lang.String value,
com.linkedin.data.template.SetMode mode)
ParameterSchema.Fields.name()public ParameterSchema setName(java.lang.String value)
ParameterSchema.Fields.name()public boolean hasType()
ParameterSchema.Fields.type()public void removeType()
ParameterSchema.Fields.type()public java.lang.String getType(com.linkedin.data.template.GetMode mode)
ParameterSchema.Fields.type()public java.lang.String getType()
ParameterSchema.Fields.type()
public ParameterSchema setType(java.lang.String value,
com.linkedin.data.template.SetMode mode)
ParameterSchema.Fields.type()public ParameterSchema setType(java.lang.String value)
ParameterSchema.Fields.type()public boolean hasItems()
ParameterSchema.Fields.items()public void removeItems()
ParameterSchema.Fields.items()public java.lang.String getItems(com.linkedin.data.template.GetMode mode)
ParameterSchema.Fields.items()public java.lang.String getItems()
ParameterSchema.Fields.items()
public ParameterSchema setItems(java.lang.String value,
com.linkedin.data.template.SetMode mode)
ParameterSchema.Fields.items()public ParameterSchema setItems(java.lang.String value)
ParameterSchema.Fields.items()public boolean hasOptional()
ParameterSchema.Fields.optional()public void removeOptional()
ParameterSchema.Fields.optional()public java.lang.Boolean isOptional(com.linkedin.data.template.GetMode mode)
ParameterSchema.Fields.optional()public java.lang.Boolean isOptional()
ParameterSchema.Fields.optional()
public ParameterSchema setOptional(java.lang.Boolean value,
com.linkedin.data.template.SetMode mode)
ParameterSchema.Fields.optional()public ParameterSchema setOptional(java.lang.Boolean value)
ParameterSchema.Fields.optional()public ParameterSchema setOptional(boolean value)
ParameterSchema.Fields.optional()public boolean hasDefault()
ParameterSchema.Fields.default_()public void removeDefault()
ParameterSchema.Fields.default_()public java.lang.String getDefault(com.linkedin.data.template.GetMode mode)
ParameterSchema.Fields.default_()public java.lang.String getDefault()
ParameterSchema.Fields.default_()
public ParameterSchema setDefault(java.lang.String value,
com.linkedin.data.template.SetMode mode)
ParameterSchema.Fields.default_()public ParameterSchema setDefault(java.lang.String value)
ParameterSchema.Fields.default_()public boolean hasDoc()
ParameterSchema.Fields.doc()public void removeDoc()
ParameterSchema.Fields.doc()public java.lang.String getDoc(com.linkedin.data.template.GetMode mode)
ParameterSchema.Fields.doc()public java.lang.String getDoc()
ParameterSchema.Fields.doc()
public ParameterSchema setDoc(java.lang.String value,
com.linkedin.data.template.SetMode mode)
ParameterSchema.Fields.doc()public ParameterSchema setDoc(java.lang.String value)
ParameterSchema.Fields.doc()
public ParameterSchema 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 ParameterSchema 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 | ||||||||