예제 #1
0
        private void  fromJSONUberRequestsSpec(JSONValue json_value, bool ignore_extras)
        {
            Debug.Assert(json_value != null);
            UberRequestsSpecJSON convert_classy = UberRequestsSpecJSON.from_json(json_value, ignore_extras, true);

            setUberRequestsSpec(convert_classy);
        }
예제 #2
0
 public void setUberRequestsSpec(UberRequestsSpecJSON new_value)
 {
     if (flagHasUberRequestsSpec)
     {
     }
     flagHasUberRequestsSpec = true;
     storeUberRequestsSpec   = new_value;
 }