Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(90)

Unified Diff: src/com/google/api/data/provisioning/v2/model/Property.java

Issue 5141050: Provisioning patch Base URL: http://gdata-java-client-ext.googlecode.com/svn/trunk/
Patch Set: Created 14 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: src/com/google/api/data/provisioning/v2/model/Property.java
===================================================================
--- src/com/google/api/data/provisioning/v2/model/Property.java (revision 0)
+++ src/com/google/api/data/provisioning/v2/model/Property.java (revision 0)
@@ -0,0 +1,19 @@
+// Copyright 2011 Google Inc. All Rights Reserved.
+
+package com.google.api.data.provisioning.v2.model;
+
+import com.google.api.client.util.Key;
+
+/**
+ * @author shraddhag@google.com (Shraddha Gupta)
+ *
+ */
+public class Property {
+ /** Property: name value pair */
+
+ @Key("@name")
+ public String name;
+
+ @Key("@value")
+ public String value;
+}

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b