Skip to content

Commit d3faf87

Browse files
committed
Remove some useless response parameters.
1 parent 508f2ac commit d3faf87

14 files changed

+4
-151
lines changed

CHANGELOG

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
2023-02-17 Version: 1.0.2
2+
- Remove some useless response parameters.
3+
14
2023-02-17 Version: 3.7.6
25
- Update by SDK platform.
36

aliyun-net-sdk-mns-open/Mns_open/Model/V20220119/GetQueueAttributesResponse.cs

-28
Original file line numberDiff line numberDiff line change
@@ -112,10 +112,6 @@ public GetQueueAttributes_Data Data
112112
public class GetQueueAttributes_Data
113113
{
114114

115-
private string queueUrl;
116-
117-
private string queueInternalUrl;
118-
119115
private string queueName;
120116

121117
private long? createTime;
@@ -140,30 +136,6 @@ public class GetQueueAttributes_Data
140136

141137
private bool? loggingEnabled;
142138

143-
public string QueueUrl
144-
{
145-
get
146-
{
147-
return queueUrl;
148-
}
149-
set
150-
{
151-
queueUrl = value;
152-
}
153-
}
154-
155-
public string QueueInternalUrl
156-
{
157-
get
158-
{
159-
return queueInternalUrl;
160-
}
161-
set
162-
{
163-
queueInternalUrl = value;
164-
}
165-
}
166-
167139
public string QueueName
168140
{
169141
get

aliyun-net-sdk-mns-open/Mns_open/Model/V20220119/GetSubscriptionAttributesResponse.cs

-14
Original file line numberDiff line numberDiff line change
@@ -130,8 +130,6 @@ public class GetSubscriptionAttributes_Data
130130

131131
private string notifyContentFormat;
132132

133-
private string subscriptionURL;
134-
135133
public string SubscriptionName
136134
{
137135
get
@@ -239,18 +237,6 @@ public string NotifyContentFormat
239237
notifyContentFormat = value;
240238
}
241239
}
242-
243-
public string SubscriptionURL
244-
{
245-
get
246-
{
247-
return subscriptionURL;
248-
}
249-
set
250-
{
251-
subscriptionURL = value;
252-
}
253-
}
254240
}
255241
}
256242
}

aliyun-net-sdk-mns-open/Mns_open/Model/V20220119/GetTopicAttributesResponse.cs

-28
Original file line numberDiff line numberDiff line change
@@ -124,12 +124,8 @@ public class GetTopicAttributes_Data
124124

125125
private long? lastModifyTime;
126126

127-
private string topicUrl;
128-
129127
private bool? loggingEnabled;
130128

131-
private string topicInnerUrl;
132-
133129
public string TopicName
134130
{
135131
get
@@ -202,18 +198,6 @@ public long? LastModifyTime
202198
}
203199
}
204200

205-
public string TopicUrl
206-
{
207-
get
208-
{
209-
return topicUrl;
210-
}
211-
set
212-
{
213-
topicUrl = value;
214-
}
215-
}
216-
217201
public bool? LoggingEnabled
218202
{
219203
get
@@ -225,18 +209,6 @@ public bool? LoggingEnabled
225209
loggingEnabled = value;
226210
}
227211
}
228-
229-
public string TopicInnerUrl
230-
{
231-
get
232-
{
233-
return topicInnerUrl;
234-
}
235-
set
236-
{
237-
topicInnerUrl = value;
238-
}
239-
}
240212
}
241213
}
242214
}

aliyun-net-sdk-mns-open/Mns_open/Model/V20220119/ListQueueResponse.cs

-28
Original file line numberDiff line numberDiff line change
@@ -199,10 +199,6 @@ public List<ListQueue_PageDataItem> PageData
199199
public class ListQueue_PageDataItem
200200
{
201201

202-
private string queueUrl;
203-
204-
private string queueInternalUrl;
205-
206202
private string queueName;
207203

208204
private long? createTime;
@@ -227,30 +223,6 @@ public class ListQueue_PageDataItem
227223

228224
private bool? loggingEnabled;
229225

230-
public string QueueUrl
231-
{
232-
get
233-
{
234-
return queueUrl;
235-
}
236-
set
237-
{
238-
queueUrl = value;
239-
}
240-
}
241-
242-
public string QueueInternalUrl
243-
{
244-
get
245-
{
246-
return queueInternalUrl;
247-
}
248-
set
249-
{
250-
queueInternalUrl = value;
251-
}
252-
}
253-
254226
public string QueueName
255227
{
256228
get

aliyun-net-sdk-mns-open/Mns_open/Model/V20220119/ListSubscriptionByTopicResponse.cs

-14
Original file line numberDiff line numberDiff line change
@@ -217,8 +217,6 @@ public class ListSubscriptionByTopic_PageDataItem
217217

218218
private string notifyContentFormat;
219219

220-
private string subscriptionURL;
221-
222220
public string SubscriptionName
223221
{
224222
get
@@ -326,18 +324,6 @@ public string NotifyContentFormat
326324
notifyContentFormat = value;
327325
}
328326
}
329-
330-
public string SubscriptionURL
331-
{
332-
get
333-
{
334-
return subscriptionURL;
335-
}
336-
set
337-
{
338-
subscriptionURL = value;
339-
}
340-
}
341327
}
342328
}
343329
}

