|
|||||||||
| 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.FinderSchema
@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/FinderSchema.pdsc.",
date="Thu Oct 24 11:16:23 PDT 2013")
public class FinderSchema
| Nested Class Summary | |
|---|---|
static class |
FinderSchema.Fields
|
| Constructor Summary | |
|---|---|
FinderSchema()
|
|
FinderSchema(com.linkedin.data.DataMap data)
|
|
| Method Summary | |
|---|---|
FinderSchema |
clone()
|
FinderSchema |
copy()
|
static FinderSchema.Fields |
fields()
|
CustomAnnotationContentSchemaMap |
getAnnotations()
Getter for annotations |
CustomAnnotationContentSchemaMap |
getAnnotations(com.linkedin.data.template.GetMode mode)
Getter for annotations |
java.lang.String |
getAssocKey()
Getter for assocKey |
java.lang.String |
getAssocKey(com.linkedin.data.template.GetMode mode)
Getter for assocKey |
com.linkedin.data.template.StringArray |
getAssocKeys()
Getter for assocKeys |
com.linkedin.data.template.StringArray |
getAssocKeys(com.linkedin.data.template.GetMode mode)
Getter for assocKeys |
java.lang.String |
getDoc()
Getter for doc |
java.lang.String |
getDoc(com.linkedin.data.template.GetMode mode)
Getter for doc |
MetadataSchema |
getMetadata()
Getter for metadata |
MetadataSchema |
getMetadata(com.linkedin.data.template.GetMode mode)
Getter for metadata |
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 |
boolean |
hasAnnotations()
Existence checker for annotations |
boolean |
hasAssocKey()
Existence checker for assocKey |
boolean |
hasAssocKeys()
Existence checker for assocKeys |
boolean |
hasDoc()
Existence checker for doc |
boolean |
hasMetadata()
Existence checker for metadata |
boolean |
hasName()
Existence checker for name |
boolean |
hasParameters()
Existence checker for parameters |
void |
removeAnnotations()
Remover for annotations |
void |
removeAssocKey()
Remover for assocKey |
void |
removeAssocKeys()
Remover for assocKeys |
void |
removeDoc()
Remover for doc |
void |
removeMetadata()
Remover for metadata |
void |
removeName()
Remover for name |
void |
removeParameters()
Remover for parameters |
FinderSchema |
setAnnotations(CustomAnnotationContentSchemaMap value)
Setter for annotations |
FinderSchema |
setAnnotations(CustomAnnotationContentSchemaMap value,
com.linkedin.data.template.SetMode mode)
Setter for annotations |
FinderSchema |
setAssocKey(java.lang.String value)
Setter for assocKey |
FinderSchema |
setAssocKey(java.lang.String value,
com.linkedin.data.template.SetMode mode)
Setter for assocKey |
FinderSchema |
setAssocKeys(com.linkedin.data.template.StringArray value)
Setter for assocKeys |
FinderSchema |
setAssocKeys(com.linkedin.data.template.StringArray value,
com.linkedin.data.template.SetMode mode)
Setter for assocKeys |
FinderSchema |
setDoc(java.lang.String value)
Setter for doc |
FinderSchema |
setDoc(java.lang.String value,
com.linkedin.data.template.SetMode mode)
Setter for doc |
FinderSchema |
setMetadata(MetadataSchema value)
Setter for metadata |
FinderSchema |
setMetadata(MetadataSchema value,
com.linkedin.data.template.SetMode mode)
Setter for metadata |
FinderSchema |
setName(java.lang.String value)
Setter for name |
FinderSchema |
setName(java.lang.String value,
com.linkedin.data.template.SetMode mode)
Setter for name |
FinderSchema |
setParameters(ParameterSchemaArray value)
Setter for parameters |
FinderSchema |
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 FinderSchema()
public FinderSchema(com.linkedin.data.DataMap data)
| Method Detail |
|---|
public static FinderSchema.Fields fields()
public boolean hasAnnotations()
FinderSchema.Fields.annotations()public void removeAnnotations()
FinderSchema.Fields.annotations()public CustomAnnotationContentSchemaMap getAnnotations(com.linkedin.data.template.GetMode mode)
FinderSchema.Fields.annotations()public CustomAnnotationContentSchemaMap getAnnotations()
FinderSchema.Fields.annotations()
public FinderSchema setAnnotations(CustomAnnotationContentSchemaMap value,
com.linkedin.data.template.SetMode mode)
FinderSchema.Fields.annotations()public FinderSchema setAnnotations(CustomAnnotationContentSchemaMap value)
FinderSchema.Fields.annotations()public boolean hasName()
FinderSchema.Fields.name()public void removeName()
FinderSchema.Fields.name()public java.lang.String getName(com.linkedin.data.template.GetMode mode)
FinderSchema.Fields.name()public java.lang.String getName()
FinderSchema.Fields.name()
public FinderSchema setName(java.lang.String value,
com.linkedin.data.template.SetMode mode)
FinderSchema.Fields.name()public FinderSchema setName(java.lang.String value)
FinderSchema.Fields.name()public boolean hasDoc()
FinderSchema.Fields.doc()public void removeDoc()
FinderSchema.Fields.doc()public java.lang.String getDoc(com.linkedin.data.template.GetMode mode)
FinderSchema.Fields.doc()public java.lang.String getDoc()
FinderSchema.Fields.doc()
public FinderSchema setDoc(java.lang.String value,
com.linkedin.data.template.SetMode mode)
FinderSchema.Fields.doc()public FinderSchema setDoc(java.lang.String value)
FinderSchema.Fields.doc()public boolean hasParameters()
FinderSchema.Fields.parameters()public void removeParameters()
FinderSchema.Fields.parameters()public ParameterSchemaArray getParameters(com.linkedin.data.template.GetMode mode)
FinderSchema.Fields.parameters()public ParameterSchemaArray getParameters()
FinderSchema.Fields.parameters()
public FinderSchema setParameters(ParameterSchemaArray value,
com.linkedin.data.template.SetMode mode)
FinderSchema.Fields.parameters()public FinderSchema setParameters(ParameterSchemaArray value)
FinderSchema.Fields.parameters()public boolean hasMetadata()
FinderSchema.Fields.metadata()public void removeMetadata()
FinderSchema.Fields.metadata()public MetadataSchema getMetadata(com.linkedin.data.template.GetMode mode)
FinderSchema.Fields.metadata()public MetadataSchema getMetadata()
FinderSchema.Fields.metadata()
public FinderSchema setMetadata(MetadataSchema value,
com.linkedin.data.template.SetMode mode)
FinderSchema.Fields.metadata()public FinderSchema setMetadata(MetadataSchema value)
FinderSchema.Fields.metadata()public boolean hasAssocKey()
FinderSchema.Fields.assocKey()public void removeAssocKey()
FinderSchema.Fields.assocKey()public java.lang.String getAssocKey(com.linkedin.data.template.GetMode mode)
FinderSchema.Fields.assocKey()public java.lang.String getAssocKey()
FinderSchema.Fields.assocKey()
public FinderSchema setAssocKey(java.lang.String value,
com.linkedin.data.template.SetMode mode)
FinderSchema.Fields.assocKey()public FinderSchema setAssocKey(java.lang.String value)
FinderSchema.Fields.assocKey()public boolean hasAssocKeys()
FinderSchema.Fields.assocKeys()public void removeAssocKeys()
FinderSchema.Fields.assocKeys()public com.linkedin.data.template.StringArray getAssocKeys(com.linkedin.data.template.GetMode mode)
FinderSchema.Fields.assocKeys()public com.linkedin.data.template.StringArray getAssocKeys()
FinderSchema.Fields.assocKeys()
public FinderSchema setAssocKeys(com.linkedin.data.template.StringArray value,
com.linkedin.data.template.SetMode mode)
FinderSchema.Fields.assocKeys()public FinderSchema setAssocKeys(com.linkedin.data.template.StringArray value)
FinderSchema.Fields.assocKeys()
public FinderSchema 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 FinderSchema 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 | ||||||||