Class B2SetBucketNotificationRulesResponse
- java.lang.Object
-
- com.backblaze.b2.client.structures.B2SetBucketNotificationRulesResponse
-
public class B2SetBucketNotificationRulesResponse extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
B2SetBucketNotificationRulesResponse.Builder
-
Constructor Summary
Constructors Constructor Description B2SetBucketNotificationRulesResponse(java.lang.String bucketId, java.util.List<B2EventNotificationRule> eventNotificationRules)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static B2SetBucketNotificationRulesResponse.Builder
builder(java.lang.String bucketId, java.util.List<B2EventNotificationRule> eventNotificationRules)
boolean
equals(java.lang.Object o)
java.lang.String
getBucketId()
java.util.List<B2EventNotificationRule>
getEventNotificationRules()
int
hashCode()
java.lang.String
toString()
-
-
-
Constructor Detail
-
B2SetBucketNotificationRulesResponse
public B2SetBucketNotificationRulesResponse(java.lang.String bucketId, java.util.List<B2EventNotificationRule> eventNotificationRules)
-
-
Method Detail
-
getBucketId
public java.lang.String getBucketId()
-
getEventNotificationRules
public java.util.List<B2EventNotificationRule> getEventNotificationRules()
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
builder
public static B2SetBucketNotificationRulesResponse.Builder builder(java.lang.String bucketId, java.util.List<B2EventNotificationRule> eventNotificationRules)
-
-