diff --git a/src/main/java/io/vinyldns/java/VinylDNSClient.java b/src/main/java/io/vinyldns/java/VinylDNSClient.java index 6f8ab16..9a7b18f 100644 --- a/src/main/java/io/vinyldns/java/VinylDNSClient.java +++ b/src/main/java/io/vinyldns/java/VinylDNSClient.java @@ -1,14 +1,16 @@ -/** +/* * Copyright 2018 Comcast Cable Communications Management, LLC * - *
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file - * except in compliance with the License. You may obtain a copy of the License at + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - *
http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * - *
Unless required by applicable law or agreed to in writing, software distributed under the
- * License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
- * express or implied. See the License for the specific language governing permissions and
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
* limitations under the License.
*/
package io.vinyldns.java;
@@ -259,6 +261,16 @@ VinylDNSResponse Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file
- * except in compliance with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * http://www.apache.org/licenses/LICENSE-2.0
*
- * Unless required by applicable law or agreed to in writing, software distributed under the
- * License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
- * express or implied. See the License for the specific language governing permissions and
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
* limitations under the License.
*/
package io.vinyldns.java;
diff --git a/src/main/java/io/vinyldns/java/VinylDNSClientImpl.java b/src/main/java/io/vinyldns/java/VinylDNSClientImpl.java
index db1d648..78871fb 100644
--- a/src/main/java/io/vinyldns/java/VinylDNSClientImpl.java
+++ b/src/main/java/io/vinyldns/java/VinylDNSClientImpl.java
@@ -1,14 +1,16 @@
-/**
+/*
* Copyright 2018 Comcast Cable Communications Management, LLC
*
- * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file
- * except in compliance with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * http://www.apache.org/licenses/LICENSE-2.0
*
- * Unless required by applicable law or agreed to in writing, software distributed under the
- * License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
- * express or implied. See the License for the specific language governing permissions and
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
* limitations under the License.
*/
package io.vinyldns.java;
@@ -247,7 +249,7 @@ public VinylDNSResponse Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file
- * except in compliance with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * http://www.apache.org/licenses/LICENSE-2.0
*
- * Unless required by applicable law or agreed to in writing, software distributed under the
- * License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
- * express or implied. See the License for the specific language governing permissions and
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
* limitations under the License.
*/
package io.vinyldns.java;
diff --git a/src/main/java/io/vinyldns/java/handlers/ErrorResponseHandler.java b/src/main/java/io/vinyldns/java/handlers/ErrorResponseHandler.java
index 37264d2..17245c3 100644
--- a/src/main/java/io/vinyldns/java/handlers/ErrorResponseHandler.java
+++ b/src/main/java/io/vinyldns/java/handlers/ErrorResponseHandler.java
@@ -1,14 +1,16 @@
-/**
+/*
* Copyright 2018 Comcast Cable Communications Management, LLC
*
- * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file
- * except in compliance with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * http://www.apache.org/licenses/LICENSE-2.0
*
- * Unless required by applicable law or agreed to in writing, software distributed under the
- * License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
- * express or implied. See the License for the specific language governing permissions and
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
* limitations under the License.
*/
package io.vinyldns.java.handlers;
diff --git a/src/main/java/io/vinyldns/java/handlers/StringResponseHandler.java b/src/main/java/io/vinyldns/java/handlers/StringResponseHandler.java
index 90f08d6..5e7e971 100644
--- a/src/main/java/io/vinyldns/java/handlers/StringResponseHandler.java
+++ b/src/main/java/io/vinyldns/java/handlers/StringResponseHandler.java
@@ -1,14 +1,16 @@
-/**
+/*
* Copyright 2018 Comcast Cable Communications Management, LLC
*
- * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file
- * except in compliance with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * http://www.apache.org/licenses/LICENSE-2.0
*
- * Unless required by applicable law or agreed to in writing, software distributed under the
- * License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
- * express or implied. See the License for the specific language governing permissions and
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
* limitations under the License.
*/
package io.vinyldns.java.handlers;
diff --git a/src/main/java/io/vinyldns/java/model/Methods.java b/src/main/java/io/vinyldns/java/model/Methods.java
index de97d75..0b103b2 100644
--- a/src/main/java/io/vinyldns/java/model/Methods.java
+++ b/src/main/java/io/vinyldns/java/model/Methods.java
@@ -1,14 +1,16 @@
-/**
+/*
* Copyright 2018 Comcast Cable Communications Management, LLC
*
- * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file
- * except in compliance with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * http://www.apache.org/licenses/LICENSE-2.0
*
- * Unless required by applicable law or agreed to in writing, software distributed under the
- * License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
- * express or implied. See the License for the specific language governing permissions and
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
* limitations under the License.
*/
package io.vinyldns.java.model;
diff --git a/src/main/java/io/vinyldns/java/model/Order.java b/src/main/java/io/vinyldns/java/model/Order.java
index ce0eba8..234a10e 100644
--- a/src/main/java/io/vinyldns/java/model/Order.java
+++ b/src/main/java/io/vinyldns/java/model/Order.java
@@ -1,8 +1,21 @@
+/*
+ * Copyright 2018 Comcast Cable Communications Management, LLC
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
package io.vinyldns.java.model;
-public enum Order
-{
- ASC,
- DESC
-
+public enum Order {
+ ASC,
+ DESC
}
diff --git a/src/main/java/io/vinyldns/java/model/acl/ACLRule.java b/src/main/java/io/vinyldns/java/model/acl/ACLRule.java
index 895a5ec..9f456cc 100644
--- a/src/main/java/io/vinyldns/java/model/acl/ACLRule.java
+++ b/src/main/java/io/vinyldns/java/model/acl/ACLRule.java
@@ -1,14 +1,16 @@
-/**
+/*
* Copyright 2018 Comcast Cable Communications Management, LLC
*
- * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file
- * except in compliance with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * http://www.apache.org/licenses/LICENSE-2.0
*
- * Unless required by applicable law or agreed to in writing, software distributed under the
- * License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
- * express or implied. See the License for the specific language governing permissions and
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
* limitations under the License.
*/
package io.vinyldns.java.model.acl;
diff --git a/src/main/java/io/vinyldns/java/model/acl/AccessLevel.java b/src/main/java/io/vinyldns/java/model/acl/AccessLevel.java
index b33254c..e51502c 100644
--- a/src/main/java/io/vinyldns/java/model/acl/AccessLevel.java
+++ b/src/main/java/io/vinyldns/java/model/acl/AccessLevel.java
@@ -1,14 +1,16 @@
-/**
+/*
* Copyright 2018 Comcast Cable Communications Management, LLC
*
- * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file
- * except in compliance with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * http://www.apache.org/licenses/LICENSE-2.0
*
- * Unless required by applicable law or agreed to in writing, software distributed under the
- * License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
- * express or implied. See the License for the specific language governing permissions and
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
* limitations under the License.
*/
package io.vinyldns.java.model.acl;
diff --git a/src/main/java/io/vinyldns/java/model/batch/AddChangeInput.java b/src/main/java/io/vinyldns/java/model/batch/AddChangeInput.java
index f7bbb02..b35b7b6 100644
--- a/src/main/java/io/vinyldns/java/model/batch/AddChangeInput.java
+++ b/src/main/java/io/vinyldns/java/model/batch/AddChangeInput.java
@@ -1,14 +1,16 @@
-/**
+/*
* Copyright 2018 Comcast Cable Communications Management, LLC
*
- * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file
- * except in compliance with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * http://www.apache.org/licenses/LICENSE-2.0
*
- * Unless required by applicable law or agreed to in writing, software distributed under the
- * License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
- * express or implied. See the License for the specific language governing permissions and
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
* limitations under the License.
*/
package io.vinyldns.java.model.batch;
@@ -41,8 +43,7 @@ public boolean equals(Object o) {
if (this == o) return true;
if (o == null || getClass() != o.getClass()) return false;
AddChangeInput that = (AddChangeInput) o;
- return super.equals(o)
- && Objects.equals(this.ttl, that.ttl);
+ return super.equals(o) && Objects.equals(this.ttl, that.ttl);
}
@Override
diff --git a/src/main/java/io/vinyldns/java/model/batch/AddSingleChange.java b/src/main/java/io/vinyldns/java/model/batch/AddSingleChange.java
index aa6b2b9..313a74b 100644
--- a/src/main/java/io/vinyldns/java/model/batch/AddSingleChange.java
+++ b/src/main/java/io/vinyldns/java/model/batch/AddSingleChange.java
@@ -1,14 +1,16 @@
-/**
+/*
* Copyright 2018 Comcast Cable Communications Management, LLC
*
- * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file
- * except in compliance with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * http://www.apache.org/licenses/LICENSE-2.0
*
- * Unless required by applicable law or agreed to in writing, software distributed under the
- * License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
- * express or implied. See the License for the specific language governing permissions and
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
* limitations under the License.
*/
package io.vinyldns.java.model.batch;
diff --git a/src/main/java/io/vinyldns/java/model/batch/BatchChangeApprovalStatus.java b/src/main/java/io/vinyldns/java/model/batch/BatchChangeApprovalStatus.java
index b59a6dc..80b5542 100644
--- a/src/main/java/io/vinyldns/java/model/batch/BatchChangeApprovalStatus.java
+++ b/src/main/java/io/vinyldns/java/model/batch/BatchChangeApprovalStatus.java
@@ -1,14 +1,16 @@
-/**
+/*
* Copyright 2018 Comcast Cable Communications Management, LLC
*
- * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file
- * except in compliance with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * http://www.apache.org/licenses/LICENSE-2.0
*
- * Unless required by applicable law or agreed to in writing, software distributed under the
- * License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
- * express or implied. See the License for the specific language governing permissions and
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
* limitations under the License.
*/
package io.vinyldns.java.model.batch;
diff --git a/src/main/java/io/vinyldns/java/model/batch/BatchChangeReview.java b/src/main/java/io/vinyldns/java/model/batch/BatchChangeReview.java
index 3331bdb..636bca0 100644
--- a/src/main/java/io/vinyldns/java/model/batch/BatchChangeReview.java
+++ b/src/main/java/io/vinyldns/java/model/batch/BatchChangeReview.java
@@ -1,14 +1,16 @@
-/**
+/*
* Copyright 2018 Comcast Cable Communications Management, LLC
*
- * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file
- * except in compliance with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * http://www.apache.org/licenses/LICENSE-2.0
*
- * Unless required by applicable law or agreed to in writing, software distributed under the
- * License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
- * express or implied. See the License for the specific language governing permissions and
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
* limitations under the License.
*/
package io.vinyldns.java.model.batch;
diff --git a/src/main/java/io/vinyldns/java/model/batch/BatchChangeStatus.java b/src/main/java/io/vinyldns/java/model/batch/BatchChangeStatus.java
index df36850..08103a8 100644
--- a/src/main/java/io/vinyldns/java/model/batch/BatchChangeStatus.java
+++ b/src/main/java/io/vinyldns/java/model/batch/BatchChangeStatus.java
@@ -1,14 +1,16 @@
-/**
+/*
* Copyright 2018 Comcast Cable Communications Management, LLC
*
- * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file
- * except in compliance with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * http://www.apache.org/licenses/LICENSE-2.0
*
- * Unless required by applicable law or agreed to in writing, software distributed under the
- * License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
- * express or implied. See the License for the specific language governing permissions and
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
* limitations under the License.
*/
package io.vinyldns.java.model.batch;
diff --git a/src/main/java/io/vinyldns/java/model/batch/BatchResponse.java b/src/main/java/io/vinyldns/java/model/batch/BatchResponse.java
index 3f6f2cc..f29b20f 100644
--- a/src/main/java/io/vinyldns/java/model/batch/BatchResponse.java
+++ b/src/main/java/io/vinyldns/java/model/batch/BatchResponse.java
@@ -1,14 +1,16 @@
-/**
+/*
* Copyright 2018 Comcast Cable Communications Management, LLC
*
- * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file
- * except in compliance with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * http://www.apache.org/licenses/LICENSE-2.0
*
- * Unless required by applicable law or agreed to in writing, software distributed under the
- * License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
- * express or implied. See the License for the specific language governing permissions and
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
* limitations under the License.
*/
package io.vinyldns.java.model.batch;
diff --git a/src/main/java/io/vinyldns/java/model/batch/ChangeInput.java b/src/main/java/io/vinyldns/java/model/batch/ChangeInput.java
index 7babf8d..fffee91 100644
--- a/src/main/java/io/vinyldns/java/model/batch/ChangeInput.java
+++ b/src/main/java/io/vinyldns/java/model/batch/ChangeInput.java
@@ -1,21 +1,22 @@
-/**
+/*
* Copyright 2018 Comcast Cable Communications Management, LLC
*
- * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file
- * except in compliance with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * http://www.apache.org/licenses/LICENSE-2.0
*
- * Unless required by applicable law or agreed to in writing, software distributed under the
- * License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
- * express or implied. See the License for the specific language governing permissions and
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
* limitations under the License.
*/
package io.vinyldns.java.model.batch;
import io.vinyldns.java.model.record.RecordType;
import io.vinyldns.java.model.record.data.RecordData;
-
import java.util.Objects;
public class ChangeInput {
@@ -31,7 +32,8 @@ public ChangeInput(ChangeInputType changeType, String inputName, RecordType type
this.record = null;
}
- public ChangeInput(ChangeInputType changeType, String inputName, RecordType type, RecordData record) {
+ public ChangeInput(
+ ChangeInputType changeType, String inputName, RecordType type, RecordData record) {
this.changeType = changeType;
this.inputName = inputName;
this.type = type;
@@ -50,7 +52,9 @@ public RecordType getType() {
return type;
}
- public RecordData getRecord() { return record; }
+ public RecordData getRecord() {
+ return record;
+ }
@Override
public boolean equals(Object o) {
diff --git a/src/main/java/io/vinyldns/java/model/batch/ChangeInputType.java b/src/main/java/io/vinyldns/java/model/batch/ChangeInputType.java
index 83f9a3d..ea41bb2 100644
--- a/src/main/java/io/vinyldns/java/model/batch/ChangeInputType.java
+++ b/src/main/java/io/vinyldns/java/model/batch/ChangeInputType.java
@@ -1,14 +1,16 @@
-/**
+/*
* Copyright 2018 Comcast Cable Communications Management, LLC
*
- * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file
- * except in compliance with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * http://www.apache.org/licenses/LICENSE-2.0
*
- * Unless required by applicable law or agreed to in writing, software distributed under the
- * License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
- * express or implied. See the License for the specific language governing permissions and
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
* limitations under the License.
*/
package io.vinyldns.java.model.batch;
diff --git a/src/main/java/io/vinyldns/java/model/batch/CreateBatchRequest.java b/src/main/java/io/vinyldns/java/model/batch/CreateBatchRequest.java
index 8d78b28..da72f08 100644
--- a/src/main/java/io/vinyldns/java/model/batch/CreateBatchRequest.java
+++ b/src/main/java/io/vinyldns/java/model/batch/CreateBatchRequest.java
@@ -1,14 +1,16 @@
-/**
+/*
* Copyright 2018 Comcast Cable Communications Management, LLC
*
- * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file
- * except in compliance with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * http://www.apache.org/licenses/LICENSE-2.0
*
- * Unless required by applicable law or agreed to in writing, software distributed under the
- * License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
- * express or implied. See the License for the specific language governing permissions and
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
* limitations under the License.
*/
package io.vinyldns.java.model.batch;
diff --git a/src/main/java/io/vinyldns/java/model/batch/DeleteRecordSetChangeInput.java b/src/main/java/io/vinyldns/java/model/batch/DeleteRecordSetChangeInput.java
index cecedd9..594edef 100644
--- a/src/main/java/io/vinyldns/java/model/batch/DeleteRecordSetChangeInput.java
+++ b/src/main/java/io/vinyldns/java/model/batch/DeleteRecordSetChangeInput.java
@@ -1,14 +1,16 @@
-/**
+/*
* Copyright 2018 Comcast Cable Communications Management, LLC
*
- * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file
- * except in compliance with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * http://www.apache.org/licenses/LICENSE-2.0
*
- * Unless required by applicable law or agreed to in writing, software distributed under the
- * License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
- * express or implied. See the License for the specific language governing permissions and
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
* limitations under the License.
*/
package io.vinyldns.java.model.batch;
diff --git a/src/main/java/io/vinyldns/java/model/batch/DeleteRecordSetSingleChange.java b/src/main/java/io/vinyldns/java/model/batch/DeleteRecordSetSingleChange.java
index 1f530cc..baf82db 100644
--- a/src/main/java/io/vinyldns/java/model/batch/DeleteRecordSetSingleChange.java
+++ b/src/main/java/io/vinyldns/java/model/batch/DeleteRecordSetSingleChange.java
@@ -1,14 +1,16 @@
-/**
+/*
* Copyright 2018 Comcast Cable Communications Management, LLC
*
- * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file
- * except in compliance with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * http://www.apache.org/licenses/LICENSE-2.0
*
- * Unless required by applicable law or agreed to in writing, software distributed under the
- * License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
- * express or implied. See the License for the specific language governing permissions and
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
* limitations under the License.
*/
package io.vinyldns.java.model.batch;
diff --git a/src/main/java/io/vinyldns/java/model/batch/GetRecordSetRequest.java b/src/main/java/io/vinyldns/java/model/batch/GetRecordSetRequest.java
index 1a66e2f..704e4ea 100644
--- a/src/main/java/io/vinyldns/java/model/batch/GetRecordSetRequest.java
+++ b/src/main/java/io/vinyldns/java/model/batch/GetRecordSetRequest.java
@@ -1,14 +1,16 @@
-/**
+/*
* Copyright 2018 Comcast Cable Communications Management, LLC
*
- * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file
- * except in compliance with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * http://www.apache.org/licenses/LICENSE-2.0
*
- * Unless required by applicable law or agreed to in writing, software distributed under the
- * License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
- * express or implied. See the License for the specific language governing permissions and
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
* limitations under the License.
*/
package io.vinyldns.java.model.batch;
diff --git a/src/main/java/io/vinyldns/java/model/batch/ListBatchChangesRequest.java b/src/main/java/io/vinyldns/java/model/batch/ListBatchChangesRequest.java
index 15874ce..353a738 100644
--- a/src/main/java/io/vinyldns/java/model/batch/ListBatchChangesRequest.java
+++ b/src/main/java/io/vinyldns/java/model/batch/ListBatchChangesRequest.java
@@ -1,14 +1,16 @@
-/**
+/*
* Copyright 2018 Comcast Cable Communications Management, LLC
*
- * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file
- * except in compliance with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * http://www.apache.org/licenses/LICENSE-2.0
*
- * Unless required by applicable law or agreed to in writing, software distributed under the
- * License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
- * express or implied. See the License for the specific language governing permissions and
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
* limitations under the License.
*/
package io.vinyldns.java.model.batch;
diff --git a/src/main/java/io/vinyldns/java/model/batch/ListBatchChangesResponse.java b/src/main/java/io/vinyldns/java/model/batch/ListBatchChangesResponse.java
index 2b55d39..de547ec 100644
--- a/src/main/java/io/vinyldns/java/model/batch/ListBatchChangesResponse.java
+++ b/src/main/java/io/vinyldns/java/model/batch/ListBatchChangesResponse.java
@@ -1,14 +1,16 @@
-/**
+/*
* Copyright 2018 Comcast Cable Communications Management, LLC
*
- * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file
- * except in compliance with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * http://www.apache.org/licenses/LICENSE-2.0
*
- * Unless required by applicable law or agreed to in writing, software distributed under the
- * License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
- * express or implied. See the License for the specific language governing permissions and
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
* limitations under the License.
*/
package io.vinyldns.java.model.batch;
diff --git a/src/main/java/io/vinyldns/java/model/batch/SingleChange.java b/src/main/java/io/vinyldns/java/model/batch/SingleChange.java
index 9f4cc04..febaa30 100644
--- a/src/main/java/io/vinyldns/java/model/batch/SingleChange.java
+++ b/src/main/java/io/vinyldns/java/model/batch/SingleChange.java
@@ -1,14 +1,16 @@
-/**
+/*
* Copyright 2018 Comcast Cable Communications Management, LLC
*
- * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file
- * except in compliance with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * http://www.apache.org/licenses/LICENSE-2.0
*
- * Unless required by applicable law or agreed to in writing, software distributed under the
- * License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
- * express or implied. See the License for the specific language governing permissions and
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
* limitations under the License.
*/
package io.vinyldns.java.model.batch;
diff --git a/src/main/java/io/vinyldns/java/model/batch/SingleChangeError.java b/src/main/java/io/vinyldns/java/model/batch/SingleChangeError.java
index bac2ca1..78755fc 100644
--- a/src/main/java/io/vinyldns/java/model/batch/SingleChangeError.java
+++ b/src/main/java/io/vinyldns/java/model/batch/SingleChangeError.java
@@ -1,14 +1,16 @@
-/**
+/*
* Copyright 2018 Comcast Cable Communications Management, LLC
*
- * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file
- * except in compliance with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * http://www.apache.org/licenses/LICENSE-2.0
*
- * Unless required by applicable law or agreed to in writing, software distributed under the
- * License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
- * express or implied. See the License for the specific language governing permissions and
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
* limitations under the License.
*/
package io.vinyldns.java.model.batch;
diff --git a/src/main/java/io/vinyldns/java/model/batch/SingleChangeStatus.java b/src/main/java/io/vinyldns/java/model/batch/SingleChangeStatus.java
index 5d49dad..9149e24 100644
--- a/src/main/java/io/vinyldns/java/model/batch/SingleChangeStatus.java
+++ b/src/main/java/io/vinyldns/java/model/batch/SingleChangeStatus.java
@@ -1,14 +1,16 @@
-/**
+/*
* Copyright 2018 Comcast Cable Communications Management, LLC
*
- * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file
- * except in compliance with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * http://www.apache.org/licenses/LICENSE-2.0
*
- * Unless required by applicable law or agreed to in writing, software distributed under the
- * License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
- * express or implied. See the License for the specific language governing permissions and
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
* limitations under the License.
*/
package io.vinyldns.java.model.batch;
diff --git a/src/main/java/io/vinyldns/java/model/batch/ValidationError.java b/src/main/java/io/vinyldns/java/model/batch/ValidationError.java
index 01c4551..da14cdf 100644
--- a/src/main/java/io/vinyldns/java/model/batch/ValidationError.java
+++ b/src/main/java/io/vinyldns/java/model/batch/ValidationError.java
@@ -1,14 +1,16 @@
-/**
+/*
* Copyright 2018 Comcast Cable Communications Management, LLC
*
- * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file
- * except in compliance with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * http://www.apache.org/licenses/LICENSE-2.0
*
- * Unless required by applicable law or agreed to in writing, software distributed under the
- * License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
- * express or implied. See the License for the specific language governing permissions and
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
* limitations under the License.
*/
package io.vinyldns.java.model.batch;
diff --git a/src/main/java/io/vinyldns/java/model/membership/CreateGroupRequest.java b/src/main/java/io/vinyldns/java/model/membership/CreateGroupRequest.java
index efef1c8..9c26f97 100644
--- a/src/main/java/io/vinyldns/java/model/membership/CreateGroupRequest.java
+++ b/src/main/java/io/vinyldns/java/model/membership/CreateGroupRequest.java
@@ -1,14 +1,16 @@
-/**
+/*
* Copyright 2018 Comcast Cable Communications Management, LLC
*
- * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file
- * except in compliance with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * http://www.apache.org/licenses/LICENSE-2.0
*
- * Unless required by applicable law or agreed to in writing, software distributed under the
- * License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
- * express or implied. See the License for the specific language governing permissions and
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
* limitations under the License.
*/
package io.vinyldns.java.model.membership;
diff --git a/src/main/java/io/vinyldns/java/model/membership/DeleteGroupRequest.java b/src/main/java/io/vinyldns/java/model/membership/DeleteGroupRequest.java
index 4e6611a..a3911cf 100644
--- a/src/main/java/io/vinyldns/java/model/membership/DeleteGroupRequest.java
+++ b/src/main/java/io/vinyldns/java/model/membership/DeleteGroupRequest.java
@@ -1,14 +1,16 @@
-/**
+/*
* Copyright 2018 Comcast Cable Communications Management, LLC
*
- * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file
- * except in compliance with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * http://www.apache.org/licenses/LICENSE-2.0
*
- * Unless required by applicable law or agreed to in writing, software distributed under the
- * License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
- * express or implied. See the License for the specific language governing permissions and
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
* limitations under the License.
*/
package io.vinyldns.java.model.membership;
diff --git a/src/main/java/io/vinyldns/java/model/membership/GetGroupChangeRequest.java b/src/main/java/io/vinyldns/java/model/membership/GetGroupChangeRequest.java
new file mode 100644
index 0000000..b3e23c3
--- /dev/null
+++ b/src/main/java/io/vinyldns/java/model/membership/GetGroupChangeRequest.java
@@ -0,0 +1,47 @@
+/*
+ * Copyright 2018 Comcast Cable Communications Management, LLC
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+package io.vinyldns.java;
+
+public class GetGroupChangeRequest {
+ private final String id;
+
+ public GetGroupChangeRequest(String id) {
+ this.id = id;
+ }
+
+ public String getId() {
+ return id;
+ }
+
+ @Override
+ public String toString() {
+ return "GroupChangeRequest{id='" + id + "'}";
+ }
+
+ @Override
+ public boolean equals(Object o) {
+ if (this == o) return true;
+ if (o == null || getClass() != o.getClass()) return false;
+
+ GetGroupChangeRequest that = (GetGroupChangeRequest) o;
+ return id.equals(that.id);
+ }
+
+ @Override
+ public int hashCode() {
+ return id.hashCode();
+ }
+}
diff --git a/src/main/java/io/vinyldns/java/GetGroupRequest.java b/src/main/java/io/vinyldns/java/model/membership/GetGroupRequest.java
similarity index 53%
rename from src/main/java/io/vinyldns/java/GetGroupRequest.java
rename to src/main/java/io/vinyldns/java/model/membership/GetGroupRequest.java
index 0ad3f77..13391a3 100644
--- a/src/main/java/io/vinyldns/java/GetGroupRequest.java
+++ b/src/main/java/io/vinyldns/java/model/membership/GetGroupRequest.java
@@ -1,14 +1,16 @@
-/**
+/*
* Copyright 2018 Comcast Cable Communications Management, LLC
*
- * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file
- * except in compliance with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * http://www.apache.org/licenses/LICENSE-2.0
*
- * Unless required by applicable law or agreed to in writing, software distributed under the
- * License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
- * express or implied. See the License for the specific language governing permissions and
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
* limitations under the License.
*/
package io.vinyldns.java;
@@ -26,7 +28,7 @@ public String getId() {
@Override
public String toString() {
- return "ZoneRequest{id='" + id + "'}";
+ return "GroupRequest{id='" + id + "'}";
}
@Override
diff --git a/src/main/java/io/vinyldns/java/model/membership/Group.java b/src/main/java/io/vinyldns/java/model/membership/Group.java
index 7c7953d..0da6adc 100644
--- a/src/main/java/io/vinyldns/java/model/membership/Group.java
+++ b/src/main/java/io/vinyldns/java/model/membership/Group.java
@@ -1,14 +1,16 @@
-/**
+/*
* Copyright 2018 Comcast Cable Communications Management, LLC
*
- * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file
- * except in compliance with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * http://www.apache.org/licenses/LICENSE-2.0
*
- * Unless required by applicable law or agreed to in writing, software distributed under the
- * License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
- * express or implied. See the License for the specific language governing permissions and
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
* limitations under the License.
*/
package io.vinyldns.java.model.membership;
diff --git a/src/main/java/io/vinyldns/java/model/membership/GroupChange.java b/src/main/java/io/vinyldns/java/model/membership/GroupChange.java
index 4b0422a..aecee87 100644
--- a/src/main/java/io/vinyldns/java/model/membership/GroupChange.java
+++ b/src/main/java/io/vinyldns/java/model/membership/GroupChange.java
@@ -1,14 +1,16 @@
-/**
+/*
* Copyright 2018 Comcast Cable Communications Management, LLC
*
- * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file
- * except in compliance with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * http://www.apache.org/licenses/LICENSE-2.0
*
- * Unless required by applicable law or agreed to in writing, software distributed under the
- * License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
- * express or implied. See the License for the specific language governing permissions and
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
* limitations under the License.
*/
package io.vinyldns.java.model.membership;
diff --git a/src/main/java/io/vinyldns/java/model/membership/GroupChangeType.java b/src/main/java/io/vinyldns/java/model/membership/GroupChangeType.java
index 4ece611..d33888e 100644
--- a/src/main/java/io/vinyldns/java/model/membership/GroupChangeType.java
+++ b/src/main/java/io/vinyldns/java/model/membership/GroupChangeType.java
@@ -1,14 +1,16 @@
-/**
+/*
* Copyright 2018 Comcast Cable Communications Management, LLC
*
- * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file
- * except in compliance with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * http://www.apache.org/licenses/LICENSE-2.0
*
- * Unless required by applicable law or agreed to in writing, software distributed under the
- * License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
- * express or implied. See the License for the specific language governing permissions and
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
* limitations under the License.
*/
package io.vinyldns.java.model.membership;
diff --git a/src/main/java/io/vinyldns/java/model/membership/GroupStatus.java b/src/main/java/io/vinyldns/java/model/membership/GroupStatus.java
index 1d5bf1d..a6324b1 100644
--- a/src/main/java/io/vinyldns/java/model/membership/GroupStatus.java
+++ b/src/main/java/io/vinyldns/java/model/membership/GroupStatus.java
@@ -1,14 +1,16 @@
-/**
+/*
* Copyright 2018 Comcast Cable Communications Management, LLC
*
- * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file
- * except in compliance with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * http://www.apache.org/licenses/LICENSE-2.0
*
- * Unless required by applicable law or agreed to in writing, software distributed under the
- * License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
- * express or implied. See the License for the specific language governing permissions and
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
* limitations under the License.
*/
package io.vinyldns.java.model.membership;
diff --git a/src/main/java/io/vinyldns/java/model/membership/ListAdminsResponse.java b/src/main/java/io/vinyldns/java/model/membership/ListAdminsResponse.java
index de1f482..c109724 100644
--- a/src/main/java/io/vinyldns/java/model/membership/ListAdminsResponse.java
+++ b/src/main/java/io/vinyldns/java/model/membership/ListAdminsResponse.java
@@ -1,14 +1,16 @@
-/**
+/*
* Copyright 2018 Comcast Cable Communications Management, LLC
*
- * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file
- * except in compliance with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * http://www.apache.org/licenses/LICENSE-2.0
*
- * Unless required by applicable law or agreed to in writing, software distributed under the
- * License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
- * express or implied. See the License for the specific language governing permissions and
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
* limitations under the License.
*/
package io.vinyldns.java.model.membership;
diff --git a/src/main/java/io/vinyldns/java/model/membership/ListGroupActivityRequest.java b/src/main/java/io/vinyldns/java/model/membership/ListGroupActivityRequest.java
index 1e438fe..7f6874b 100644
--- a/src/main/java/io/vinyldns/java/model/membership/ListGroupActivityRequest.java
+++ b/src/main/java/io/vinyldns/java/model/membership/ListGroupActivityRequest.java
@@ -1,24 +1,26 @@
-/**
+/*
* Copyright 2018 Comcast Cable Communications Management, LLC
*
- * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file
- * except in compliance with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * http://www.apache.org/licenses/LICENSE-2.0
*
- * Unless required by applicable law or agreed to in writing, software distributed under the
- * License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
- * express or implied. See the License for the specific language governing permissions and
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
* limitations under the License.
*/
package io.vinyldns.java.model.membership;
public class ListGroupActivityRequest {
private String groupId;
- private String startFrom;
+ private Integer startFrom;
private Integer maxItems;
- public ListGroupActivityRequest(String groupId, String startFrom, Integer maxItems) {
+ public ListGroupActivityRequest(String groupId, Integer startFrom, Integer maxItems) {
this.groupId = groupId;
this.startFrom = startFrom;
this.maxItems = maxItems;
@@ -32,11 +34,11 @@ public void setGroupId(String groupId) {
this.groupId = groupId;
}
- public String getStartFrom() {
+ public Integer getStartFrom() {
return startFrom;
}
- public void setStartFrom(String startFrom) {
+ public void setStartFrom(Integer startFrom) {
this.startFrom = startFrom;
}
diff --git a/src/main/java/io/vinyldns/java/model/membership/ListGroupActivityResponse.java b/src/main/java/io/vinyldns/java/model/membership/ListGroupActivityResponse.java
index 2dbba5d..d4409b7 100644
--- a/src/main/java/io/vinyldns/java/model/membership/ListGroupActivityResponse.java
+++ b/src/main/java/io/vinyldns/java/model/membership/ListGroupActivityResponse.java
@@ -1,14 +1,16 @@
-/**
+/*
* Copyright 2018 Comcast Cable Communications Management, LLC
*
- * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file
- * except in compliance with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * http://www.apache.org/licenses/LICENSE-2.0
*
- * Unless required by applicable law or agreed to in writing, software distributed under the
- * License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
- * express or implied. See the License for the specific language governing permissions and
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
* limitations under the License.
*/
package io.vinyldns.java.model.membership;
@@ -17,7 +19,7 @@
public class ListGroupActivityResponse {
private final Set Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file
- * except in compliance with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * http://www.apache.org/licenses/LICENSE-2.0
*
- * Unless required by applicable law or agreed to in writing, software distributed under the
- * License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
- * express or implied. See the License for the specific language governing permissions and
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
* limitations under the License.
*/
package io.vinyldns.java.model.membership;
diff --git a/src/main/java/io/vinyldns/java/model/membership/ListGroupsResponse.java b/src/main/java/io/vinyldns/java/model/membership/ListGroupsResponse.java
index 912aca5..0bf4232 100644
--- a/src/main/java/io/vinyldns/java/model/membership/ListGroupsResponse.java
+++ b/src/main/java/io/vinyldns/java/model/membership/ListGroupsResponse.java
@@ -1,14 +1,16 @@
-/**
+/*
* Copyright 2018 Comcast Cable Communications Management, LLC
*
- * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file
- * except in compliance with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * http://www.apache.org/licenses/LICENSE-2.0
*
- * Unless required by applicable law or agreed to in writing, software distributed under the
- * License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
- * express or implied. See the License for the specific language governing permissions and
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
* limitations under the License.
*/
package io.vinyldns.java.model.membership;
diff --git a/src/main/java/io/vinyldns/java/model/membership/ListMembersRequest.java b/src/main/java/io/vinyldns/java/model/membership/ListMembersRequest.java
index b3c442c..689a445 100644
--- a/src/main/java/io/vinyldns/java/model/membership/ListMembersRequest.java
+++ b/src/main/java/io/vinyldns/java/model/membership/ListMembersRequest.java
@@ -1,14 +1,16 @@
-/**
+/*
* Copyright 2018 Comcast Cable Communications Management, LLC
*
- * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file
- * except in compliance with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * http://www.apache.org/licenses/LICENSE-2.0
*
- * Unless required by applicable law or agreed to in writing, software distributed under the
- * License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
- * express or implied. See the License for the specific language governing permissions and
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
* limitations under the License.
*/
package io.vinyldns.java.model.membership;
diff --git a/src/main/java/io/vinyldns/java/model/membership/ListMembersResponse.java b/src/main/java/io/vinyldns/java/model/membership/ListMembersResponse.java
index 71fd445..c96de00 100644
--- a/src/main/java/io/vinyldns/java/model/membership/ListMembersResponse.java
+++ b/src/main/java/io/vinyldns/java/model/membership/ListMembersResponse.java
@@ -1,14 +1,16 @@
-/**
+/*
* Copyright 2018 Comcast Cable Communications Management, LLC
*
- * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file
- * except in compliance with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * http://www.apache.org/licenses/LICENSE-2.0
*
- * Unless required by applicable law or agreed to in writing, software distributed under the
- * License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
- * express or implied. See the License for the specific language governing permissions and
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
* limitations under the License.
*/
package io.vinyldns.java.model.membership;
diff --git a/src/main/java/io/vinyldns/java/model/membership/LockStatus.java b/src/main/java/io/vinyldns/java/model/membership/LockStatus.java
index ded0410..a75d910 100644
--- a/src/main/java/io/vinyldns/java/model/membership/LockStatus.java
+++ b/src/main/java/io/vinyldns/java/model/membership/LockStatus.java
@@ -1,14 +1,16 @@
-/**
+/*
* Copyright 2018 Comcast Cable Communications Management, LLC
*
- * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file
- * except in compliance with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * http://www.apache.org/licenses/LICENSE-2.0
*
- * Unless required by applicable law or agreed to in writing, software distributed under the
- * License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
- * express or implied. See the License for the specific language governing permissions and
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
* limitations under the License.
*/
package io.vinyldns.java.model.membership;
diff --git a/src/main/java/io/vinyldns/java/model/membership/MemberId.java b/src/main/java/io/vinyldns/java/model/membership/MemberId.java
index 108586b..b5c4b64 100644
--- a/src/main/java/io/vinyldns/java/model/membership/MemberId.java
+++ b/src/main/java/io/vinyldns/java/model/membership/MemberId.java
@@ -1,14 +1,16 @@
-/**
+/*
* Copyright 2018 Comcast Cable Communications Management, LLC
*
- * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file
- * except in compliance with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * http://www.apache.org/licenses/LICENSE-2.0
*
- * Unless required by applicable law or agreed to in writing, software distributed under the
- * License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
- * express or implied. See the License for the specific language governing permissions and
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
* limitations under the License.
*/
package io.vinyldns.java.model.membership;
diff --git a/src/main/java/io/vinyldns/java/model/membership/UpdateGroupRequest.java b/src/main/java/io/vinyldns/java/model/membership/UpdateGroupRequest.java
index 7fe7381..ffb5259 100644
--- a/src/main/java/io/vinyldns/java/model/membership/UpdateGroupRequest.java
+++ b/src/main/java/io/vinyldns/java/model/membership/UpdateGroupRequest.java
@@ -1,14 +1,16 @@
-/**
+/*
* Copyright 2018 Comcast Cable Communications Management, LLC
*
- * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file
- * except in compliance with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * http://www.apache.org/licenses/LICENSE-2.0
*
- * Unless required by applicable law or agreed to in writing, software distributed under the
- * License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
- * express or implied. See the License for the specific language governing permissions and
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
* limitations under the License.
*/
package io.vinyldns.java.model.membership;
diff --git a/src/main/java/io/vinyldns/java/model/membership/UserInfo.java b/src/main/java/io/vinyldns/java/model/membership/UserInfo.java
index 59833d1..ba865dd 100644
--- a/src/main/java/io/vinyldns/java/model/membership/UserInfo.java
+++ b/src/main/java/io/vinyldns/java/model/membership/UserInfo.java
@@ -1,14 +1,16 @@
-/**
+/*
* Copyright 2018 Comcast Cable Communications Management, LLC
*
- * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file
- * except in compliance with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * http://www.apache.org/licenses/LICENSE-2.0
*
- * Unless required by applicable law or agreed to in writing, software distributed under the
- * License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
- * express or implied. See the License for the specific language governing permissions and
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
* limitations under the License.
*/
package io.vinyldns.java.model.membership;
diff --git a/src/main/java/io/vinyldns/java/model/record/RecordType.java b/src/main/java/io/vinyldns/java/model/record/RecordType.java
index fd981d0..b106e90 100644
--- a/src/main/java/io/vinyldns/java/model/record/RecordType.java
+++ b/src/main/java/io/vinyldns/java/model/record/RecordType.java
@@ -1,14 +1,16 @@
-/**
+/*
* Copyright 2018 Comcast Cable Communications Management, LLC
*
- * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file
- * except in compliance with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * http://www.apache.org/licenses/LICENSE-2.0
*
- * Unless required by applicable law or agreed to in writing, software distributed under the
- * License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
- * express or implied. See the License for the specific language governing permissions and
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
* limitations under the License.
*/
package io.vinyldns.java.model.record;
diff --git a/src/main/java/io/vinyldns/java/model/record/data/AAAAData.java b/src/main/java/io/vinyldns/java/model/record/data/AAAAData.java
index 6fa0bc0..0e9cda8 100644
--- a/src/main/java/io/vinyldns/java/model/record/data/AAAAData.java
+++ b/src/main/java/io/vinyldns/java/model/record/data/AAAAData.java
@@ -1,14 +1,16 @@
-/**
+/*
* Copyright 2018 Comcast Cable Communications Management, LLC
*
- * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file
- * except in compliance with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * http://www.apache.org/licenses/LICENSE-2.0
*
- * Unless required by applicable law or agreed to in writing, software distributed under the
- * License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
- * express or implied. See the License for the specific language governing permissions and
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
* limitations under the License.
*/
package io.vinyldns.java.model.record.data;
diff --git a/src/main/java/io/vinyldns/java/model/record/data/AData.java b/src/main/java/io/vinyldns/java/model/record/data/AData.java
index 894ca24..a42cadc 100644
--- a/src/main/java/io/vinyldns/java/model/record/data/AData.java
+++ b/src/main/java/io/vinyldns/java/model/record/data/AData.java
@@ -1,14 +1,16 @@
-/**
+/*
* Copyright 2018 Comcast Cable Communications Management, LLC
*
- * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file
- * except in compliance with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * http://www.apache.org/licenses/LICENSE-2.0
*
- * Unless required by applicable law or agreed to in writing, software distributed under the
- * License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
- * express or implied. See the License for the specific language governing permissions and
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
* limitations under the License.
*/
package io.vinyldns.java.model.record.data;
diff --git a/src/main/java/io/vinyldns/java/model/record/data/CNAMEData.java b/src/main/java/io/vinyldns/java/model/record/data/CNAMEData.java
index 637b2fc..fc04688 100644
--- a/src/main/java/io/vinyldns/java/model/record/data/CNAMEData.java
+++ b/src/main/java/io/vinyldns/java/model/record/data/CNAMEData.java
@@ -1,14 +1,16 @@
-/**
+/*
* Copyright 2018 Comcast Cable Communications Management, LLC
*
- * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file
- * except in compliance with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * http://www.apache.org/licenses/LICENSE-2.0
*
- * Unless required by applicable law or agreed to in writing, software distributed under the
- * License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
- * express or implied. See the License for the specific language governing permissions and
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
* limitations under the License.
*/
package io.vinyldns.java.model.record.data;
diff --git a/src/main/java/io/vinyldns/java/model/record/data/MXData.java b/src/main/java/io/vinyldns/java/model/record/data/MXData.java
index 3184fd7..9e82da5 100644
--- a/src/main/java/io/vinyldns/java/model/record/data/MXData.java
+++ b/src/main/java/io/vinyldns/java/model/record/data/MXData.java
@@ -1,14 +1,16 @@
-/**
+/*
* Copyright 2018 Comcast Cable Communications Management, LLC
*
- * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file
- * except in compliance with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * http://www.apache.org/licenses/LICENSE-2.0
*
- * Unless required by applicable law or agreed to in writing, software distributed under the
- * License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
- * express or implied. See the License for the specific language governing permissions and
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
* limitations under the License.
*/
package io.vinyldns.java.model.record.data;
diff --git a/src/main/java/io/vinyldns/java/model/record/data/NSData.java b/src/main/java/io/vinyldns/java/model/record/data/NSData.java
index 2d8b1d5..96300ea 100644
--- a/src/main/java/io/vinyldns/java/model/record/data/NSData.java
+++ b/src/main/java/io/vinyldns/java/model/record/data/NSData.java
@@ -1,14 +1,16 @@
-/**
+/*
* Copyright 2018 Comcast Cable Communications Management, LLC
*
- * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file
- * except in compliance with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * http://www.apache.org/licenses/LICENSE-2.0
*
- * Unless required by applicable law or agreed to in writing, software distributed under the
- * License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
- * express or implied. See the License for the specific language governing permissions and
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
* limitations under the License.
*/
package io.vinyldns.java.model.record.data;
diff --git a/src/main/java/io/vinyldns/java/model/record/data/PTRData.java b/src/main/java/io/vinyldns/java/model/record/data/PTRData.java
index d8c6e04..8c17dea 100644
--- a/src/main/java/io/vinyldns/java/model/record/data/PTRData.java
+++ b/src/main/java/io/vinyldns/java/model/record/data/PTRData.java
@@ -1,14 +1,16 @@
-/**
+/*
* Copyright 2018 Comcast Cable Communications Management, LLC
*
- * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file
- * except in compliance with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * http://www.apache.org/licenses/LICENSE-2.0
*
- * Unless required by applicable law or agreed to in writing, software distributed under the
- * License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
- * express or implied. See the License for the specific language governing permissions and
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
* limitations under the License.
*/
package io.vinyldns.java.model.record.data;
diff --git a/src/main/java/io/vinyldns/java/model/record/data/RecordData.java b/src/main/java/io/vinyldns/java/model/record/data/RecordData.java
index 1df6794..395f6ba 100644
--- a/src/main/java/io/vinyldns/java/model/record/data/RecordData.java
+++ b/src/main/java/io/vinyldns/java/model/record/data/RecordData.java
@@ -1,14 +1,16 @@
-/**
+/*
* Copyright 2018 Comcast Cable Communications Management, LLC
*
- * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file
- * except in compliance with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * http://www.apache.org/licenses/LICENSE-2.0
*
- * Unless required by applicable law or agreed to in writing, software distributed under the
- * License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
- * express or implied. See the License for the specific language governing permissions and
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
* limitations under the License.
*/
package io.vinyldns.java.model.record.data;
diff --git a/src/main/java/io/vinyldns/java/model/record/data/SOAData.java b/src/main/java/io/vinyldns/java/model/record/data/SOAData.java
index 9032740..2191004 100644
--- a/src/main/java/io/vinyldns/java/model/record/data/SOAData.java
+++ b/src/main/java/io/vinyldns/java/model/record/data/SOAData.java
@@ -1,14 +1,16 @@
-/**
+/*
* Copyright 2018 Comcast Cable Communications Management, LLC
*
- * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file
- * except in compliance with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * http://www.apache.org/licenses/LICENSE-2.0
*
- * Unless required by applicable law or agreed to in writing, software distributed under the
- * License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
- * express or implied. See the License for the specific language governing permissions and
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
* limitations under the License.
*/
package io.vinyldns.java.model.record.data;
diff --git a/src/main/java/io/vinyldns/java/model/record/data/SPFData.java b/src/main/java/io/vinyldns/java/model/record/data/SPFData.java
index 2942bb8..fb49f6e 100644
--- a/src/main/java/io/vinyldns/java/model/record/data/SPFData.java
+++ b/src/main/java/io/vinyldns/java/model/record/data/SPFData.java
@@ -1,14 +1,16 @@
-/**
+/*
* Copyright 2018 Comcast Cable Communications Management, LLC
*
- * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file
- * except in compliance with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * http://www.apache.org/licenses/LICENSE-2.0
*
- * Unless required by applicable law or agreed to in writing, software distributed under the
- * License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
- * express or implied. See the License for the specific language governing permissions and
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
* limitations under the License.
*/
package io.vinyldns.java.model.record.data;
diff --git a/src/main/java/io/vinyldns/java/model/record/data/SRVData.java b/src/main/java/io/vinyldns/java/model/record/data/SRVData.java
index 573325b..b0119dd 100644
--- a/src/main/java/io/vinyldns/java/model/record/data/SRVData.java
+++ b/src/main/java/io/vinyldns/java/model/record/data/SRVData.java
@@ -1,14 +1,16 @@
-/**
+/*
* Copyright 2018 Comcast Cable Communications Management, LLC
*
- * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file
- * except in compliance with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * http://www.apache.org/licenses/LICENSE-2.0
*
- * Unless required by applicable law or agreed to in writing, software distributed under the
- * License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
- * express or implied. See the License for the specific language governing permissions and
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
* limitations under the License.
*/
package io.vinyldns.java.model.record.data;
diff --git a/src/main/java/io/vinyldns/java/model/record/data/SSHFPData.java b/src/main/java/io/vinyldns/java/model/record/data/SSHFPData.java
index 8c3b945..176a146 100644
--- a/src/main/java/io/vinyldns/java/model/record/data/SSHFPData.java
+++ b/src/main/java/io/vinyldns/java/model/record/data/SSHFPData.java
@@ -1,14 +1,16 @@
-/**
+/*
* Copyright 2018 Comcast Cable Communications Management, LLC
*
- * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file
- * except in compliance with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * http://www.apache.org/licenses/LICENSE-2.0
*
- * Unless required by applicable law or agreed to in writing, software distributed under the
- * License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
- * express or implied. See the License for the specific language governing permissions and
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
* limitations under the License.
*/
package io.vinyldns.java.model.record.data;
diff --git a/src/main/java/io/vinyldns/java/model/record/data/TXTData.java b/src/main/java/io/vinyldns/java/model/record/data/TXTData.java
index 16decbf..f8c9c19 100644
--- a/src/main/java/io/vinyldns/java/model/record/data/TXTData.java
+++ b/src/main/java/io/vinyldns/java/model/record/data/TXTData.java
@@ -1,14 +1,16 @@
-/**
+/*
* Copyright 2018 Comcast Cable Communications Management, LLC
*
- * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file
- * except in compliance with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * http://www.apache.org/licenses/LICENSE-2.0
*
- * Unless required by applicable law or agreed to in writing, software distributed under the
- * License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
- * express or implied. See the License for the specific language governing permissions and
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
* limitations under the License.
*/
package io.vinyldns.java.model.record.data;
diff --git a/src/main/java/io/vinyldns/java/model/record/data/UNKNOWNData.java b/src/main/java/io/vinyldns/java/model/record/data/UNKNOWNData.java
index cd7bf9c..71b3b69 100644
--- a/src/main/java/io/vinyldns/java/model/record/data/UNKNOWNData.java
+++ b/src/main/java/io/vinyldns/java/model/record/data/UNKNOWNData.java
@@ -1,14 +1,16 @@
-/**
+/*
* Copyright 2018 Comcast Cable Communications Management, LLC
*
- * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file
- * except in compliance with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * http://www.apache.org/licenses/LICENSE-2.0
*
- * Unless required by applicable law or agreed to in writing, software distributed under the
- * License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
- * express or implied. See the License for the specific language governing permissions and
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
* limitations under the License.
*/
package io.vinyldns.java.model.record.data;
diff --git a/src/main/java/io/vinyldns/java/model/record/set/CreateRecordSetRequest.java b/src/main/java/io/vinyldns/java/model/record/set/CreateRecordSetRequest.java
index 1fd3c7b..3445f53 100644
--- a/src/main/java/io/vinyldns/java/model/record/set/CreateRecordSetRequest.java
+++ b/src/main/java/io/vinyldns/java/model/record/set/CreateRecordSetRequest.java
@@ -1,14 +1,16 @@
-/**
+/*
* Copyright 2018 Comcast Cable Communications Management, LLC
*
- * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file
- * except in compliance with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * http://www.apache.org/licenses/LICENSE-2.0
*
- * Unless required by applicable law or agreed to in writing, software distributed under the
- * License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
- * express or implied. See the License for the specific language governing permissions and
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
* limitations under the License.
*/
package io.vinyldns.java.model.record.set;
diff --git a/src/main/java/io/vinyldns/java/model/record/set/DeleteRecordSetRequest.java b/src/main/java/io/vinyldns/java/model/record/set/DeleteRecordSetRequest.java
index c7aa388..503eecb 100644
--- a/src/main/java/io/vinyldns/java/model/record/set/DeleteRecordSetRequest.java
+++ b/src/main/java/io/vinyldns/java/model/record/set/DeleteRecordSetRequest.java
@@ -1,14 +1,16 @@
-/**
+/*
* Copyright 2018 Comcast Cable Communications Management, LLC
*
- * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file
- * except in compliance with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * http://www.apache.org/licenses/LICENSE-2.0
*
- * Unless required by applicable law or agreed to in writing, software distributed under the
- * License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
- * express or implied. See the License for the specific language governing permissions and
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
* limitations under the License.
*/
package io.vinyldns.java.model.record.set;
diff --git a/src/main/java/io/vinyldns/java/model/record/set/GetRecordSetChangeRequest.java b/src/main/java/io/vinyldns/java/model/record/set/GetRecordSetChangeRequest.java
index 77256fd..dc09048 100644
--- a/src/main/java/io/vinyldns/java/model/record/set/GetRecordSetChangeRequest.java
+++ b/src/main/java/io/vinyldns/java/model/record/set/GetRecordSetChangeRequest.java
@@ -1,14 +1,16 @@
-/**
+/*
* Copyright 2018 Comcast Cable Communications Management, LLC
*
- * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file
- * except in compliance with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * http://www.apache.org/licenses/LICENSE-2.0
*
- * Unless required by applicable law or agreed to in writing, software distributed under the
- * License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
- * express or implied. See the License for the specific language governing permissions and
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
* limitations under the License.
*/
package io.vinyldns.java.model.record.set;
diff --git a/src/main/java/io/vinyldns/java/model/record/set/ListRecordSetChangesRequest.java b/src/main/java/io/vinyldns/java/model/record/set/ListRecordSetChangesRequest.java
index 3240347..886c0cc 100644
--- a/src/main/java/io/vinyldns/java/model/record/set/ListRecordSetChangesRequest.java
+++ b/src/main/java/io/vinyldns/java/model/record/set/ListRecordSetChangesRequest.java
@@ -1,14 +1,16 @@
-/**
+/*
* Copyright 2018 Comcast Cable Communications Management, LLC
*
- * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file
- * except in compliance with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * http://www.apache.org/licenses/LICENSE-2.0
*
- * Unless required by applicable law or agreed to in writing, software distributed under the
- * License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
- * express or implied. See the License for the specific language governing permissions and
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
* limitations under the License.
*/
package io.vinyldns.java.model.record.set;
diff --git a/src/main/java/io/vinyldns/java/model/record/set/ListRecordSetChangesResponse.java b/src/main/java/io/vinyldns/java/model/record/set/ListRecordSetChangesResponse.java
index 53970fb..f138bf9 100644
--- a/src/main/java/io/vinyldns/java/model/record/set/ListRecordSetChangesResponse.java
+++ b/src/main/java/io/vinyldns/java/model/record/set/ListRecordSetChangesResponse.java
@@ -1,14 +1,16 @@
-/**
+/*
* Copyright 2018 Comcast Cable Communications Management, LLC
*
- * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file
- * except in compliance with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * http://www.apache.org/licenses/LICENSE-2.0
*
- * Unless required by applicable law or agreed to in writing, software distributed under the
- * License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
- * express or implied. See the License for the specific language governing permissions and
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
* limitations under the License.
*/
package io.vinyldns.java.model.record.set;
@@ -19,15 +21,15 @@
public class ListRecordSetChangesResponse {
private String zoneId;
private List Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file
- * except in compliance with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * http://www.apache.org/licenses/LICENSE-2.0
*
- * Unless required by applicable law or agreed to in writing, software distributed under the
- * License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
- * express or implied. See the License for the specific language governing permissions and
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
* limitations under the License.
*/
package io.vinyldns.java.model.record.set;
diff --git a/src/main/java/io/vinyldns/java/model/record/set/ListRecordSetsResponse.java b/src/main/java/io/vinyldns/java/model/record/set/ListRecordSetsResponse.java
index b1349d9..dde8a00 100644
--- a/src/main/java/io/vinyldns/java/model/record/set/ListRecordSetsResponse.java
+++ b/src/main/java/io/vinyldns/java/model/record/set/ListRecordSetsResponse.java
@@ -1,14 +1,16 @@
-/**
+/*
* Copyright 2018 Comcast Cable Communications Management, LLC
*
- * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file
- * except in compliance with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * http://www.apache.org/licenses/LICENSE-2.0
*
- * Unless required by applicable law or agreed to in writing, software distributed under the
- * License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
- * express or implied. See the License for the specific language governing permissions and
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
* limitations under the License.
*/
package io.vinyldns.java.model.record.set;
diff --git a/src/main/java/io/vinyldns/java/model/record/set/RecordSet.java b/src/main/java/io/vinyldns/java/model/record/set/RecordSet.java
index be052a3..3d0591f 100644
--- a/src/main/java/io/vinyldns/java/model/record/set/RecordSet.java
+++ b/src/main/java/io/vinyldns/java/model/record/set/RecordSet.java
@@ -1,14 +1,16 @@
-/**
+/*
* Copyright 2018 Comcast Cable Communications Management, LLC
*
- * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file
- * except in compliance with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * http://www.apache.org/licenses/LICENSE-2.0
*
- * Unless required by applicable law or agreed to in writing, software distributed under the
- * License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
- * express or implied. See the License for the specific language governing permissions and
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
* limitations under the License.
*/
package io.vinyldns.java.model.record.set;
diff --git a/src/main/java/io/vinyldns/java/model/record/set/RecordSetBase.java b/src/main/java/io/vinyldns/java/model/record/set/RecordSetBase.java
index 1b79189..f53c829 100644
--- a/src/main/java/io/vinyldns/java/model/record/set/RecordSetBase.java
+++ b/src/main/java/io/vinyldns/java/model/record/set/RecordSetBase.java
@@ -1,14 +1,16 @@
-/**
+/*
* Copyright 2018 Comcast Cable Communications Management, LLC
*
- * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file
- * except in compliance with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * http://www.apache.org/licenses/LICENSE-2.0
*
- * Unless required by applicable law or agreed to in writing, software distributed under the
- * License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
- * express or implied. See the License for the specific language governing permissions and
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
* limitations under the License.
*/
package io.vinyldns.java.model.record.set;
diff --git a/src/main/java/io/vinyldns/java/model/record/set/RecordSetChange.java b/src/main/java/io/vinyldns/java/model/record/set/RecordSetChange.java
index acf6bca..71a1167 100644
--- a/src/main/java/io/vinyldns/java/model/record/set/RecordSetChange.java
+++ b/src/main/java/io/vinyldns/java/model/record/set/RecordSetChange.java
@@ -1,14 +1,16 @@
-/**
+/*
* Copyright 2018 Comcast Cable Communications Management, LLC
*
- * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file
- * except in compliance with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * http://www.apache.org/licenses/LICENSE-2.0
*
- * Unless required by applicable law or agreed to in writing, software distributed under the
- * License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
- * express or implied. See the License for the specific language governing permissions and
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
* limitations under the License.
*/
package io.vinyldns.java.model.record.set;
diff --git a/src/main/java/io/vinyldns/java/model/record/set/RecordSetChangeStatus.java b/src/main/java/io/vinyldns/java/model/record/set/RecordSetChangeStatus.java
index a8a65ae..df400b1 100644
--- a/src/main/java/io/vinyldns/java/model/record/set/RecordSetChangeStatus.java
+++ b/src/main/java/io/vinyldns/java/model/record/set/RecordSetChangeStatus.java
@@ -1,14 +1,16 @@
-/**
+/*
* Copyright 2018 Comcast Cable Communications Management, LLC
*
- * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file
- * except in compliance with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * http://www.apache.org/licenses/LICENSE-2.0
*
- * Unless required by applicable law or agreed to in writing, software distributed under the
- * License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
- * express or implied. See the License for the specific language governing permissions and
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
* limitations under the License.
*/
package io.vinyldns.java.model.record.set;
diff --git a/src/main/java/io/vinyldns/java/model/record/set/RecordSetChangeType.java b/src/main/java/io/vinyldns/java/model/record/set/RecordSetChangeType.java
index 45f8df7..ddf79de 100644
--- a/src/main/java/io/vinyldns/java/model/record/set/RecordSetChangeType.java
+++ b/src/main/java/io/vinyldns/java/model/record/set/RecordSetChangeType.java
@@ -1,14 +1,16 @@
-/**
+/*
* Copyright 2018 Comcast Cable Communications Management, LLC
*
- * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file
- * except in compliance with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * http://www.apache.org/licenses/LICENSE-2.0
*
- * Unless required by applicable law or agreed to in writing, software distributed under the
- * License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
- * express or implied. See the License for the specific language governing permissions and
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
* limitations under the License.
*/
package io.vinyldns.java.model.record.set;
diff --git a/src/main/java/io/vinyldns/java/model/record/set/RecordSetStatus.java b/src/main/java/io/vinyldns/java/model/record/set/RecordSetStatus.java
index 8b16f04..3549bdc 100644
--- a/src/main/java/io/vinyldns/java/model/record/set/RecordSetStatus.java
+++ b/src/main/java/io/vinyldns/java/model/record/set/RecordSetStatus.java
@@ -1,14 +1,16 @@
-/**
+/*
* Copyright 2018 Comcast Cable Communications Management, LLC
*
- * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file
- * except in compliance with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * http://www.apache.org/licenses/LICENSE-2.0
*
- * Unless required by applicable law or agreed to in writing, software distributed under the
- * License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
- * express or implied. See the License for the specific language governing permissions and
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
* limitations under the License.
*/
package io.vinyldns.java.model.record.set;
diff --git a/src/main/java/io/vinyldns/java/model/record/set/SearchRecordSetsRequest.java b/src/main/java/io/vinyldns/java/model/record/set/SearchRecordSetsRequest.java
index d3b6d9e..34b0ee2 100644
--- a/src/main/java/io/vinyldns/java/model/record/set/SearchRecordSetsRequest.java
+++ b/src/main/java/io/vinyldns/java/model/record/set/SearchRecordSetsRequest.java
@@ -18,100 +18,99 @@
import io.vinyldns.java.model.Order;
import java.util.Objects;
-public class SearchRecordSetsRequest
-{
- private final String recordNameFilter;
- private String recordOwnerGroupFilter;
- private Order nameSort;
- private String startFrom;
- private Integer maxItems;
-
- public SearchRecordSetsRequest(final String recordNameFilter) {
- this.recordNameFilter = recordNameFilter;
- }
-
- public SearchRecordSetsRequest(
- String recordNameFilter,
- String recordOwnerGroupFilter,
- Order nameSort,
- String startFrom,
- Integer maxItems) {
- this.recordNameFilter = recordNameFilter;
- this.recordOwnerGroupFilter = recordOwnerGroupFilter;
- this.nameSort = nameSort;
- this.startFrom = startFrom;
- this.maxItems = maxItems;
- }
-
- @Override
- public String toString() {
- return "ListRecordSetGlobalRequest{"
- + "recordNameFilter='"
- + recordNameFilter
- + '\''
- + ", recordOwnerGroupFilter='"
- + recordOwnerGroupFilter
- + '\''
- + ", nameSort="
- + nameSort
- + ", startFrom='"
- + startFrom
- + '\''
- + ", maxItems="
- + maxItems
- + '}';
- }
-
- @Override
- public boolean equals(Object o) {
- if (this == o) return true;
- if (o == null || getClass() != o.getClass()) return false;
- SearchRecordSetsRequest that = (SearchRecordSetsRequest) o;
- return recordNameFilter.equals(that.recordNameFilter)
- && recordOwnerGroupFilter.equals(that.recordOwnerGroupFilter)
- && nameSort == that.nameSort
- && startFrom.equals(that.startFrom)
- && maxItems.equals(that.maxItems);
- }
-
- @Override
- public int hashCode() {
- return Objects.hash(recordNameFilter, recordOwnerGroupFilter, nameSort, startFrom, maxItems);
- }
-
- public String getRecordNameFilter() {
- return recordNameFilter;
- }
-
- public String getRecordOwnerGroupFilter() {
- return recordOwnerGroupFilter;
- }
-
- public void setRecordOwnerGroupFilter(String recordOwnerGroupFilter) {
- this.recordOwnerGroupFilter = recordOwnerGroupFilter;
- }
-
- public Order getNameSort() {
- return nameSort;
- }
-
- public void setNameSort(Order nameSort) {
- this.nameSort = nameSort;
- }
-
- public String getStartFrom() {
- return startFrom;
- }
-
- public void setStartFrom(String startFrom) {
- this.startFrom = startFrom;
- }
-
- public Integer getMaxItems() {
- return maxItems;
- }
-
- public void setMaxItems(Integer maxItems) {
- this.maxItems = maxItems;
- }
+public class SearchRecordSetsRequest {
+ private final String recordNameFilter;
+ private String recordOwnerGroupFilter;
+ private Order nameSort;
+ private String startFrom;
+ private Integer maxItems;
+
+ public SearchRecordSetsRequest(final String recordNameFilter) {
+ this.recordNameFilter = recordNameFilter;
+ }
+
+ public SearchRecordSetsRequest(
+ String recordNameFilter,
+ String recordOwnerGroupFilter,
+ Order nameSort,
+ String startFrom,
+ Integer maxItems) {
+ this.recordNameFilter = recordNameFilter;
+ this.recordOwnerGroupFilter = recordOwnerGroupFilter;
+ this.nameSort = nameSort;
+ this.startFrom = startFrom;
+ this.maxItems = maxItems;
+ }
+
+ @Override
+ public String toString() {
+ return "ListRecordSetGlobalRequest{"
+ + "recordNameFilter='"
+ + recordNameFilter
+ + '\''
+ + ", recordOwnerGroupFilter='"
+ + recordOwnerGroupFilter
+ + '\''
+ + ", nameSort="
+ + nameSort
+ + ", startFrom='"
+ + startFrom
+ + '\''
+ + ", maxItems="
+ + maxItems
+ + '}';
+ }
+
+ @Override
+ public boolean equals(Object o) {
+ if (this == o) return true;
+ if (o == null || getClass() != o.getClass()) return false;
+ SearchRecordSetsRequest that = (SearchRecordSetsRequest) o;
+ return recordNameFilter.equals(that.recordNameFilter)
+ && recordOwnerGroupFilter.equals(that.recordOwnerGroupFilter)
+ && nameSort == that.nameSort
+ && startFrom.equals(that.startFrom)
+ && maxItems.equals(that.maxItems);
+ }
+
+ @Override
+ public int hashCode() {
+ return Objects.hash(recordNameFilter, recordOwnerGroupFilter, nameSort, startFrom, maxItems);
+ }
+
+ public String getRecordNameFilter() {
+ return recordNameFilter;
+ }
+
+ public String getRecordOwnerGroupFilter() {
+ return recordOwnerGroupFilter;
+ }
+
+ public void setRecordOwnerGroupFilter(String recordOwnerGroupFilter) {
+ this.recordOwnerGroupFilter = recordOwnerGroupFilter;
+ }
+
+ public Order getNameSort() {
+ return nameSort;
+ }
+
+ public void setNameSort(Order nameSort) {
+ this.nameSort = nameSort;
+ }
+
+ public String getStartFrom() {
+ return startFrom;
+ }
+
+ public void setStartFrom(String startFrom) {
+ this.startFrom = startFrom;
+ }
+
+ public Integer getMaxItems() {
+ return maxItems;
+ }
+
+ public void setMaxItems(Integer maxItems) {
+ this.maxItems = maxItems;
+ }
}
diff --git a/src/main/java/io/vinyldns/java/model/record/set/SearchRecordSetsResponse.java b/src/main/java/io/vinyldns/java/model/record/set/SearchRecordSetsResponse.java
index 743abd5..4721072 100644
--- a/src/main/java/io/vinyldns/java/model/record/set/SearchRecordSetsResponse.java
+++ b/src/main/java/io/vinyldns/java/model/record/set/SearchRecordSetsResponse.java
@@ -18,98 +18,97 @@
import io.vinyldns.java.model.record.RecordType;
import java.util.Collection;
-public class SearchRecordSetsResponse
-{
-
- private Collection Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file
- * except in compliance with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * http://www.apache.org/licenses/LICENSE-2.0
*
- * Unless required by applicable law or agreed to in writing, software distributed under the
- * License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
- * express or implied. See the License for the specific language governing permissions and
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
* limitations under the License.
*/
package io.vinyldns.java.model.record.set;
diff --git a/src/main/java/io/vinyldns/java/model/zone/GetRecordSetResponse.java b/src/main/java/io/vinyldns/java/model/zone/GetRecordSetResponse.java
index 7d8983a..bf8b6d0 100644
--- a/src/main/java/io/vinyldns/java/model/zone/GetRecordSetResponse.java
+++ b/src/main/java/io/vinyldns/java/model/zone/GetRecordSetResponse.java
@@ -1,14 +1,16 @@
-/**
+/*
* Copyright 2018 Comcast Cable Communications Management, LLC
*
- * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file
- * except in compliance with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * http://www.apache.org/licenses/LICENSE-2.0
*
- * Unless required by applicable law or agreed to in writing, software distributed under the
- * License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
- * express or implied. See the License for the specific language governing permissions and
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
* limitations under the License.
*/
package io.vinyldns.java.model.zone;
diff --git a/src/main/java/io/vinyldns/java/model/zone/GetZoneResponse.java b/src/main/java/io/vinyldns/java/model/zone/GetZoneResponse.java
index 557aefc..83b919b 100644
--- a/src/main/java/io/vinyldns/java/model/zone/GetZoneResponse.java
+++ b/src/main/java/io/vinyldns/java/model/zone/GetZoneResponse.java
@@ -1,14 +1,16 @@
-/**
+/*
* Copyright 2018 Comcast Cable Communications Management, LLC
*
- * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file
- * except in compliance with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * http://www.apache.org/licenses/LICENSE-2.0
*
- * Unless required by applicable law or agreed to in writing, software distributed under the
- * License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
- * express or implied. See the License for the specific language governing permissions and
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
* limitations under the License.
*/
package io.vinyldns.java.model.zone;
diff --git a/src/main/java/io/vinyldns/java/model/zone/ListZoneChangesRequest.java b/src/main/java/io/vinyldns/java/model/zone/ListZoneChangesRequest.java
index 8e2db52..11a05f6 100644
--- a/src/main/java/io/vinyldns/java/model/zone/ListZoneChangesRequest.java
+++ b/src/main/java/io/vinyldns/java/model/zone/ListZoneChangesRequest.java
@@ -1,14 +1,16 @@
-/**
+/*
* Copyright 2018 Comcast Cable Communications Management, LLC
*
- * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file
- * except in compliance with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * http://www.apache.org/licenses/LICENSE-2.0
*
- * Unless required by applicable law or agreed to in writing, software distributed under the
- * License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
- * express or implied. See the License for the specific language governing permissions and
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
* limitations under the License.
*/
/**
diff --git a/src/main/java/io/vinyldns/java/model/zone/ListZoneChangesResponse.java b/src/main/java/io/vinyldns/java/model/zone/ListZoneChangesResponse.java
index 0ea21aa..fcbb1b5 100644
--- a/src/main/java/io/vinyldns/java/model/zone/ListZoneChangesResponse.java
+++ b/src/main/java/io/vinyldns/java/model/zone/ListZoneChangesResponse.java
@@ -1,14 +1,16 @@
-/**
+/*
* Copyright 2018 Comcast Cable Communications Management, LLC
*
- * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file
- * except in compliance with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * http://www.apache.org/licenses/LICENSE-2.0
*
- * Unless required by applicable law or agreed to in writing, software distributed under the
- * License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
- * express or implied. See the License for the specific language governing permissions and
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
* limitations under the License.
*/
package io.vinyldns.java.model.zone;
diff --git a/src/main/java/io/vinyldns/java/model/zone/ListZonesRequest.java b/src/main/java/io/vinyldns/java/model/zone/ListZonesRequest.java
index 0e444ac..c91b83e 100644
--- a/src/main/java/io/vinyldns/java/model/zone/ListZonesRequest.java
+++ b/src/main/java/io/vinyldns/java/model/zone/ListZonesRequest.java
@@ -1,14 +1,16 @@
-/**
+/*
* Copyright 2018 Comcast Cable Communications Management, LLC
*
- * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file
- * except in compliance with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * http://www.apache.org/licenses/LICENSE-2.0
*
- * Unless required by applicable law or agreed to in writing, software distributed under the
- * License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
- * express or implied. See the License for the specific language governing permissions and
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
* limitations under the License.
*/
package io.vinyldns.java.model.zone;
diff --git a/src/main/java/io/vinyldns/java/model/zone/ListZonesResponse.java b/src/main/java/io/vinyldns/java/model/zone/ListZonesResponse.java
index e0b79f1..b4d8917 100644
--- a/src/main/java/io/vinyldns/java/model/zone/ListZonesResponse.java
+++ b/src/main/java/io/vinyldns/java/model/zone/ListZonesResponse.java
@@ -1,14 +1,16 @@
-/**
+/*
* Copyright 2018 Comcast Cable Communications Management, LLC
*
- * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file
- * except in compliance with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * http://www.apache.org/licenses/LICENSE-2.0
*
- * Unless required by applicable law or agreed to in writing, software distributed under the
- * License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
- * express or implied. See the License for the specific language governing permissions and
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
* limitations under the License.
*/
package io.vinyldns.java.model.zone;
diff --git a/src/main/java/io/vinyldns/java/model/zone/Zone.java b/src/main/java/io/vinyldns/java/model/zone/Zone.java
index 8bbf4ba..da34750 100644
--- a/src/main/java/io/vinyldns/java/model/zone/Zone.java
+++ b/src/main/java/io/vinyldns/java/model/zone/Zone.java
@@ -1,14 +1,16 @@
-/**
+/*
* Copyright 2018 Comcast Cable Communications Management, LLC
*
- * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file
- * except in compliance with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * http://www.apache.org/licenses/LICENSE-2.0
*
- * Unless required by applicable law or agreed to in writing, software distributed under the
- * License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
- * express or implied. See the License for the specific language governing permissions and
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
* limitations under the License.
*/
package io.vinyldns.java.model.zone;
diff --git a/src/main/java/io/vinyldns/java/model/zone/ZoneACL.java b/src/main/java/io/vinyldns/java/model/zone/ZoneACL.java
index 2b4b40e..c2ae447 100644
--- a/src/main/java/io/vinyldns/java/model/zone/ZoneACL.java
+++ b/src/main/java/io/vinyldns/java/model/zone/ZoneACL.java
@@ -1,14 +1,16 @@
-/**
+/*
* Copyright 2018 Comcast Cable Communications Management, LLC
*
- * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file
- * except in compliance with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * http://www.apache.org/licenses/LICENSE-2.0
*
- * Unless required by applicable law or agreed to in writing, software distributed under the
- * License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
- * express or implied. See the License for the specific language governing permissions and
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
* limitations under the License.
*/
package io.vinyldns.java.model.zone;
diff --git a/src/main/java/io/vinyldns/java/model/zone/ZoneChangeStatus.java b/src/main/java/io/vinyldns/java/model/zone/ZoneChangeStatus.java
index 1f897ce..d3c39ac 100644
--- a/src/main/java/io/vinyldns/java/model/zone/ZoneChangeStatus.java
+++ b/src/main/java/io/vinyldns/java/model/zone/ZoneChangeStatus.java
@@ -1,14 +1,16 @@
-/**
+/*
* Copyright 2018 Comcast Cable Communications Management, LLC
*
- * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file
- * except in compliance with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * http://www.apache.org/licenses/LICENSE-2.0
*
- * Unless required by applicable law or agreed to in writing, software distributed under the
- * License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
- * express or implied. See the License for the specific language governing permissions and
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
* limitations under the License.
*/
package io.vinyldns.java.model.zone;
diff --git a/src/main/java/io/vinyldns/java/model/zone/ZoneChangeType.java b/src/main/java/io/vinyldns/java/model/zone/ZoneChangeType.java
index d0d623e..5a55bb2 100644
--- a/src/main/java/io/vinyldns/java/model/zone/ZoneChangeType.java
+++ b/src/main/java/io/vinyldns/java/model/zone/ZoneChangeType.java
@@ -1,14 +1,16 @@
-/**
+/*
* Copyright 2018 Comcast Cable Communications Management, LLC
*
- * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file
- * except in compliance with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * http://www.apache.org/licenses/LICENSE-2.0
*
- * Unless required by applicable law or agreed to in writing, software distributed under the
- * License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
- * express or implied. See the License for the specific language governing permissions and
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
* limitations under the License.
*/
package io.vinyldns.java.model.zone;
diff --git a/src/main/java/io/vinyldns/java/model/zone/ZoneConnection.java b/src/main/java/io/vinyldns/java/model/zone/ZoneConnection.java
index dd745b8..7965747 100644
--- a/src/main/java/io/vinyldns/java/model/zone/ZoneConnection.java
+++ b/src/main/java/io/vinyldns/java/model/zone/ZoneConnection.java
@@ -1,14 +1,16 @@
-/**
+/*
* Copyright 2018 Comcast Cable Communications Management, LLC
*
- * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file
- * except in compliance with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * http://www.apache.org/licenses/LICENSE-2.0
*
- * Unless required by applicable law or agreed to in writing, software distributed under the
- * License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
- * express or implied. See the License for the specific language governing permissions and
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
* limitations under the License.
*/
package io.vinyldns.java.model.zone;
diff --git a/src/main/java/io/vinyldns/java/model/zone/ZoneRequest.java b/src/main/java/io/vinyldns/java/model/zone/ZoneRequest.java
index 65c60e2..1d993dd 100644
--- a/src/main/java/io/vinyldns/java/model/zone/ZoneRequest.java
+++ b/src/main/java/io/vinyldns/java/model/zone/ZoneRequest.java
@@ -1,14 +1,16 @@
-/**
+/*
* Copyright 2018 Comcast Cable Communications Management, LLC
*
- * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file
- * except in compliance with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * http://www.apache.org/licenses/LICENSE-2.0
*
- * Unless required by applicable law or agreed to in writing, software distributed under the
- * License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
- * express or implied. See the License for the specific language governing permissions and
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
* limitations under the License.
*/
package io.vinyldns.java.model.zone;
diff --git a/src/main/java/io/vinyldns/java/model/zone/ZoneResponse.java b/src/main/java/io/vinyldns/java/model/zone/ZoneResponse.java
index ff606f1..2b2d2ef 100644
--- a/src/main/java/io/vinyldns/java/model/zone/ZoneResponse.java
+++ b/src/main/java/io/vinyldns/java/model/zone/ZoneResponse.java
@@ -1,14 +1,16 @@
-/**
+/*
* Copyright 2018 Comcast Cable Communications Management, LLC
*
- * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file
- * except in compliance with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * http://www.apache.org/licenses/LICENSE-2.0
*
- * Unless required by applicable law or agreed to in writing, software distributed under the
- * License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
- * express or implied. See the License for the specific language governing permissions and
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
* limitations under the License.
*/
package io.vinyldns.java.model.zone;
diff --git a/src/main/java/io/vinyldns/java/model/zone/ZoneStatus.java b/src/main/java/io/vinyldns/java/model/zone/ZoneStatus.java
index 0401e5a..b919370 100644
--- a/src/main/java/io/vinyldns/java/model/zone/ZoneStatus.java
+++ b/src/main/java/io/vinyldns/java/model/zone/ZoneStatus.java
@@ -1,14 +1,16 @@
-/**
+/*
* Copyright 2018 Comcast Cable Communications Management, LLC
*
- * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file
- * except in compliance with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * http://www.apache.org/licenses/LICENSE-2.0
*
- * Unless required by applicable law or agreed to in writing, software distributed under the
- * License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
- * express or implied. See the License for the specific language governing permissions and
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
* limitations under the License.
*/
package io.vinyldns.java.model.zone;
diff --git a/src/main/java/io/vinyldns/java/responses/ResponseMarker.java b/src/main/java/io/vinyldns/java/responses/ResponseMarker.java
index 9eb0e3c..5e1f90c 100644
--- a/src/main/java/io/vinyldns/java/responses/ResponseMarker.java
+++ b/src/main/java/io/vinyldns/java/responses/ResponseMarker.java
@@ -1,14 +1,16 @@
-/**
+/*
* Copyright 2018 Comcast Cable Communications Management, LLC
*
- * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file
- * except in compliance with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * http://www.apache.org/licenses/LICENSE-2.0
*
- * Unless required by applicable law or agreed to in writing, software distributed under the
- * License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
- * express or implied. See the License for the specific language governing permissions and
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
* limitations under the License.
*/
package io.vinyldns.java.responses;
diff --git a/src/main/java/io/vinyldns/java/responses/VinylDNSFailureResponse.java b/src/main/java/io/vinyldns/java/responses/VinylDNSFailureResponse.java
index baf8cb1..5e2a403 100644
--- a/src/main/java/io/vinyldns/java/responses/VinylDNSFailureResponse.java
+++ b/src/main/java/io/vinyldns/java/responses/VinylDNSFailureResponse.java
@@ -1,14 +1,16 @@
-/**
+/*
* Copyright 2018 Comcast Cable Communications Management, LLC
*
- * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file
- * except in compliance with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * http://www.apache.org/licenses/LICENSE-2.0
*
- * Unless required by applicable law or agreed to in writing, software distributed under the
- * License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
- * express or implied. See the License for the specific language governing permissions and
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
* limitations under the License.
*/
package io.vinyldns.java.responses;
diff --git a/src/main/java/io/vinyldns/java/responses/VinylDNSResponse.java b/src/main/java/io/vinyldns/java/responses/VinylDNSResponse.java
index 244aa19..5b24700 100644
--- a/src/main/java/io/vinyldns/java/responses/VinylDNSResponse.java
+++ b/src/main/java/io/vinyldns/java/responses/VinylDNSResponse.java
@@ -1,14 +1,16 @@
-/**
+/*
* Copyright 2018 Comcast Cable Communications Management, LLC
*
- * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file
- * except in compliance with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * http://www.apache.org/licenses/LICENSE-2.0
*
- * Unless required by applicable law or agreed to in writing, software distributed under the
- * License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
- * express or implied. See the License for the specific language governing permissions and
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
* limitations under the License.
*/
package io.vinyldns.java.responses;
diff --git a/src/main/java/io/vinyldns/java/responses/VinylDNSSuccessResponse.java b/src/main/java/io/vinyldns/java/responses/VinylDNSSuccessResponse.java
index edb2e39..d35ee97 100644
--- a/src/main/java/io/vinyldns/java/responses/VinylDNSSuccessResponse.java
+++ b/src/main/java/io/vinyldns/java/responses/VinylDNSSuccessResponse.java
@@ -1,14 +1,16 @@
-/**
+/*
* Copyright 2018 Comcast Cable Communications Management, LLC
*
- * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file
- * except in compliance with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * http://www.apache.org/licenses/LICENSE-2.0
*
- * Unless required by applicable law or agreed to in writing, software distributed under the
- * License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
- * express or implied. See the License for the specific language governing permissions and
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
* limitations under the License.
*/
package io.vinyldns.java.responses;
diff --git a/src/main/java/io/vinyldns/java/serializers/ChangeInputDeserializer.java b/src/main/java/io/vinyldns/java/serializers/ChangeInputDeserializer.java
index 47564f2..f1a516e 100644
--- a/src/main/java/io/vinyldns/java/serializers/ChangeInputDeserializer.java
+++ b/src/main/java/io/vinyldns/java/serializers/ChangeInputDeserializer.java
@@ -1,14 +1,16 @@
-/**
+/*
* Copyright 2018 Comcast Cable Communications Management, LLC
*
- * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file
- * except in compliance with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * http://www.apache.org/licenses/LICENSE-2.0
*
- * Unless required by applicable law or agreed to in writing, software distributed under the
- * License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
- * express or implied. See the License for the specific language governing permissions and
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
* limitations under the License.
*/
package io.vinyldns.java.serializers;
diff --git a/src/main/java/io/vinyldns/java/serializers/DateTimeSerializer.java b/src/main/java/io/vinyldns/java/serializers/DateTimeSerializer.java
index 6f5c322..feb08bd 100644
--- a/src/main/java/io/vinyldns/java/serializers/DateTimeSerializer.java
+++ b/src/main/java/io/vinyldns/java/serializers/DateTimeSerializer.java
@@ -1,14 +1,16 @@
-/**
+/*
* Copyright 2018 Comcast Cable Communications Management, LLC
*
- * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file
- * except in compliance with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * http://www.apache.org/licenses/LICENSE-2.0
*
- * Unless required by applicable law or agreed to in writing, software distributed under the
- * License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
- * express or implied. See the License for the specific language governing permissions and
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
* limitations under the License.
*/
package io.vinyldns.java.serializers;
diff --git a/src/main/java/io/vinyldns/java/serializers/InstantSerializer.java b/src/main/java/io/vinyldns/java/serializers/InstantSerializer.java
index 2e924d7..316f875 100644
--- a/src/main/java/io/vinyldns/java/serializers/InstantSerializer.java
+++ b/src/main/java/io/vinyldns/java/serializers/InstantSerializer.java
@@ -1,14 +1,16 @@
-/**
+/*
* Copyright 2018 Comcast Cable Communications Management, LLC
*
- * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file
- * except in compliance with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * http://www.apache.org/licenses/LICENSE-2.0
*
- * Unless required by applicable law or agreed to in writing, software distributed under the
- * License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
- * express or implied. See the License for the specific language governing permissions and
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
* limitations under the License.
*/
package io.vinyldns.java.serializers;
diff --git a/src/main/java/io/vinyldns/java/serializers/RecordDataDeserializer.java b/src/main/java/io/vinyldns/java/serializers/RecordDataDeserializer.java
index 86b2cf6..a855985 100644
--- a/src/main/java/io/vinyldns/java/serializers/RecordDataDeserializer.java
+++ b/src/main/java/io/vinyldns/java/serializers/RecordDataDeserializer.java
@@ -1,14 +1,16 @@
-/**
+/*
* Copyright 2018 Comcast Cable Communications Management, LLC
*
- * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file
- * except in compliance with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * http://www.apache.org/licenses/LICENSE-2.0
*
- * Unless required by applicable law or agreed to in writing, software distributed under the
- * License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
- * express or implied. See the License for the specific language governing permissions and
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
* limitations under the License.
*/
package io.vinyldns.java.serializers;
diff --git a/src/main/java/io/vinyldns/java/serializers/RecordSetTypeAdapterFactory.java b/src/main/java/io/vinyldns/java/serializers/RecordSetTypeAdapterFactory.java
index 0dbe5ab..a4e249c 100644
--- a/src/main/java/io/vinyldns/java/serializers/RecordSetTypeAdapterFactory.java
+++ b/src/main/java/io/vinyldns/java/serializers/RecordSetTypeAdapterFactory.java
@@ -1,14 +1,16 @@
-/**
+/*
* Copyright 2018 Comcast Cable Communications Management, LLC
*
- * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file
- * except in compliance with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * http://www.apache.org/licenses/LICENSE-2.0
*
- * Unless required by applicable law or agreed to in writing, software distributed under the
- * License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
- * express or implied. See the License for the specific language governing permissions and
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
* limitations under the License.
*/
package io.vinyldns.java.serializers;
diff --git a/src/main/java/io/vinyldns/java/serializers/SerializationFactory.java b/src/main/java/io/vinyldns/java/serializers/SerializationFactory.java
index 7092271..2a96023 100644
--- a/src/main/java/io/vinyldns/java/serializers/SerializationFactory.java
+++ b/src/main/java/io/vinyldns/java/serializers/SerializationFactory.java
@@ -1,14 +1,16 @@
-/**
+/*
* Copyright 2018 Comcast Cable Communications Management, LLC
*
- * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file
- * except in compliance with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * http://www.apache.org/licenses/LICENSE-2.0
*
- * Unless required by applicable law or agreed to in writing, software distributed under the
- * License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
- * express or implied. See the License for the specific language governing permissions and
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
* limitations under the License.
*/
package io.vinyldns.java.serializers;
diff --git a/src/main/java/io/vinyldns/java/serializers/SingleChangeAdapterFactory.java b/src/main/java/io/vinyldns/java/serializers/SingleChangeAdapterFactory.java
index 388fbd7..f838c8b 100644
--- a/src/main/java/io/vinyldns/java/serializers/SingleChangeAdapterFactory.java
+++ b/src/main/java/io/vinyldns/java/serializers/SingleChangeAdapterFactory.java
@@ -1,14 +1,16 @@
-/**
+/*
* Copyright 2018 Comcast Cable Communications Management, LLC
*
- * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file
- * except in compliance with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * http://www.apache.org/licenses/LICENSE-2.0
*
- * Unless required by applicable law or agreed to in writing, software distributed under the
- * License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
- * express or implied. See the License for the specific language governing permissions and
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
* limitations under the License.
*/
package io.vinyldns.java.serializers;
@@ -23,39 +25,38 @@
import com.google.gson.stream.JsonWriter;
import io.vinyldns.java.model.batch.AddSingleChange;
import io.vinyldns.java.model.batch.DeleteRecordSetSingleChange;
-
import java.io.IOException;
public class SingleChangeAdapterFactory implements TypeAdapterFactory {
- public Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file
- * except in compliance with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * http://www.apache.org/licenses/LICENSE-2.0
*
- * Unless required by applicable law or agreed to in writing, software distributed under the
- * License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
- * express or implied. See the License for the specific language governing permissions and
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
* limitations under the License.
*/
package io.vinyldns.java;
@@ -21,7 +23,6 @@
import com.amazonaws.auth.BasicAWSCredentials;
import com.github.tomakehurst.wiremock.WireMockServer;
import com.github.tomakehurst.wiremock.matching.EqualToJsonPattern;
-
import io.vinyldns.java.model.Order;
import io.vinyldns.java.model.acl.ACLRule;
import io.vinyldns.java.model.acl.AccessLevel;
@@ -1090,12 +1091,12 @@ public void listMembersFailure() {
public void listGroupActivitySuccessWithParams() {
String response = client.gson.toJson(listGroupActivityResponse);
- String startFrom = listGroupActivityResponse.getStartFrom();
+ int startFrom = listGroupActivityResponse.getStartFrom();
int maxItems = listGroupActivityResponse.getMaxItems();
wireMockServer.stubFor(
get(urlMatching("/groups/" + groupId + "/activity?(.*)"))
- .withQueryParam("startFrom", equalTo(startFrom))
+ .withQueryParam("startFrom", equalTo(String.valueOf(startFrom)))
.withQueryParam("maxItems", equalTo(String.valueOf(maxItems)))
.willReturn(
aResponse()
@@ -1111,6 +1112,53 @@ public void listGroupActivitySuccessWithParams() {
assertEquals(vinylDNSResponse.getValue(), listGroupActivityResponse);
}
+ @Test
+ public void getGroupChangeSuccess() {
+ String response = client.gson.toJson(groupChange);
+
+ wireMockServer.stubFor(
+ get(urlEqualTo("/groups/change/" + groupChangeId))
+ .willReturn(
+ aResponse()
+ .withStatus(200)
+ .withHeader("Content-Type", "application/json")
+ .withBody(response)));
+
+ VinylDNSResponse Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file
- * except in compliance with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * http://www.apache.org/licenses/LICENSE-2.0
*
- * Unless required by applicable law or agreed to in writing, software distributed under the
- * License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
- * express or implied. See the License for the specific language governing permissions and
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
* limitations under the License.
*/
package io.vinyldns.java.serializers;