aliyun-net-sdk-mns-open/Mns_open/Model/V20220119/ListTopicResponse.cs

-28
Original file line numberDiff line numberDiff line change
@@ -183,10 +183,6 @@ public class ListTopic_PageDataItem
183183

184184
private long? lastModifyTime;
185185

186-
private string topicUrl;
187-
188-
private string topicInnerUrl;
189-
190186
private bool? loggingEnabled;
191187

192188
public string TopicName
@@ -261,30 +257,6 @@ public long? LastModifyTime
261257
}
262258
}
263259

264-
public string TopicUrl
265-
{
266-
get
267-
{
268-
return topicUrl;
269-
}
270-
set
271-
{
272-
topicUrl = value;
273-
}
274-
}
275-
276-
public string TopicInnerUrl
277-
{
278-
get
279-
{
280-
return topicInnerUrl;
281-
}
282-
set
283-
{
284-
topicInnerUrl = value;
285-
}
286-
}
287-
288260
public bool? LoggingEnabled
289261
{
290262
get

aliyun-net-sdk-mns-open/Mns_open/Transform/V20220119/GetQueueAttributesResponseUnmarshaller.cs

-2
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,6 @@ public static GetQueueAttributesResponse Unmarshall(UnmarshallerContext _ctx)
3838
getQueueAttributesResponse.Success = _ctx.BooleanValue("GetQueueAttributes.Success");
3939

4040
GetQueueAttributesResponse.GetQueueAttributes_Data data = new GetQueueAttributesResponse.GetQueueAttributes_Data();
41-
data.QueueUrl = _ctx.StringValue("GetQueueAttributes.Data.QueueUrl");
42-
data.QueueInternalUrl = _ctx.StringValue("GetQueueAttributes.Data.QueueInternalUrl");
4341
data.QueueName = _ctx.StringValue("GetQueueAttributes.Data.QueueName");
4442
data.CreateTime = _ctx.LongValue("GetQueueAttributes.Data.CreateTime");
4543
data.LastModifyTime = _ctx.LongValue("GetQueueAttributes.Data.LastModifyTime");

aliyun-net-sdk-mns-open/Mns_open/Transform/V20220119/GetSubscriptionAttributesResponseUnmarshaller.cs

-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ public static GetSubscriptionAttributesResponse Unmarshall(UnmarshallerContext _
4747
data.LastModifyTime = _ctx.LongValue("GetSubscriptionAttributes.Data.LastModifyTime");
4848
data.NotifyStrategy = _ctx.StringValue("GetSubscriptionAttributes.Data.NotifyStrategy");
4949
data.NotifyContentFormat = _ctx.StringValue("GetSubscriptionAttributes.Data.NotifyContentFormat");
50-
data.SubscriptionURL = _ctx.StringValue("GetSubscriptionAttributes.Data.SubscriptionURL");
5150
getSubscriptionAttributesResponse.Data = data;
5251

5352
return getSubscriptionAttributesResponse;

aliyun-net-sdk-mns-open/Mns_open/Transform/V20220119/GetTopicAttributesResponseUnmarshaller.cs

-2
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,7 @@ public static GetTopicAttributesResponse Unmarshall(UnmarshallerContext _ctx)
4444
data.MessageRetentionPeriod = _ctx.LongValue("GetTopicAttributes.Data.MessageRetentionPeriod");
4545
data.CreateTime = _ctx.LongValue("GetTopicAttributes.Data.CreateTime");
4646
data.LastModifyTime = _ctx.LongValue("GetTopicAttributes.Data.LastModifyTime");
47-
data.TopicUrl = _ctx.StringValue("GetTopicAttributes.Data.TopicUrl");
4847
data.LoggingEnabled = _ctx.BooleanValue("GetTopicAttributes.Data.LoggingEnabled");
49-
data.TopicInnerUrl = _ctx.StringValue("GetTopicAttributes.Data.TopicInnerUrl");
5048
getTopicAttributesResponse.Data = data;
5149

5250
return getTopicAttributesResponse;

aliyun-net-sdk-mns-open/Mns_open/Transform/V20220119/ListQueueResponseUnmarshaller.cs

-2
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,6 @@ public static ListQueueResponse Unmarshall(UnmarshallerContext _ctx)
4747
List<ListQueueResponse.ListQueue_Data.ListQueue_PageDataItem> data_pageData = new List<ListQueueResponse.ListQueue_Data.ListQueue_PageDataItem>();
4848
for (int i = 0; i < _ctx.Length("ListQueue.Data.PageData.Length"); i++) {
4949
ListQueueResponse.ListQueue_Data.ListQueue_PageDataItem pageDataItem = new ListQueueResponse.ListQueue_Data.ListQueue_PageDataItem();
50-
pageDataItem.QueueUrl = _ctx.StringValue("ListQueue.Data.PageData["+ i +"].QueueUrl");
51-
pageDataItem.QueueInternalUrl = _ctx.StringValue("ListQueue.Data.PageData["+ i +"].QueueInternalUrl");
5250
pageDataItem.QueueName = _ctx.StringValue("ListQueue.Data.PageData["+ i +"].QueueName");
5351
pageDataItem.CreateTime = _ctx.LongValue("ListQueue.Data.PageData["+ i +"].CreateTime");
5452
pageDataItem.LastModifyTime = _ctx.LongValue("ListQueue.Data.PageData["+ i +"].LastModifyTime");

aliyun-net-sdk-mns-open/Mns_open/Transform/V20220119/ListSubscriptionByTopicResponseUnmarshaller.cs

-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ public static ListSubscriptionByTopicResponse Unmarshall(UnmarshallerContext _ct
5656
pageDataItem.LastModifyTime = _ctx.LongValue("ListSubscriptionByTopic.Data.PageData["+ i +"].LastModifyTime");
5757
pageDataItem.NotifyStrategy = _ctx.StringValue("ListSubscriptionByTopic.Data.PageData["+ i +"].NotifyStrategy");
5858
pageDataItem.NotifyContentFormat = _ctx.StringValue("ListSubscriptionByTopic.Data.PageData["+ i +"].NotifyContentFormat");
59-
pageDataItem.SubscriptionURL = _ctx.StringValue("ListSubscriptionByTopic.Data.PageData["+ i +"].SubscriptionURL");
6059

6160
data_pageData.Add(pageDataItem);
6261
}

aliyun-net-sdk-mns-open/Mns_open/Transform/V20220119/ListTopicResponseUnmarshaller.cs

-2
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,6 @@ public static ListTopicResponse Unmarshall(UnmarshallerContext _ctx)
5151
pageDataItem.MessageRetentionPeriod = _ctx.LongValue("ListTopic.Data.PageData["+ i +"].MessageRetentionPeriod");
5252
pageDataItem.CreateTime = _ctx.LongValue("ListTopic.Data.PageData["+ i +"].CreateTime");
5353
pageDataItem.LastModifyTime = _ctx.LongValue("ListTopic.Data.PageData["+ i +"].LastModifyTime");
54-
pageDataItem.TopicUrl = _ctx.StringValue("ListTopic.Data.PageData["+ i +"].TopicUrl");
55-
pageDataItem.TopicInnerUrl = _ctx.StringValue("ListTopic.Data.PageData["+ i +"].TopicInnerUrl");
5654
pageDataItem.LoggingEnabled = _ctx.BooleanValue("ListTopic.Data.PageData["+ i +"].LoggingEnabled");
5755

5856
data_pageData.Add(pageDataItem);

aliyun-net-sdk-mns-open/aliyun-net-sdk-mns-open.vs2017.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<TargetFrameworks>netstandard2.0;net45</TargetFrameworks>
55
<RootNamespace>Aliyun.Acs.Mns_open</RootNamespace>
6-
<Version>1.0.1</Version>
6+
<Version>1.0.2</Version>
77
<Authors>Alibaba Cloud</Authors>
88
<Copyright>©2009-2019 Alibaba Cloud</Copyright>
99
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>

0 commit comments

Comments
 (0)